Launching the editors?

4 replies [Last post]
Posts: 2
CP: 0

First off, hi!!!! I'm new to Netgore, and to C# as well, although I did take some programming back in school.

So, total n00b problem for you experts. I've built the solution in VS2010 and I was able to launch the server and the client just fine. BUT, I can't seem to figure out how to launch the editors like map, particle, skeleton, etc. It looks like there's an app in the DemoGame.MapEditor\obj\x86\Debug folder, but when I try to launch it, it goes immediately into a "DemoGame.MapEditor has stopped working" error.

Oh, I'm using Vista with UAC turned off, btw.

Please help a n00b out? Smile

Posts: 1003
CP: 7799

All the built applications go into the demogame.client\bin\ folder. You can just run the editors through the IDE if you want as well

Posts: 1647
CP: 26119

In the Solution Explorer, right-click the solution -> Set Startup Projects. Or to just start one project, right-click the project and click Set as Startup Project.

Posts: 1003
CP: 7799

Or just right click, debug > Run instance.

Posts: 2
CP: 0

oh silly me Wink Thanks!