Hi all,
I've imported my project into Visual Studio 2008 (from 2005) now on build every single reference to a control in the code behind is underlined and is reported as "not declared", even though the control does exist on the web page.
Example:
Name 'ddlCountry' is not declared.
Name 'wizRegister' is not declared.
And so on to the maximum errors being reached. So I assume it means for every single control on every page. What could be the problem?
Start Free Trial