| Thread | Last Post | Replies |
|
| Serialization isse | 03 Dec 2003 22:23 GMT | 1 |
I came across a strange behavior in using the binary serialization. I have an assembly A which is loaded through COM. I create an app domain and create in this new app domain a new instance of type B defined in assembly A (through CreateInstanceFromAndUnwrap). Then this new instance ...
|
| SQL Server Does Not Exist | 03 Dec 2003 13:16 GMT | 4 |
I am trying to run the samples from the SDK quickstart and get the error 'SQL Server does not exist...". I have SQL Server 2000 Developer edition installed and am guessing the the problem is because all of the samples are using "server=(local)\NetSDK" in
|
| Creating UTC DateTime | 03 Dec 2003 01:28 GMT | 1 |
The .NET Framework documentation is not clear whether or not the DateTime construtors create a local time or a UTC time DateTime instance. So I ran the following snippet: DateTime t1 = new DateTime(1970, 1, 1, 0, 0, 0);
|
| How to create 64-bit DLL | 02 Dec 2003 15:56 GMT | 1 |
If it posible to produce 64-bit DLL with MS Dev. Studio 7?
|
| reference | 02 Dec 2003 15:26 GMT | 1 |
How can I add a reference using SDK? In fact, I want to use FaxComLib in faxcom.dll. How can I use this library?
|
| design wonderment.... | 02 Dec 2003 05:35 GMT | 1 |
for the neet of my PocketPC applicatino (compact framework) I designed my own table control. it features type dependant editor for each individual cells, as a child control I show when I edit a cell (basically when I clic in a cell on the
|