ServUO Version
Publish 58
Ultima Expansion
Endless Journey
Getting these errors after compiling and starting client.

Error:
System.Reflection.ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown.
Could not load type of field 'Server.ArtData:m_Cache' (4) due to: Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load type of field 'Server.GumpData:m_Cache' (3) due to: Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Could not load type of field 'Server.HueData+Hue:<Colors>k__BackingField' (1) due to: Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool)
at System.Reflection.Assembly.GetTypes () [0x00000] in <12b418a7818c4ca0893feeaaf67f1e7f>:0
at Server.Core.VerifySerialization (System.Reflection.Assembly a) [0x00009] in <a9812c6bd8b545cc99f3831629cad6cd>:0
at Server.Core.VerifySerialization () [0x00026] in <a9812c6bd8b545cc99f3831629cad6cd>:0
at Server.ScriptCompiler.Compile (System.Boolean debug, System.Boolean cache) [0x00050] in <a9812c6bd8b545cc99f3831629cad6cd>:0
at Server.Core.Setup (System.String[] args) [0x00570] in <a9812c6bd8b545cc99f3831629cad6cd>:0
at ServUO.ServUO.Main (System.String[] args) [0x00000] in <33ae6801015140728c04b5e4ce7b3e1b>:0
System.TypeLoadException: Could not load type of field 'Server.ArtData:m_Cache' (4) due to: Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
System.TypeLoadException: Could not load type of field 'Server.GumpData:m_Cache' (3) due to: Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
System.TypeLoadException: Could not load type of field 'Server.HueData+Hue:<Colors>k__BackingField' (1) due to: Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
 
..due to: Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.

It can not access System.Drawing for some reasons.. can you using Visual Studio?
 
Back