Search code examples
asp.netvisual-studio-2008referencecode-behind

codebehind cannot reference the page controls


I have controls in ascx file but i can't see them in intellisense in .cs file.It was working nice before.

I can see the control names in designer.cs file.

I have deleted the Asp.net temp files in AppData folder but still not working.The other user control files in the app can reference coerrectly to it's page controls. What is the problem here ? I use VS2008.


Solution

  • I have solved the problem, I have uninstalled and reinstalled VS2008 and it is solved.