| Thread | Last Post | Replies |
|
| CLR Shared Memory, C# DLL load | 08 Nov 2007 15:28 GMT | 1 |
CLR Shared Memory, C# DLL load How to share memory between CLR calls to the same C# dll? Is there some way to know in the C# dll when the dll is loaded? Is the dll reloaded each tiem a method is called from SQL Server or is the DLL loaded once when the C# dll
|
| Pointers in VC.Net | 08 Nov 2007 15:27 GMT | 4 |
I am new on this VC.Net platform, So please dont mind to my question. In VC++ we can use pointers very easily, but i want to know if we can use: int *ptr = new int[10]; and
|
| Trying to use Process.Start like CreateProcess | 07 Nov 2007 03:37 GMT | 1 |
The CreateProcess Win32 call will allow NULL to be passed for the CommandLine setting. When this is done, the caller can pass the application and command line on the same argument. However, the Process.Start() command does not seem to allow this. It forces you to specify the ...
|
| How to debug sql 2005 on remote machine. I am administrator on both my dev machine and remote sql server machine. | 03 Nov 2007 11:31 GMT | 1 |
How to debug sql 2005 on remote machine. I am administrator on both my dev machine and remote sql server machine. I get this error when i try to connect to remote machien with visual studio: unable to connect to microsoft vistual studio remote debugging monitor named
|
| Reflection.Emit: Emitting open constructed generic method | 01 Nov 2007 23:59 GMT | 1 |
Hello Group, assume the following sample model: interface IGenericMethods {
|