I
Iluvatar
Hi,
last week our project upgraded from vs.net 2005 to vs.net 2008. Our
project still uses framework 2.0, because the deployment servers are
not 3.x ready yet. Everything so far while migrating the solution and
project files worked fine.
Today, I tried to add new controls to an existing web form. The markup
doesn't show any errors, but in the auto generated code behind
(*.aspx.designer.cs) I am missing the declartion of the added control
and the control is not available in code-behind.
The same applies when adding controls to a existing web control and
also when doing the same with new forms or controls.
Second, I tried the same with a new web project and everything is fine
- using framework 2.0 and 3.5. Is there some kind of setting I have to
do on the solution to reactivate auto-generating of the fields?
Kind regards,
Michael
last week our project upgraded from vs.net 2005 to vs.net 2008. Our
project still uses framework 2.0, because the deployment servers are
not 3.x ready yet. Everything so far while migrating the solution and
project files worked fine.
Today, I tried to add new controls to an existing web form. The markup
doesn't show any errors, but in the auto generated code behind
(*.aspx.designer.cs) I am missing the declartion of the added control
and the control is not available in code-behind.
The same applies when adding controls to a existing web control and
also when doing the same with new forms or controls.
Second, I tried the same with a new web project and everything is fine
- using framework 2.0 and 3.5. Is there some kind of setting I have to
do on the solution to reactivate auto-generating of the fields?
Kind regards,
Michael