| Thread | Last Post | Replies |
|
| Registry Key Auditing | 14 Feb 2004 01:21 GMT | 2 |
Does ayone know what Class is used to enable Registry Auditing? Any help would be great.
|
| VoIP for C# | 14 Feb 2004 00:16 GMT | 2 |
I am looking for VoIP samples in VB/VB.Net/C# ! The idea is to develop a UserControl in C# that would mimic Skype ! The MSDN RTC C# Sample has disapeared ... does someone know where it is gone ? Can I use NetMeeting for that ?
|
| Installing Dot Net Framework... | 13 Feb 2004 21:25 GMT | 1 |
I would like to find out what command line option I can use to suppress GUI in the Framework installer. I need to install this for my application to work but when it asks the use, it seems like it is an optional component and user may select No. Any method to install is without ...
|
| zip compression component | 13 Feb 2004 20:42 GMT | 5 |
I am wondering if someone could guide me towards a *free* working class, component or assembly in .NET for zipping files. While googling all I could find was shareware components and that's a no no for the project I'm currently involved in.
|
| Problem installing .NET Framework | 13 Feb 2004 18:52 GMT | 1 |
I'm trying to install VS.NET on a (fairly) clean install of XP. About all I've installed prior to this since I installed XP is Office 2003. I'm getting "IExpress has encountered a problem and needs to close." while installing the .NET Framework right in the beginning of the ...
|
| NTFS sparse file support in .NET ? | 13 Feb 2004 18:38 GMT | 2 |
Does the .NET Framework have direct support for NTFS5 sparse files? (something equivalent to Win32 DeviceIoControl with FSCTL_SET_PARSE) For example, what's the .NET equivalent of this Win32 example: HANDLE h = CreateFile("A huge file.txt",
|
| MSIL or PE file | 13 Feb 2004 18:28 GMT | 1 |
Hi all, I have managed to use ildasm to decompile my C++ and C# application executables and then dump that to a file. Am I to understand the contents of that IL file is the format of the MSIL code for those applications? Also, in my C# applications, I notice a TempP directory - ...
|
| Cryptographic Exception - Bad Data (DESCryptoServiceProvider) | 13 Feb 2004 17:49 GMT | 11 |
I have read that a similar problem to the one I describe below has been discussed on the microsoft.public.dotnet.security newsgroup, but I was unable to see a solution to the problem with which I am struggling. I am hoping that someone reading here will be able to assist me.
|
| Timer | 13 Feb 2004 17:23 GMT | 7 |
I'm having some trouble with the System.Timer class. I created a console app with an event that I fire on a 5 minute interval from the timer. This works fine, for exactly 2 hours. After the timer fires the event 24 times, it doesn't fire again.
|
| Data Loss when switching forms | 13 Feb 2004 17:21 GMT | 1 |
Hi, Good Day! I need help here. Really feel frustrated doing the same thing over and over again. I've design some webform and when i switch btw Design and HTML page, some of
|
| Application has generated an exception that could not be handled | 13 Feb 2004 16:18 GMT | 2 |
A user is running our software which generates the following message: <exe name> - Common Language Runtime Debugging Services Application has generated an exception that could not be handled. It then displays a process and thread id -378193 & -291045.
|
| Remoting and objects design problem | 13 Feb 2004 15:26 GMT | 1 |
Sorry about the length of this post but I felt it was better to show all the details in order to get some resolution. I have the following senario: - a service which hosts objects for remoting they are defined as shown
|
| Can i distribute a .Net 2.0 program commercially? | 13 Feb 2004 07:18 GMT | 1 |
or i should go with .Net 1.1 first and migrate it later (but it cost us more time)
|
| Sharing configuration between multiple .net projects | 13 Feb 2004 03:01 GMT | 2 |
I was wondering whether there is a possibility how to most easily share one configuration between multiplne projects in one solution. Let me explain my situation - I'm building small customer portal for Wi-Fi internet provider. Basically, I have 3 different applications (ordinary ...
|
| Aborted threads and released locks | 13 Feb 2004 01:43 GMT | 5 |
I have a simple question. If a thread1 has a lock on an object, but thread2 calls thread1.Abort() on thread1 before thread1 releases the lock, is the lock automatically released or is it frozen?
|