Weird Build Errors
I've had this weird problem come up now and again ever since VS Service Pack 1 (although I don't know if it's related).
I get build errors such as the following:
'ddlLicenseType' is not a member of 'Participants'
Name 'ddlLicenseType' is not declared.
And soforth for a bunch of different controlls, all of which are plain old server controls on the ASPX page. The weird thing is, it still runs when accessed from IIS.
Now I've got the exact same website which builds on my laptop in VS2005, but not on the web server from Visual Web Developer (I keep VWD on the server for debugging purposes).
Anyone know what's up with this?
Thanks.
Aaron
|