Visual c# 2010 can't rebuild.

05/31/2014 09:45 Theterminato#1
Hello,

I have Visual C# 2010, and the opensource of Azure darkorbit server 0.5.1, I want to edit the source, but it doesn't works.

If I debug the server, then I get an old version of Azure. I have set the settings in Tool -> Settings menu, (set all to prompt launch) but it doesn't works.

Can I ignore the errors & rebuild?

Can someone help me?
05/31/2014 10:11 Mostey#2
Quote:
Originally Posted by Theterminato View Post
Can I ignore the errors & rebuild?
Errors are not meant to be ingnored. Just make sure you include all references and dependencies and fix the errors by yourself.
05/31/2014 10:19 Theterminato#3
Quote:
Originally Posted by Mostey View Post
Errors are not meant to be ingnored. Just make sure you include all references and dependencies and fix the errors by yourself.
So, I can't recompile, or edit the emulator? I must to fix all the errors?

The server has custom classes, and Visual C# see them as errors, but it isn't ..
05/31/2014 10:25 Mostey#4
Quote:
Originally Posted by Theterminato View Post
So, I can't recompile, or edit the emulator? I must to fix all the errors?

The server has custom classes, and Visual C# see them as errors, but it isn't ..
You'll have to fix the errors first, yes. As mentioned above you should update your references and dependencies, "custom classes" are not included in the default assemblies.
05/31/2014 10:48 Theterminato#5
Quote:
Originally Posted by Mostey View Post
Errors are not meant to be ingnored. Just make sure you include all references and dependencies and fix the errors by yourself.
Quote:
Originally Posted by Mostey View Post
You'll have to fix the errors first, yes. As mentioned above you should update your references and dependencies, "custom classes" are not included in the default assemblies.

Ah okay. Have you ever edit Azure DO server 0.5.0, or any experience with it?
06/01/2014 16:47 Theterminato#6
Already fixed! Can someone please close this thread?