SQL Server 2005 Compact Edition (3.1)
-
Hi, I'm trying to experiment with the newest version of former 'sql everywhere' and found the following problem (the way to reproduce in VS 2005, SP1): 1) in 'server explorer' I made new database (sdf file) with a couple of tables an some columns 2) new c++/cli project, trying to add new datasource project 3) select table(s) in the wizard ... everything guess goes well ... 4) on the stage of creating dataset: Creating DataSet class using XSD ... Writing file 'c:...DataSet.h'. Error: There was an error processing '.\...DataSet.xsd'. - Error generating code for DataSet ''. - Failed to generate code. Failed to find or load the registered .Net Framework Data Provider. Failed to find or load the registered .Net Framework Data Provider. <---- ?!?!?! Oops, dataset.h file is absolutely empty :( Has anybody experienced same problems? Dmitry