Namespaces

View: New views
1 Messages — Rating Filter:   Alert me  

Namespaces

by Easy_Rider9999 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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