I am trying to use the import statement to access my class object, but it does not recognize the classes -- . In order words the intellisense does not show my project name
Import Statement
Collapse
X
-
Originally posted by DeboraI am trying to use the import statement to access my class object, but it does not recognize the classes -- . In order words the intellisense does not show my project name
Do you think i could have a bit more detail on what you are trying to accomplish? Your description is pretty vague.
--
Kestrel -
I created a Web Application named Debora_CRPP. I also created several classes. One of which was called clsUtilities. After creating a new WebForm I attempted to add an import statement to access the clsUtility. When I typed the import statement the intellisense showed ASP, Microsoft and System. My project name was not listed. So, I typed it in anyway and it shows with the green squilly lines. The comments reads "Namespace or type specified in the imports 'clsUtility' 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.Comment
-
Originally posted by kestrelGo for it, i have to idea where things go, unless its in plain print.
JaredComment
Comment