ASP.NET Control in VS2008 Beta1

  • Thread starter Thread starter ikari
  • Start date Start date
I

ikari

Hello,

I have a ASP.NET control that works perfectly in VS2005, but in VS2008
the design-time experience is broken with the following error:

Unable to cast object of type Microsoft.Web.Design.DocumentDesigner to
System.Web.UI.Design.WebFormsRootDesigner.

I inherit System.Web.UI.Design.ControlDesigner for my design time
experience for the Web.

Does anyone have any information on how I can get around this?

Thanks.
 
ikari said:
Hello,

I have a ASP.NET control that works perfectly in VS2005, but in VS2008
the design-time experience is broken with the following error:

Unable to cast object of type Microsoft.Web.Design.DocumentDesigner to
System.Web.UI.Design.WebFormsRootDesigner.

I inherit System.Web.UI.Design.ControlDesigner for my design time
experience for the Web.

Does anyone have any information on how I can get around this?

You should post to an ASP.NET NG within the msnews.microsoft.com realm.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top