May 7

Written by: Soul Solutions
Wednesday, 7 May 2008 

BronwenWeeGo All of a sudden my project stopped autogenerating the designer.cs files for all my page and controls in my Visual Studio 2008 project.  Apart from being really annoying it's just WRONG!

 

No matter what i did it wouldn't fix the designer.cs file.  So I started down the track of regenerating the files in a new project and then it happened again!

So I tried deleting the designer.cs file and right clicking on the page and choosing "Convert To WebApplication".  Then received an interesting error:

 

"The 'tagname' attribute cannot be an empty string"

 

There's no tagname in my page.  So investigate further and find it in the web.config file.  I've been using the SilverlightStreamingMediaPlayer which is part of the VS .Net controls.  When you add this control it adds a blank tag attribute:

 

<add tagPrefix="asp" tagName="" namespace="System.Web.UI.SilverlightControls" />

 

To fix:

1. Delete the tagName attribute altogether

2. Regenerate you designer.cs file and all seems happy again.

 

 

Technorati Tags: ,

Tags:

7 comment(s) so far...

Re: Auto-generation of designer.cs file not working

Thanks a lot for this weird resolution :)

By prashant phalle on   Monday, 29 December 2008

Re: Auto-generation of designer.cs file not working

Legendary! Solved my problem... spot on!

By Matt on   Wednesday, 14 January 2009

Re: Auto-generation of designer.cs file not working

Thanks a lot!

By Tonci on   Tuesday, 20 January 2009

Re: Auto-generation of designer.cs file not working

excellent, great solution
i have spend few hours on that....

By bertrand on   Wednesday, 15 July 2009

Re: Auto-generation of designer.cs file not working

Thanks a bunch.

By Brian Dukes on   Tuesday, 27 October 2009

Re: Auto-generation of designer.cs file not working

This information is very useful.Thanks a lot

By linda on   Wednesday, 1 December 2010

Re: Auto-generation of designer.cs file not working

Thank you very much for sharing this useful information. Really amazing!

By DNA MX Wheels on   Monday, 27 June 2011

Your name:
Your email:
(Optional) Email used only to show Gravatar.
Your website:
Title:
Comment:
Add Comment   Cancel 
Copyright © 2002-2013 Soul Solutions Pty Ltd. | Login