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!

Help !

seganarch

Wanderer
Help !

System.TypeInitializationException: The type initializer for "Assistant.Counter" threw an exception. ---> System.BadImageFormatException: The format of the file 'System.Xml' is invalid.
File name: "System.Xml"
at Assistant.Counter.Load()
at Assistant.Counter..cctor()


--- End of inner exception stack trace ---
at Assistant.Counter.Default()
at Assistant.Profile.MakeDefault()
at Assistant.Profile..ctor(String name)
at Assistant.Config.LoadLastProfile()
at Assistant.Engine.Main(String[] Args)
 

roadmaster

Sorceror
seganarch;731052 said:
System.TypeInitializationException: The type initializer for "Assistant.Counter" threw an exception. ---> System.BadImageFormatException: The format of the file 'System.Xml' is invalid.
File name: "System.Xml"
at Assistant.Counter.Load()
at Assistant.Counter..cctor()


--- End of inner exception stack trace ---
at Assistant.Counter.Default()
at Assistant.Profile.MakeDefault()
at Assistant.Profile..ctor(String name)
at Assistant.Config.LoadLastProfile()
at Assistant.Engine.Main(String[] Args)

Sound like maybe your System.Xml file is corrupted please copy and paste it here.;)

also post your Assistant.Counter.Default() method.
 
Top