David White

246
Reputation
52 views

Registered User

Name David White
Member for 1 year
Seen 2 days ago
Website
Location NZ
Age 50
C#
Nov
9
comment Storing C# data structure into a SQL database
Minor correction: Generic types ARE allowed, if you use DataContract serialization or NetDataContract serialization, rather than XML serialization.
Nov
9
awarded  Critic
Nov
7
comment COM object in C# VS2008: Error loading type library/DLL
Yes, we sorted it. I copied the interop DLL (Interop.APIV2_COMLib.dll) that was produced when my colleagues compiled on XP, onto my PC. It is a different size from the same file produced with Vista (good = 13KB, bad = 10KB), as the dud version is missing several methods.
Oct
23
awarded  Yearling