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!

Getting this Error:

Getting this Error:

Anything I can do to get this working?


System.IO.FileLoadException: Could not load file or assembly 'Client' or one of its dependencies. Application exception (Exception from HRESULT: 0x80131600)
File name: 'Client' ---> Sallos.AssemblyNotFoundException: Client assembly not found; Sallos cannot start.
at Sallos.Core.AssemblyResolve(Object sender, ResolveEventArgs args)
at System.AppDomain.OnAssemblyResolveEvent(String assemblyFullName)
at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
at System.Reflection.Assembly.Load(String assemblyString)
at Sallos.Core.Startup(String[] args)
at Sallos.Core.Main(String[] args)
 

sobe123

Sorceror
RavynousHunter;776970 said:
I'm getting the exact same error. Can anything be done to mitigate this?

getting same error

Sallos.AssemblyNotFoundException: Client assembly not found; Sallos cannot start.
at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Boolean isStringized, Evidence assemblySecurity, Boolean throwOnFileNotFound, Assembly locationHint, StackCrawlMark& stackMark)
at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Boolean stringized, Evidence assemblySecurity, StackCrawlMark& stackMark)
at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark)
at System.Reflection.Assembly.Load(String assemblyString)
at Sallos.Core.Startup(String[] args)
at Sallos.Core.Main(String[] args)
 
Top