1. Go into Bin/Debug/configure.ini and put youre information there.
2. open up the .csproj file and then click F5.
Done
Printable View
1. Go into Bin/Debug/configure.ini and put youre information there.
2. open up the .csproj file and then click F5.
Done
I'm getting an error with the TypeInitialization though. Somethings wrong with the loggin and disabling won't change anything.
this is better than uberemulator and ubercms when it was leaked!
Thanks!
Just got everything working, its pretty awesome.
Thx :>
How do you get around :
http://i.imgur.com/jOFxt.png
How to become a man:
Don't listen to you guys.
Sigh, why spam the thread with total offtopicness?
Someone help me?!
Nice work dude.
You have to disable the logging writer.
Lol, Nextur was right. Disable them.
I disabled them, and it shows me the same error.
did that but no luck :(
In IO/MemoryWriter.cs
Replace:
With:Code:private string Path = "Logging/" + DateTime.Now.ToShortDateString() + ".txt";
It's an easy fix.Code:private string Path = "Logging/" + DateTime.Now.ToShortDateString().Replace("/", "-") + ".txt";