| Thread | Last Post | Replies |
|
| SerialPort | 31 May 2005 13:58 GMT | 2 |
i cant find the name space using System.IO.Ports there is nothing like Ports. i'm using Visual Studio.net 2003 Please help me urgently . ----------------------- Posted by a user from .NET 247 (http://www.dotnet247.com/) <Id>+S6UmqNGW0SlvqD1696jKA==</Id>
|
| AppDomains and GC | 29 May 2005 05:12 GMT | 6 |
I am under the impression that all user-created AppDomain-s in a process share the GC heap with the default AppDomain - they don't share values, but they do share the mechanism and address space. Is this correct?
|
| Remote Debugging | 27 May 2005 04:01 GMT | 1 |
I can't get any debug breakpoints to hit when debugging a remote machine. I can attach to the aspnet_wp.exe process for the remote machine (from my development machine), but none of the break points will hit. I have copied all the pdb files over to the remote machine. There are no ...
|
| 2 Questions on Reading Binary File; "Conversion buffer overflow" | 25 May 2005 13:51 GMT | 1 |
What is the proper way to read a binary file into a byte[]? I am using BinaryReader to read from a Stream and call the ReadByte method of the BinaryReader object. The method I'm using leads to the second question. I got the "Conversion
|
| Error installing .Net framework | 25 May 2005 10:51 GMT | 7 |
Im getting this erro when I try to install .Net Framework 1.1 Product: Microsoft .NET Framework 1.1 -- Internal Error 2908. {7D4B5591-4C80-42BB-B0E5-F2C0CEE02C1A} How I resolve this !?
|
| requirements for installing dot net | 21 May 2005 18:49 GMT | 1 |
hai, iam having windows 98 in my system and 3 GB of C drive space. Kindly tell me whether i can install dot net. and also tell me the system requirements entirely for installing dot net
|
| How to do a deep copy of HKEY_LOCAL_MACHINE to HKEY_CURRENT_USER? | 19 May 2005 14:52 GMT | 3 |
I am developing an application using Visual Studio.NET 2003 in C++ on XP Professional. I need to do a deep copy (recursive) in the Registry from HKEY_LOCAL_MACHINE to HKEY_CURRENT_USER. I have tried using the shell function SHCopyKey()
|
| ADAM and AzMan (custom principals) | 18 May 2005 14:18 GMT | 2 |
On a system with Windows 2003 I was unable to add custom SIDs (e.g. "S-1-9-..." ) to an AzMan store in ADAM. This works for for AzMan stores in AD or in plain XML files. The informative message is "the parameter is
|
| Zip/Compress the file through programming (VB.Net) | 15 May 2005 11:57 GMT | 4 |
I want to zip/compress some files using VB.Net , How can I ? Thanks in advance. Hardik Shah
|
| Thread.Sleep never returns (hangs?) | 03 May 2005 22:01 GMT | 5 |
We have a thread running in our application, it runs a while loop that does some minor things then sleeps for 15 seconds and continues the loop. This application runs 24 hours every day, but some nights the Thread.Sleep(15000) call never returns. Not every night, but fairly often. ...
|
| System.Resources.ResX classes missing | 02 May 2005 19:01 GMT | 1 |
VS.Net help and MSDN documentation indicate there should be several classes for dealing with XML resource files (.resx) within the System.Resources namespace: ResXFileRef, ResXResourceReader, ResXResourceSet, etc.
|
| Connecting to IIS using ADSI | 01 May 2005 21:18 GMT | 1 |
Hi I hope somebody can help me because I really don’t know how to solve this problem. I want to do the following.
|