unhandled exception

kghjewelry
Novice
Posts:27
Joined:Mon Apr 25, 2016 10:29 pm
unhandled exception

Postby kghjewelry » Sat May 21, 2016 9:58 pm

During Part 3: Calibration Build Area, I get unhandled exception error. It reference JIT debugging. How do I fix that?
User avatar
reify
Site Admin
Posts:571
Joined:Mon Mar 16, 2015 6:10 pm

Re: unhandled exception

Postby reify » Sun May 22, 2016 12:37 pm

Hi,

When exactly are you getting this error message?
kghjewelry
Novice
Posts:27
Joined:Mon Apr 25, 2016 10:29 pm

Re: unhandled exception

Postby kghjewelry » Mon May 23, 2016 1:42 am

Below is the details of the error message:


See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.FileNotFoundException: Could not load file or assembly 'Ionic.Zip, Version=1.9.1.8, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c' or one of its dependencies. The system cannot find the file specified.
File name: 'Ionic.Zip, Version=1.9.1.8, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c'
at UV_DLP_3D_Printer._3DEngine.SceneFile.LoadSceneFile(String scenefilename)
at UV_DLP_3D_Printer.GUI.frmMain2.LoadSTLModel_Click(Object sender, Object e)
at UV_DLP_3D_Printer.CallbackHandler.Activate(String cmdname, Object sender, Object vars)
at UV_DLP_3D_Printer.GUI.CustomGUI.ctlImageButton.OnClick(EventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].



************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8689 (QFE.050727-8600)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
CreationWorkshop
Assembly Version: 1.0.0.75
Win32 Version: 1.0.0.75
CodeBase: file:///C:/Users/KGH%20Solus%203d/Downloads/creation-workshop-solus/creation-workshop-solus/CreationWorkshop.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8670 (QFE.050727-8600)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8690 (QFE.050727-8600)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8681 (QFE.050727-8600)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
OpenTK
Assembly Version: 1.1.0.0
Win32 Version: 1.1.1507.5723
CodeBase: file:///C:/Users/KGH%20Solus%203d/Downloads/creation-workshop-solus/creation-workshop-solus/OpenTK.DLL
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8679 (QFE.050727-8600)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Licensing
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Users/KGH%20Solus%203d/Downloads/creation-workshop-solus/creation-workshop-solus/Licensing.DLL
----------------------------------------
System.Core
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.8693 built by: QFE
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Management
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8670 (QFE.050727-8600)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------
OpenTK.GLControl
Assembly Version: 1.1.0.0
Win32 Version: 1.1.1507.5723
CodeBase: file:///C:/Users/KGH%20Solus%203d/Downloads/creation-workshop-solus/creation-workshop-solus/OpenTK.GLControl.DLL
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8670 (QFE.050727-8600)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8670 (QFE.050727-8600)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (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 computer
rather than be handled by this dialog box.
User avatar
reify
Site Admin
Posts:571
Joined:Mon Mar 16, 2015 6:10 pm

Re: unhandled exception

Postby reify » Mon May 23, 2016 5:12 am

Hi,

When do you get this error message? When you first open the program or when you click an icon?
User avatar
mongerdesigns
Solus Guru
Posts:1950
Joined:Sat Apr 25, 2015 5:16 pm
Location:Los Angeles
Contact:

Re: unhandled exception

Postby mongerdesigns » Mon May 23, 2016 6:31 am

Did you try to reinstall cw or try it on a different computer to narrow down the issue?
Monger Designs a.k.a. Monger
http://www.mongerdesigns.com

Junction3d - Official US Distributor for the SOLUS 3D PRINTER
http://www.junction3d.com

Follow us on Instagram!
https://www.instagram.com/junction3d/
kghjewelry
Novice
Posts:27
Joined:Mon Apr 25, 2016 10:29 pm

Re: unhandled exception

Postby kghjewelry » Mon May 23, 2016 10:08 pm

Reloading the CW into my "download folder" instead of my Dropbox worked.

Thanks :roll:

Who is online

Users browsing this forum: No registered users and 4 guests