Hi,
In my ASP.Net application, I have an aspx page that I copied from another project. For some reason, the Intellisense on this page doesn't work. It works on other pages in the application, but typing in "<asp:" brings up nothing! The syntax checking doesn't work either.
I tried closing VS.Net, rebooting, nothing helps. I even copied practically all of the code from another aspx page into this one, thinking that Intellisense wasn't working because I screwed up a tag somewhere when editing the page, but still nothing.Does anyone know how to fix this?
Btw, the page compiles and renders just fine.




. It works on other pages in the application, but typing in "<asp:" brings up nothing! The syntax checking doesn't work either.
Reply With Quote