I can't seem to generate a dbml file using Sqlmetal for a simple SSCE 3.5 db.
I am using the VS command prompt, am sitting in the VS project directory that contains the db, and then enter the following Sqlmetal command at the prompt :
sqlmetal /dbml:fom.dbml fom.sdf
sqlmetal returns the following error :
Error : Format of the initialization string does not conform to specification st arting at index 0.
Can anyone see what I am doing wrong here ?
[Note that I am running Windows 7 64. I have tried all three VS command prompts.. all result in same error].