Hi, Did you do this on Windows or on Linux?
If you do "mono BNCC.exe" in a terminal does the app work? My guess is that you don't have Microsoft.VisualBasic.dll installed, you need to download the mono-basic package and install it. Rolf > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:mono-vb- > [EMAIL PROTECTED] On Behalf Of Ozzapoo > Sent: viernes, 14 de noviembre de 2008 10:09 > To: [email protected] > Subject: [mono-vb] Dependencies problem > > > Hi. I was trying to use 'mkbundle' to turn a Visual Basic binary, > compiled on > Windows, into a native linux file. However, when I did: > > 'mkbundle BNCC.exe --deps' > > It gave me the following error: > > OS is: Linux > Sources: 1 Auto-dependencies: True > > Unhandled Exception: System.IO.FileNotFoundException: File or assembly > name > Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, > PublicKeyToken=b03f5f7f11d50a3a, or one of its dependencies, was not > found. > File name: "Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, > PublicKeyToken=b03f5f7f11d50a3a" > at (wrapper managed-to-native) System.AppDomain:LoadAssembly > (string,System.Security.Policy.Evidence,bool) > at System.AppDomain.Load (System.Reflection.AssemblyName assemblyRef, > System.Security.Policy.Evidence assemblySecurity) [0x00000] > at (wrapper remoting-invoke-with-check) System.AppDomain:Load > (System.Reflection.AssemblyName,System.Security.Policy.Evidence) > at System.AppDomain.Load (System.Reflection.AssemblyName assemblyRef) > [0x00000] > at (wrapper remoting-invoke-with-check) System.AppDomain:Load > (System.Reflection.AssemblyName) > at System.Reflection.Assembly.Load (System.Reflection.AssemblyName > assemblyRef) [0x00000] > at MakeBundle.QueueAssembly (System.Collections.ArrayList files, > System.String codebase) [0x00000] > at MakeBundle.Main (System.String[] args) [0x00000] > > Is there any way to fix this? > -- > View this message in context: http://www.nabble.com/Dependencies- > problem-tp20497037p20497037.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
