Windows Develop Bookmark and Share   
 index > Windows Forms Sample Applications > .Net
 

.Net

I have the "your organism vbCritter.myanimal counld not be found in the assembly" error and I cleared the namespace and it still doesn't work
MigrationUser 1  Tuesday, May 17, 2005 8:10 PM
VB.Net adds a "default" namespace to all types based on the assembly/project name.  So for example, if your project was named "Bar", then a class declared in no namespace would still be called "Foo.MyClass".  If you also declared a namespace, say "Bar", then the full name would be "Foo.Bar.MyClass".

Try specifing "<project name>.<class name>" in the attribute.
MigrationUser 1  Thursday, May 19, 2005 3:12 AM

You can use google to search for other answers

Custom Search

More Threads

• FTP In window form
• IssueVision installation problem...
• Terrarium Server [Beta1] installed !!
• MissingMethodException at Login
• DataGrid Selection
• I am new, can anyone help me?
• Resurrecting the Hive concept
• HOw can i create patch
• Getting error when trying to introduce new animal
• Looking for example for avoidance code