Chris,
Can you tell me what command arguments you use to generate all the files?
I currently have this;
"C:\Program Files\SubSonic\SubSonic 2.0.3\SubCommander\sonic.exe" generate /server SERVER /db DB /userid USER /password PASS /out Generated /generatedNamespace MettleSystems.dashCommerce.Store /provider dashCommerceProvider /stripTableText dashCommerce_Store_ /excludeTableList aspnet_
pause
move /Y Generated\*Controller.cs dashCommerce\Store\Controllers\Generated
pause
move /Y Generated\*.cs dashCommerce\Store\Models\Generated
pause
This goes well, apart from the StoredProcedures.cs which goes wrong... it doesnt contain the methods yours contains.
Thank you!