I tried to upgrade, and im getting an error:


RunUO - [www.runuo.com] Version 2.2, Build 8698.21132
Core: Running on .NET Framework Version 2.0.50727
Core: Optimizing for 4 64-bit processors
Scripts: Compiling C# scripts...ScriptCompiler: CS1617: Invalid option '7.3' for /langversion; must be ISO-1, ISO-2 or D
efault
done (0 errors, 0 warnings)
Scripts: One or more scripts failed to compile or no script files were found.

- Press return to exit, or R to try again.


I use a bat to compile, that might be it



del Server.exe
C:\WINDOWS\Microsoft.NET\Framework\v3.5\csc.exe /unsafe /out:Server.exe /recurse:Server\*.cs /win32icon:Server\runuo.ico
 
Back