Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Failed to create designer
Message
From
20/06/2012 21:31:17
 
 
To
All
General information
Forum:
ASP.NET
Category:
Visual Studio
Title:
Failed to create designer
Environment versions
Environment:
C# 3.0
OS:
Windows 7
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01546488
Message ID:
01546488
Views:
62
Hi

I created a control designer and type converter for my custom control. It's working fine if I put them into the same project of my custom control. However, once I move them to another project - DesignerProj, and reference them via string
[Designer("Vfs.Generic.Extensibility.UI.Web.ReportController.ReportControllerDesigner, Vfs.Generic.Extensibility, Version=1.0.0.0, Culture=neutral, PublicKeyToken=xxxxxxxxxxxxxxxx")]
    public class ReportController : WebControl
I hit error "Failed to create designer 'xxxxxx'" when I drop the custom control on designer.

Remark:
1. I prefer to not include the designer class project into production/deployment
2. I was thinking to put this in GAC, but since this Extensibility assembly refer to my generic UI, and generic UI dependant on quite # of other project. Put everything into GAC is not my option, if possible

Any suggestions? Thank you
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Reply
Map
View

Click here to load this message in the networking platform