Hi folks:
I meet following exception when I copy the whole program directoy to another machine. Which tools can I employ to debug it? Thank you.
Unhandled Exception: System.TypeInitializationException: The type initializer fo r 'SomeClass' threw an exceptio n. ---> System.IO.FileLoadException: Could not load file or assembly 'SomeAssembly.dll, Version=0.0.0.0, Culture=neut ral, PublicKeyToken=null' or one of its dependencies. This application has faile d to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1) File name: 'SomeAssembly.dll, Version =0.0.0.0, Culture=neutral, PublicKeyToken=null' ---> System.Runtime.InteropServi ces.COMException (0x800736B1): This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix thi s problem. (Exception from HRESULT: 0x800736B1)