System.IO.FileLoadException: Невозможно загрузить файл или сборку "DTAPINET, Version=4.7.3.136, Culture=neutral, PublicKeyToken=8f326389dc760240" или один из зависимых от них компонентов.
The application could not be started because its parallel configuration is incorrect. Additional information is contained in the application event log. (Exception from HRESULT: 0x800736B1
)
File name: " DTAPINET, Version=4.7.3.136, Culture=neutral, PublicKeyToken=8f326389dc760240" ---> System.Runtime.InteropServices.COMException (0x800736B1)
: The application failed to start because its parallel configuration is incorrect. Additional information is contained in the application event log. (Exception from HRESULT: 0x800736B1
)
в DtLoop.Device..ctor() в DtLoop.DtLoop.DtLoop_Load(Object sender, EventArgs e) в System.Windows.Forms.Form.OnLoad(EventArgs e) в System.Windows.Forms.Form.OnCreateControl() в System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) в System.Windows.Forms.Control.CreateControl() в System.Windows.Forms.Control.WmShowWindow(Message& m) в System.Windows.Forms.Control.WndProc(Message& m) в System.Windows.Forms.ScrollableControl.WndProc(Message& m) в System.Windows.Forms.ContainerControl.WndProc(Message& m) в System.Windows.Forms.Form.WmShowWindow(Message& m) в System.Windows.Forms.Form.WndProc(Message& m) в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
COMException
? See if you are using COM components (maybe indirectly). Maybe you forgot regsvr? (Or did it not run from the admin account?) Look at the dependencies of your build (depends.exe), what is missing? Maybe you are collecting the wrong configuration. - VladD