Tagged Questions
The substage tag has no wiki summary.
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
1answer
97 views
Positiong loaded object based on root stage instead of MC that is loaded from root
I have a root stage, and a MC that is called from the root stage.Now from that MC, i will called in another MC2, and I wanted to placed the MC in the center of the stage. The reason I could not use ...
0
votes
1answer
127 views
subsonic Substage how can i override a class name
Is there anyway to override the class name generated as its causing me problems when generating tables. Im getting clashes as i have property names the same names as some of my tables.
This causes ...
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 ...