You are not logged in.

#1 2008-09-22 20:11:42

serjor
Member
From: Spain
Registered: 2008-09-04
Posts: 21

Mono and Visual Basic .Net

Hello,

I'm trying to run an aplication done in Vb.net under linux using mono. I can run this app in windows using mono but in arch I'm experiencing problems.

This is the output:

** (GWFreaks.exe:6027): WARNING **: The following assembly referenced from /home/serjor/.wine/drive_c/Archivos de programa/GWFreaks/GWFreaks.exe could not be loaded:
     Assembly:   Microsoft.VisualBasic    (assemblyref_index=1)
     Version:    7.0.5000.0
     Public Key: b03f5f7f11d50a3a
The assembly was not found in the Global Assembly Cache, a path listed inthe MONO_PATH environment variable, or in the location of the executing assembly (/home/serjor/.wine/drive_c/Archivos de programa/GWFreaks/).


** (GWFreaks.exe:6027): WARNING **: Could not load file or assembly 'Microsoft.VisualBasic, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.

** (GWFreaks.exe:6027): WARNING **: Missing method MsgBox in assembly /home/serjor/.wine/drive_c/Archivos de programa/GWFreaks/GWFreaks.exe, type Microsoft.VisualBasic.Interaction

Unhandled Exception: System.IO.FileNotFoundException: Could not load fileor assembly 'Microsoft.VisualBasic, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
File name: "Microsoft.VisualBasic, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"

Ok, the problem here is clear, there is not assembly for Vb.

Looking for vb in my computer:

/usr/lib/mono/gac/Microsoft.VisualBasic
/usr/lib/mono/gac/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
/usr/lib/mono/gac/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll.mdb
/usr/lib/mono/2.0/Microsoft.VisualBasic.targets
/usr/lib/mono/2.0/Microsoft.VisualBasic.dll

Is there anyway to get support for 7.0.5000 version (1.1 actually)?

Thank you very much

Offline

#2 2008-09-22 21:03:53

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Mono and Visual Basic .Net

Is mono even compatible with Visual Basic? If it is, can it read MS project files?

Offline

#3 2008-09-23 18:21:32

serjor
Member
From: Spain
Registered: 2008-09-04
Posts: 21

Re: Mono and Visual Basic .Net

It is, or at least it should be compatible (as I said, I was able to run the probram in windows using mono). About ms project, no idea :-(

Offline

#4 2008-10-08 12:10:31

Sacro
Member
Registered: 2007-06-27
Posts: 10

Re: Mono and Visual Basic .Net

Should you not be using mono-basic for VB.NET stuff?

Offline

#5 2008-10-08 13:29:53

serjor
Member
From: Spain
Registered: 2008-09-04
Posts: 21

Re: Mono and Visual Basic .Net

Sacro wrote:

Should you not be using mono-basic for VB.NET stuff?

It is installed, the problem is mono package doesn't contain visualbasic.dll for .net 1.1 (which is required by the app), it does for .net 2.0

Offline

Board footer

Powered by FluxBB