I tried to compile a VB9.Net project with Monodevelop. After removing some VB9 features that would not run with vbnc I got the following problem: The default namespaces were not accepted and a lot of classes were not found (VBNC 40056). I set the namespace explicitly (namespace LibJMGPhotoPrinter), but the classes were still not found (VBNC 30456). For example I have the class clsGlobal in a project with the name libJMGPhotoPrinter and try to import this class in a class in the same project and I use "imports libJMGPhotoPrinter.clsGlobal", but this makes an error whether I set the namespace to libJMGPhotoPrinter or not.....
Regards Hans -- View this message in context: http://www.nabble.com/Namespaces-tp25530252p25530252.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
