Thanks in advance! After we upgraded our VisualCron server from version 8.5 to version 9.0 my API access program is now throwing the following exception (the unmodified VisualCron/API/samples/TestClient program throws the exact same exception when I click on the "Connect remote" button). All this was working fine right before the upgrade.
Does anyone know where CommClientCore is supposed to be found? Am I missing a library or need a new version of something?
Note: a breakpoint set at btnConnectRemote_Click(object sender, EventArgs e) never get's hit so it seems to be a framework/library dependency issue...
Using Visual Studio Professional 2019 Version 16.4.2
Microsoft .NET Framework Version 4.8.03761
Exception Details:
System.IO.FileNotFoundException
HResult=0x80070002
Message=Could not load file or assembly 'CommClientCore, Version=1.0.7268.17313, Culture=neutral, PublicKeyToken=55f7a52402de1c04' or one of its dependencies. The system cannot find the file specified.
Source=TestClient
StackTrace:
at TestClient.frmTest.btnConnectRemote_Click(Object sender, EventArgs e) in C:\Users\dblaser\source\TestClient\frmTest.cs:line 269
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at TestClient.Program.Main() in C:\Users\dblaser\source\TestClient\Program.cs:line 17
Edited by moderator
2020-01-13T08:49:13Z
|
Reason: Not specified