Hi, > > Hello, I recently installed Linux and I am trying to get some VB > programs working. I am having a problem with the core libraries. I attempted to > build mono-basic from source and I am still having this problem even though > it seemed to build correctly (Microsoft.VisualBasic.dll is in /mono). Also > I am using Sabayon if this is relevant. > > ** (Tray Launcher.exe:7652): WARNING **: The following assembly > referenced > from /media/.../Tray Launcher/bin/Release/Tray Launcher.exe could not > be > loaded: > Assembly: Microsoft.VisualBasic (assemblyref_index=1) > Version: 8.0.0.0 > Public Key: b03f5f7f11d50a3a > The assembly was not found in the Global Assembly Cache, a path listed > in > the MONO_PATH environment variable, or in the location of the executing > assembly (/media/.../Tray Launcher/bin/Release/). > > > ** (Tray Launcher.exe:7652): WARNING **: Could not load file or > assembly > 'Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, > PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. >
Microsoft.VisualBasic.dll isn't getting picked up from your source install. Do 'which vbnc' and 'which mono', and I think they point to your system vbnc/mono. This page might help you: http://www.mono-project.com/Parallel_Mono_Environments Rolf > > -- > View this message in context: http://www.nabble.com/Help-running-VB- > programs-tp21785408p21785408.html > Sent from the Mono - VB mailing list archive at Nabble.com. > > _______________________________________________ > Mono-vb mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/mono-vb _______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
