Jump to content

Mono Visual Basic Error


biiiink

Recommended Posts

Posted

I am getting an error when I try to run NodeLink.exe 

 

 

mono NodeLink.exe

 
Unhandled Exception:
System.TypeInitializationException: The type initializer for 'NodeLink.MainModule' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
  at NodeLink.MainModule..cctor () [0x0003e] in <1c1efda0a57d461d88830c1847dd8a31>:0 
   --- End of inner exception stack trace ---
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'NodeLink.MainModule' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
  at NodeLink.MainModule..cctor () [0x0003e] in <1c1efda0a57d461d88830c1847dd8a31>:0 
   --- End of inner exception stack trace ---

 

Any help would be appreciated.

Thanks

Posted

io_guy created comprehensive setup documents and linked them in the pins at top of this sub-forum. They are geared towards raspiban.

 

Having been through something similar, although on a pi, this line from the linked install document was the fix:

sudo apt-get install mono-vbnc mono-complete

Paul

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...