vote up 4 vote down star

I'm not a fan of the Designer, I prefer to code straight to the ASPX page. However, since a reformat (and leading up to the reformat), the designer.cs files have not been updating correctly when manually coding to the .aspx file. This means my code behinds are not recognizing new controls and throwing compiler err's.

Does anyone know how to Prevent this or force the designer.cs file to recompile after manually coding the aspx file? I know I can type the controls manually into the designer file, but this is time consuming and well...obnoxious when creating larger aspx pages.

Edit

WebDude's answer used to work, but switching to design view no longer solves the problem with any degree of consistancy...any more ideas?

flag

3 Answers

vote up 3 vote down

This happened to me when I installed the sp1 in visual studio 2008. The way i got my code behind to recognise my controls was by viewing the aspx page in designer mode, then changing back to code view.

This seemed to give visual studio the slap it needed to start automatically populating my designers.

I realise your problem is in Vis 2005, but this could help you

Good Luck!

link|flag
vote up 2 vote down

Simple solution,

Delete the designer.cs page, right click on the aspx/ascx page and choose Convert to Web Application.

and you are all set!!!

Bhavesh

link|flag
vote up 0 vote down

I've found closing and reopening the page (both the HTML and code behind) forces it to repopulate everything.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.