| Thread | Last Post | Replies |
|
| ArgumentException: IAsyncResult object was not returned from the corresponding... | 09 Jan 2004 12:34 GMT | 2 |
Could someone tell me under what conditions the following exception occurs with async sockets: "System.ArgumentException: The IAsyncResult object was not returned from the corresponding synchronous method on this class."
|
| CLS naming conventions | 08 Jan 2004 17:13 GMT | 1 |
Does anyone know the correct naming conventions for CLS compliant code ? The doc points to a really obscure and difficult to digest document on the web about Unicode names, and I am looking for simpler rules that tell me what names are CLS compliant. Here are some simple questions:
|
| bugreport : memory leak in mscordbi.dll (ICorDebug interface) | 07 Jan 2004 20:32 GMT | 4 |
hopefully this posted mail will be read by a microsoft developer. I'm writing a monitor application (native Win32), which uses the ICorDebug
|
| more info from ExecutionEngineException | 07 Jan 2004 16:34 GMT | 2 |
the app I'm working on uses some native code which I have MC++ wrappers for, and major part is written in C#. When the app is shutting down, some cleanup at native code level occurs (invoked from ProcessExit event handler), and at the same time the app is (or appears to be, I can ...
|
| Adding menuitem to project | 06 Jan 2004 02:23 GMT | 1 |
I want to extend the context menu item for a project in solution explorer of VS IDE. Which object to use...? -seeni
|
| IDisposable, using(), RAII and structs [Discussion] | 05 Jan 2004 12:15 GMT | 26 |
Last night I had several thought about RAII and want to discuss a bit. Why doesn't CSharp support destructors in structs? Wouldn't that make RAII possible like in C++? When the struct goes out of scope, the dtor could be immediately be called (no GC needed).
|
| who to retreive a value from a PropertyInfo | 02 Jan 2004 10:03 GMT | 1 |
Hello, i'm using the next code to read all properties and values of the object : System.Reflection.PropertyInfo[] PropertyInfo =
|