The document reports a fatal unhandled exception occurring in a type initializer for the StructureAnalysisModel class. The exception was a FileNotFoundException, where the system could not find or load the Interop.Gsa assembly or one of its dependencies. The exception ultimately occurred when attempting to close or remove a Grasshopper document.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
79 views1 page
Rhino Dot Net Crash
The document reports a fatal unhandled exception occurring in a type initializer for the StructureAnalysisModel class. The exception was a FileNotFoundException, where the system could not find or load the Interop.Gsa assembly or one of its dependencies. The exception ultimately occurred when attempting to close or remove a Grasshopper document.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1
[ERROR] FATAL UNHANDLED EXCEPTION: System.
TypeInitializationException: The type
initializer for 'GGYM.Structure.StructureAnalysisModel' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Interop.Gsa_9_0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. at GGYM.Structure.StructureAnalysisModel..cctor() --- End of inner exception stack trace --- at GGYM.Structure.StructureAnalysisModel.(Boolean , Boolean ) at GGYM.ggGHUtil.closeDatabase(UInt64 id) at Grasshopper.Kernel.GH_DocumentServer.DocumentRemovedEventHandler.Invoke(GH_Document Server sender, GH_Document doc) at Grasshopper.Kernel.GH_DocumentServer.RemoveDocument(GH_Document document) at Grasshopper.Kernel.GH_Document.CloseAllSubsidiaries() at Grasshopper.Kernel.GH_DocumentServer.SafeRemoveDocument(GH_Document document) at Grasshopper.GUI.GH_DocumentEditor.MenuDocumentMdiItemClicked(Object sender, MouseEventArgs e) at System.Windows.Forms.Control.OnMouseClick(MouseEventArgs 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.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) [END ERROR]