G
Guest
Hi,
I have been working on ASP.NET 2.0. When I was trying to work with one of
the master pages, I used some classes (.vb files) in App_code directory. When
the application is run, it gives me the following error.
BC40056: Namespace or type specified in the Imports 'XXXX' doesn't contain
any public member or cannot be found. Make sure the namespace or the type is
defined and contains at least one public member. Make sure the imported
element name doesn't use any aliases.
I have verified and the class file is present in the App_code directory with
the namespace defined. Please help me. I am not sure as to what I am doing
wrong.
Rgds.
I have been working on ASP.NET 2.0. When I was trying to work with one of
the master pages, I used some classes (.vb files) in App_code directory. When
the application is run, it gives me the following error.
BC40056: Namespace or type specified in the Imports 'XXXX' doesn't contain
any public member or cannot be found. Make sure the namespace or the type is
defined and contains at least one public member. Make sure the imported
element name doesn't use any aliases.
I have verified and the class file is present in the App_code directory with
the namespace defined. Please help me. I am not sure as to what I am doing
wrong.
Rgds.