T
timo
I used the wizard in VS2005 (8.0.50727.762) to upgrade my ASP.NET 1.1
project to 2.0 and now none of my classes that used to be accessible
anywhere in the application appear in the Intellisense dropdown:
Partial Class TestPage
Inherits System.Web.UI.Page
Private m_Class as _______
(Here I'd expect Intellisense to list the available classes but mine
are nowhere in the list).
I've moved all classes into App_Code thinking that might be the issue,
but that does not help.
Is this a namespace issue of some sort?
Any suggestions?
Thank you.
project to 2.0 and now none of my classes that used to be accessible
anywhere in the application appear in the Intellisense dropdown:
Partial Class TestPage
Inherits System.Web.UI.Page
Private m_Class as _______
(Here I'd expect Intellisense to list the available classes but mine
are nowhere in the list).
I've moved all classes into App_Code thinking that might be the issue,
but that does not help.
Is this a namespace issue of some sort?
Any suggestions?
Thank you.