substage

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 you can imagine, this gets regenerated fairly often, as we are still in the early stages of development. I tried modifying the aspx template...

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 duplicate name compile time errors on my classes. ...

Substage in Vista and Windows 7

Hello, I tried installing substage in Vista and Windows 7, but it always crashes when I try to start the programm. Is there a fix for this? ...

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 on Mac OSX. ...

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 normal ADDED_TO_STAGE at MC and define the center is because MC is not place in the exact position of the root stage (as in x, y=0). So if I ...

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). It seems to work fine until it hits the "generating structs...". It just hangs there. I didn't find any log to help me find the problem. I ...