| Thread | Last Post | Replies |
|
| XP unresponsive at start-up | 31 Mar 2007 23:54 GMT | 1 |
My windows screen appeared at start-up but was totally hung up. No response to the keyboard or mouse. After several shut downs and start ups, I went to safe mode and chose another option (Whistler whatever that is) which worked. Also have had difficulty ending programs ...
|
| How to search for a keyword in a StringBuilder? | 31 Mar 2007 17:48 GMT | 8 |
Sometimes, I need to do some time-consuming operations based on whether a specific keyword was contained in a lengthy string. Then, for a better performance, I wrapped that lengthy string into a StringBuilder. But after doing that, it seems there's no proper methods defined in
|
| Older versions of .NET | 31 Mar 2007 15:58 GMT | 2 |
I have some systems that have older versions of .NET framework installed. The company I am contracting with refuses to update the framework installed on their machines. Is there any way to switch the version of .NET you can "compile" in? I have Visual Studio 2005.
|
| "aspnet_state.exe- Application Error" message | 31 Mar 2007 04:44 GMT | 2 |
I have updated .NET Framework 1.1 to 2.0 and I get this error- "aspnet_state.exe- Application Error" right before my computer turns off when I shutdown the computer. Version 1.1 appears to have been working fine and I did not receive any error messages from it. When I uninstall ...
|
| Debugging | 30 Mar 2007 19:14 GMT | 8 |
I have a situation with an apparent deadlock. I have two threads which are blocked on the statement "lock(_SyncRoot)", where _SyncRoot is my own private object. However, I've examined all the other threads in my application and walked up their callstacks, and none of
|
| Mixed 1.1 with 2.0 | 30 Mar 2007 18:56 GMT | 4 |
Is it safe to use a third party's C# library which was built with .NET 1.1 in my .NET 2.0 projecct? Thank you in advance. -tcw
|
| x64 or x86 | 30 Mar 2007 17:54 GMT | 1 |
I got a new machine. It is AMD Athlon 64 processor. OS is XP Professional. I am trying to install .NET 2.0 framework. I downloaded NetFx64.exe (ver 2.0.50727.42). Double clicked on it and
|
| migrating from .net 2.0 to WPF | 30 Mar 2007 14:38 GMT | 1 |
Is it possible to use WPF in the existing .net 2.0 application. any clarification/suggestions are appreciated Thanks in advance, Praveen
|
| Can any one provide latest dump for MCSD.NET 2005 | 30 Mar 2007 09:17 GMT | 1 |
It would be grateful if any one can provide latest dump for MCSD.NET 2005. Either you can share a url or send to me @ umesh.nath@gmail.com
|
| .NET version selection | 30 Mar 2007 08:37 GMT | 1 |
I am running VStudio 2003. I also have multiple versions of .NET installed. How do I select in VStudio which version to use to build my projects?
|
| Reload Configuration values | 29 Mar 2007 19:36 GMT | 1 |
I have an Windows application that on the maintenaince form allows the user to chose certain values that I store on the app.config. These values are stored on the <appSettings>
|
| C# CSharp Reset Struct Class Memory | 29 Mar 2007 18:36 GMT | 2 |
C# CSharp Reset Struct Class Memory Hi, I have a class, cerated like a struc for some reasons, and I want to reset all values in it.
|
| Stupid Sorting! | 29 Mar 2007 16:41 GMT | 5 |
in the table: dt.Columns.Add("Session Duration Seconds", System.Type.GetType("System.Int32")); ---------------
|
| SQL Server does not allow remote connections | 29 Mar 2007 16:38 GMT | 2 |
I recently had to remove SQL Server 2005 and SQL Server 2005 Express from my system. Then, I reinstalled the express edition. This works locally, but when I try to connect to a database on this computer from another computer on my local network, I get the message:
|
| How to get the folder name for the Windows recycle bin? | 29 Mar 2007 16:28 GMT | 2 |
Bearing in mind the Windows recycle bin folder has had 3 names since Win 95 up to Vista: x:\RECYCLED (95, 98) x:\RECYCLER (NT, XP, 2000, 2003)
|