RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Problem whit sdk on RunUo 1.0

AdminAmarath

Wanderer
Problem whit sdk on RunUo 1.0

hi everybody :)

I started to use sdk on my server. I use RunUo 1.0 final and i found this problem :

Error:
System.BadImageFormatException: Version 2.0 is not a compatible version.
at System.Reflection.Assembly.nLoadFile(String path, Evidence evidence, Stack
CrawlMark& stackMark)
at System.Reflection.Assembly.LoadFile(String path)
at Server.ScriptCompiler.Compile(Boolean debug, Boolean checkOK)
at Server.Core.Main(String[] args)
This exception is fatal, press return to exit


To use sdk i done :

1) download sdk updated
2) modify PatchTiledata.cs ( for error in file dif )
3) compile sdk
4) add .dll in reference of my server project
5) compile project
 
Top