| Thread | Last Post | Replies |
|
| Serialization will not deserialize delegates to non-public methods | 25 Feb 2004 16:32 GMT | 2 |
Sometimes deserialization throws an exception as shown in subject. I'm confused because this happens when I deserialize an object from a file and it seems to be random. Does exist a cause for this problem? Should I prefer to implement ISerializable interface for each class I need ...
|
| running .NET application on W2k SP4 server in Terminal Service client | 25 Feb 2004 16:29 GMT | 2 |
Hello, All I have a question regarding running .NET application on W2k SP4 server in Terminal Service client, After we installed SP4 we face the exception when closing .NET app in
|
| Marshal destroy/free | 25 Feb 2004 16:19 GMT | 1 |
If allocating a structure like this... SturctPtr = Marshal.AllocHGlobal(Marshal.SizeOf(myStructure)); Marshal.StructureToPtr(myStructure,SturctPtr ,false); Do I need to call both free methods below or does DestroyStructure() free
|
| Configuration sections | 25 Feb 2004 15:31 GMT | 3 |
Folks, What's the big difference between the NameValueSectionHandler, and the DictionarySectionHandler, when it comes to defining and handling my own custom config sections? Is it really just the return type of the
|
| Application termination in debugger | 25 Feb 2004 14:28 GMT | 4 |
I've a component which seems not to terminate correctly. In VS.NET I start a new instance to debug the component within a simple winform application. The program is up and running. If I hit the "Stop Debugger" icon in vs.net the process
|
| ini file | 25 Feb 2004 13:34 GMT | 2 |
I'm trying to make a project where I have to read from an ini file the keys and values of several sections. example: [Section 1]
|
| how to process data when internet connection broken? | 25 Feb 2004 13:31 GMT | 7 |
I want to delvelop a larger project and it should include some function as follow: 1. Using SQL for the Center database 2. 1000 stores can retrive information from web server (web service)
|
| Connection using a Modem | 25 Feb 2004 13:13 GMT | 2 |
Hi, everybody: How can I establish a connection using my modem in .NET? I want my application to initialize the modem, place a
|
| Use .Net created dll in VB6? | 25 Feb 2004 11:13 GMT | 3 |
I need to call a .net created dll in VB6 project. It always give me this error, when I create instance of this class "error 2147024894(80070002) File or assembly name DllName, or one of its dependencies, was not found."
|
| SmtpMail hell | 25 Feb 2004 10:45 GMT | 7 |
I keep getting this message when I try to send mail with SmtpMail: "The message could not be sent to the SMTP server. The transport error code was 0x800ccc64. The server response was 502 Unknown command" When I look in the mail server's log, the last thing it processes is the
|
| Idea for Reader optimisation for reading | 25 Feb 2004 10:37 GMT | 6 |
I was using the Reader class to read a binary file and I noticed that there is no PeekByte and also its not optimised when using Peek and Read in sequence. If the .Peek is called its read the next char, and then .Read after its
|
| shortcut links not taking the %cd% parameter in the target field | 25 Feb 2004 09:42 GMT | 2 |
First off before jumping into my problem, I apologize for the cross-posting of this message. Cross-posting is not my norm. For this case, I wasn't really sure who to ask, so I cross-posted. (For those of you in the DotNet Framework newsgroup, you've provided so
|
| Problem: IConfigurationSectionHandler | 25 Feb 2004 08:06 GMT | 5 |
H I've created my own custom configuration section handler class to interpret custom sections in my app config file. However I keep on getting a ConfigurationException when trying to access the section from code as in Loftware.Diagnostics.CustomListeners listeners = (Loftware ...
|
| history of .NET Framework and its languages (ILAsm, C#) | 25 Feb 2004 08:05 GMT | 5 |
are there any good references to .NET history? I would like to read some more about the development of the ILasm language and the C# language. were they developed separately? is it true that the first c# compilers targeted JVM because the .NET RE was not ready at that time? how ...
|
| Should I drop Library activated Serviced Component from COM+ when the interface changes? | 25 Feb 2004 07:58 GMT | 4 |
I would like to understand better what happens when a public interface of a serviced component changes Suppose that I have a library activated serviced component. Suppose that I lock its version number ([assembly: AssemblyVersion("1.0.0")]) and installed the component into COM+ ...
|