View Single Post
Old 01-02-2008, 12:54 AM   #1 (permalink)
Doctor Jones
Forum Expert
 
Join Date: Jun 2006
Age: 24
Posts: 2,069
Default 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(AssemblyNa me 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)
Doctor Jones is offline   Reply With Quote