Hi, > Rafael Teixeira wrote: > > > > run with mono: > > > > mono yourapp.exe > > > > hope it helps, > > > > Rafael "Monoman" Teixeira > > > > No, I got the same error as at the beginning. > But now I think I know what is a problem. > mono package from ipkg was installed via ipkg install and it stays in > /opt/bin > but installed mono-basic is placed in another place.
Configure might have chosen a different/wrong path, try the following: ./configure --prefix=/opt && make && make install (note that I'm not certain /opt is the correct path for you, the Microsoft.VisualBasic.dll assembly will get installed into $(prefix)/lib/mono/gac/Microsoft.VisualBasic/, so you ensure that prefix is set to the correct path) Rolf > > perhaps showing that mono should use visual basic runtime would be a > good > idea > How should I 'show' mono what runtime should it use? > > I need to run mono and point him using installed mono-basic runtimes > > > -- > View this message in context: http://www.nabble.com/Need-to-run-VB- > .net-small-app-under-mono-at-ARM-processor-tp25676975p25693448.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
