X
xenophon
I have a simple ASP.NET 2.0 site. I have created one page in the site
root, and another within 3 subfolders.
The first page has a namespace signature of "TestSite". The second
page is "TestSite.dir1.dir2.dir3".
In the first page, I try to get an instance of the second page, but
when typing "TestSite." in Visual Studio 2005 I get no IntelliSense
that the second page exists.
How can I make namespaces work with ASP.NET 2.0?
Thanks.
root, and another within 3 subfolders.
The first page has a namespace signature of "TestSite". The second
page is "TestSite.dir1.dir2.dir3".
In the first page, I try to get an instance of the second page, but
when typing "TestSite." in Visual Studio 2005 I get no IntelliSense
that the second page exists.
How can I make namespaces work with ASP.NET 2.0?
Thanks.