Hi, > Hello, > > I am trying to port my visual basic application to unix, Ubuntu 8.04. > The original application was developed on Windows Xp, using Microsoft > Visual Basic studio. When I try to compile it in MonoDevelop, I get the > error: > > [Task:File=/home/tamara/Projects/trunk/windows/vbzmq/vb_remote_lat/<MyG > enerator> , Line=1, Column=1, Type=Error, Priority=Normal, > Description=Unexpected error: There has been an internal error in the > compiler.(VBNC99999)] > > When I double click on the error, I get a pop up windows, which says: > File not found: > /home/tamara/Projects/trunk/windows/vbzmq/vb_remote_lat/<MyGenerator> > > What kind of file is it looking for? i tried to google it, but couldn't > find anything.
This is a compiler crash, and the file name is also wrong. Which version of vbnc (the compiler) are you using? (open a terminal window and type 'vbnc' will tell you) Would it be possible to get a copy of your project so that I can try to figure out what's going wrong? Rolf > > I am using mono version 2.0 and vbnc version 2.0. > > Thank you for your advice. > > Tamara > > > _______________________________________________ > 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
