I have problem with generating designer.cs code from datatable in VS 2008. I open SQL CE 3.5 database in server explorer and drag database table into designer and I get this error message:
Custom tool error: Failed to generate code. Object reference not set to an instance of an object.
When I right click on the dataset1.xsd a click on "Run custom tool", then I get this message:
The custom tool 'MSDataSetGenerator' failed. Object reference not set to an instance object
Have anyone this problem? Do you have tips for solve this problem? Some days ago, it worked correctly.
Uncle Google just told me to start VS2008 with /resetskippkgs command line switch. It solved my problem. VS2008 started to generate code for dataset.