ambiuous namespace
-
Hai all I have a class library and have a class called Basepage.vb in the same project.when i try to call the basepage.vb in my class library it says ambiuous namespace .. not only a single file,but almost 7 files are in this status.. Please help me.. Thanks in advace George Mathew
-
Hai all I have a class library and have a class called Basepage.vb in the same project.when i try to call the basepage.vb in my class library it says ambiuous namespace .. not only a single file,but almost 7 files are in this status.. Please help me.. Thanks in advace George Mathew
-
Hai all I have a class library and have a class called Basepage.vb in the same project.when i try to call the basepage.vb in my class library it says ambiuous namespace .. not only a single file,but almost 7 files are in this status.. Please help me.. Thanks in advace George Mathew
Let me clear up the other guys explanation. It means you have the same class name defined in two different namespaces you're importing. You could have given a class in your code the same name as a class that Microsoft wrote in the .NET Framework.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008