| My office has had a problem with the .net framework errors when webcaster loads ever since we updated our Calyx Point Server to 6.1. We have the webcaster software load upon Windows startup, however it will not fully load to the point where the software is accessable to the user interface and a .net framework error message pops up saying: An unhandled exception has occured in your application. If you click Continue, the applciation will ignor this error and attempt to continue. If you click Quit, the application will be shut down immediatrely. The format of the file 'AESLIB.DLL' is invalid. Clicking the detail button gives us the following description: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.BadImageFormatException: The format of the file 'AESLIB.DLL' is invalid. File name: "AESLIB.DLL" at CalyxPointAPI.DataFolderFunctions.DecString(String sEncString) at WebCasterDesktop.GlobalUtils.LoadParameters() at WebCasterDesktop.frmStart.frmStart_Load(Object sender, EventArgs e) at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.ControlNativewindow.OnMessage(Message& m) at System.Windows.Forms.ControlNativewindow.WndProc(Message& m) at System.Windows.Forms.Nativewindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) === Pre-bind state information === LOG: Where-ref bind. Location = C:\WINPOINT\AESLIB.DLL LOG: Appbase = C:\Program Files\Calyx Software\Calyx WebCaster Desktop\ LOG: Initial PrivatePath = NULL Calling assembly : (Unknown). === LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). LOG: Attempting download of new URL file:///C:/WINPOINT/AESLIB.DLL. ************** Loaded Assemblies ************** mscorlib Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2032 CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll ---------------------------------------- WebCasterDesktop Assembly Version: 2.3.2320.22099 Win32 Version: 2.3.2320.22099 CodeBase: file:///C:/Program%20Files/Calyx%20Software/Calyx%20WebCaster%20Desktop/WebCasterDesktop.exe ---------------------------------------- System.Windows.Forms Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2032 CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll ---------------------------------------- System Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2032 CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll ---------------------------------------- System.Drawing Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2032 CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll ---------------------------------------- Accessibility Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.573 CodeBase: file:///c:/windows/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.dll ---------------------------------------- Microsoft.VisualBasic Assembly Version: 7.0.5000.0 Win32 Version: 7.10.6001.4 CodeBase: file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll ---------------------------------------- WizardWorks Assembly Version: 1.0.2.0 Win32 Version: 1.0.2.0 CodeBase: file:///C:/Program%20Files/Calyx%20Software/Calyx%20WebCaster%20Desktop/WizardWorks.DLL ---------------------------------------- CalyxPointAPI Assembly Version: 5.3.6.0 Win32 Version: 5.3.6.0 CodeBase: file:///C:/Program%20Files/Calyx%20Software/Calyx%20WebCaster%20Desktop/CalyxPointAPI.DLL ---------------------------------------- ************** JIT Debugging ************** To enable just in time (JIT) debugging, the config file for this application or machine (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the machine rather than being handled by this dialog. If we click continue, the webcaster software appears to be running when looking at task manager, however it is not an accessable program in the system tray. The splash menu does not load either. Point works perfectly fine. The annoyance of the error message and lack of webcaster usability appears to be the only problems. Any suggestions how we can eliminate this issue and regain webcaster access?
Thanks in advance! |