[mono-vb] Need to run VB .net small app under mono at ARM processor

Rolf Bjarne Kvinge rolflists at ya.com
Thu Oct 1 03:47:14 EDT 2009


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
> Mono-vb at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-vb



More information about the Mono-vb mailing list