Tagged Questions
2
votes
5answers
316 views
SubStage Crashes Immediately on Startup
I have just installed subSonic 2.2 on an XP Sp3 VM .NET Framework 3.5 and when I try to launch the SubStage exe it crashes immediately. Any ideas?
Thought I'd add I am running the VM inside VMWare ...
0
votes
0answers
17 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
0answers
79 views
Problems while generating code with SubStage / Subsonic (Hangs on generating structs)
I have an old project and it uses Subsonic for DB access. I tried to regenerate the code for tables, etc... I tried using SubStage (I used 2.1 because the "old" code is using this version as well).
...
0
votes
2answers
162 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 ...