Jump to content

mono visualbasic error


belanger

Recommended Posts

Posted

 

Revision History:

v0.6.5 (2016-09-30)

- Now compiled against Framework v4.6 (4.5 no longer gets security updates)

- WebControl: Fixed writing of humidity value

 

 

 

Could the latest Framework require Mono4?  I'm getting the following using mono-v3.2.8 :

 

pi@raspberrypi:~ $ mono ~/NodeLink.exe

Missing method CompareString in assembly /home/pi/NodeLink.exe, type Microsoft.VisualBasic.CompilerServices.Operators
 
Unhandled Exception:
System.TypeInitializationException: An exception was thrown by the type initializer for j ---> 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.
File name: 'Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
  at j..cctor () [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: An exception was thrown by the type initializer for j ---> 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.
File name: 'Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
  at j..cctor () [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
Posted

Nevermind - I get a similar error when trying to run dscLink.exe , but the missing method is ToString instead.

 

I'm puzzle, I installed latest raspbianpi (jessie) w/ mono directly available w/ the distribution.  Calling mono -V works fine, not sure why nothing works.

Archived

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

×
×
  • Create New...