I have an issue with VS 2008. I just migrated several modules from 1.1 (VS 2003) to VS 2008. The conversion worked great, everything is working fine, except user controls that are a subdirectory in the project. I am getting errors when it tries to render the server controls on the page ( i.e. textbox, lables) at design time.
The error is:
Error Creating Control - controlName
Cannot find web project item 'full path to user control if it were on the root of the project'
This is realy weird. It only occurs on the controls that are in a subdirectory. Controls that on the root of the project render fine at design time.
Hope this make sense...