Tagged Questions
0
votes
0answers
22 views
SubStage fails on generating code for an SQLite
I use SubStage to generate classes for an SQLite DB. On pressing "Test connection" it throws:
Connection Failed: Could not load file or assembly 'System.Data.SQLite, Version=1.0.60.0, ...
0
votes
2answers
165 views
Substage - Making templates MS StyleCop compliant
I have a good sized hobby project, around 66K LOC, over at http://www.wheelmud.net Recently, a team member got the bulk of the code MS StyleCop compliant. The only thing left is our data layer. As ...