| Thread | Last Post | Replies |
|
| ApplicationException in TimerBase.AddTimerNative method. | 24 Sep 2007 07:48 GMT | 2 |
I'm developing a module in .Net for a program that's made in c++. With a new version of this program I started getting strange exceptions in my module. I found out that the exceptions originated in the AddTimerNative method
|
| System.Net.Mail is not RFC2821 compliant | 24 Sep 2007 06:58 GMT | 1 |
I'm playing around with System.Net.Mail in .Net 2.0 and noticed that it never sends the QUIT command. Using a network sniffer I checked and immidiatly after it has received the confirmation of the mail being accepted, it disconnects.
|
| hashtable as shared field | 23 Sep 2007 07:50 GMT | 7 |
Trouble in the house. I have a BL-component with different shared get and save methods. When I get my data I put everything in a shared field. When I call the save method my shared field(hashtable) is saying "length=error cannot obtain
|
| New Mutex constructor with MutexSecurity | 22 Sep 2007 15:04 GMT | 4 |
With .NET 2.0 a new Mutex constructor was added that takes a MutexSecurity object as a parameter. The interesting thing is the following statement from the MSDN documentation: If the named mutex has already been created with access control security,
|
| Throw without parameter... | 22 Sep 2007 11:05 GMT | 7 |
If you use just throw without parameter should preserve the complete stack trace and the exception information. for example: 1. private void Bar()
|
| .NET CF 1.1 How to call a process on Desktop after Synchronization? | 22 Sep 2007 10:01 GMT | 1 |
I am new to programming with a hand held. I am working with Pocket PC 2003, .NET 1.1, SQL Server 2000, SQLCE 2.0. I am using merge replication to sync the data between my SQLCE and SQL 2000 database. After the sync I want to start a process on the desktop
|
| Regional options issue | 21 Sep 2007 21:50 GMT | 1 |
I am trying to change the regional options and it is impossible... I get an error message if I change anything... I CANT change anything.. have anyone face this issue before? Thanks
|
| Update AD with VB.NET | 21 Sep 2007 15:05 GMT | 1 |
Hey everyone, I'm working on a project to set up a new user in AD using VB. I have the connection working and I'm able to get most of the settings done. However I can't find the properties to set the password to
|
| .NET Framework 1.0 uninstall | 21 Sep 2007 13:08 GMT | 1 |
I am working with a Server 2003 Standard SP2 box with both .NET Framework 1.0 and .NET Framework 2.0 installed. I want to uninstall .NET Framework 1.0 but do not want to break any of the apps that depend on .NET Framework. From my understanding, apps that depend on .NET ...
|
| Problem with installing .NET 1.1. on top of 2.0 | 21 Sep 2007 12:41 GMT | 1 |
I already have 2.0 Framework (and VS2005 + SP) on my PC. I wanted to work throught the book "Test-Driven Development in Microsoft .NET, Newirk & Vorontsov, 2004". I downloaded the source from the author's site. It is an MSI. When I run the MSI it demands the Framework
|
| can a service map a network share to a drive letter | 21 Sep 2007 09:14 GMT | 9 |
Is it possible to write a .net Service that would map a remote share to a drive letter. The reasons: Mistake 1
|
| Force 24 hours datetime format | 21 Sep 2007 06:45 GMT | 3 |
I am using DateTime.Now.ToString("yyyyMMddThhmmss"), but time is displayed in 12-hours format. How can I force .NET to display 24 hours format? Can I do something with the CultureInfo of the current thread. I do not want it to be dependent of the settings of the computer.
|
| Trap Task Manager SwitchTo message | 20 Sep 2007 21:18 GMT | 2 |
I have an application that when it is locked I activate a password dialog. I trigger it by adding a message filter. public class AuthenticationMessageFilter : IMessageFilter {
|
| DOS information | 20 Sep 2007 21:08 GMT | 2 |
I have been sent to a "basic" scripting class. The instructor started with DOS stuff. How can I create a .bat file that will create a dir, subdir and a .txt file? thanks,
|
| Repeated failure installing .NET FRAMEWORK 1.0 SERVICE PACK 3 | 20 Sep 2007 16:38 GMT | 9 |
This has been happening every time I run Windows Update for the last year - it finds this "critical" update, but it always fails to install (it just says "the following items failed to install") - could find no mention of this error being obtained by anyone else.
|