|
| Can't Find System.Web.UI.Design? |
|
|
|
|
| Messages |
|
Related Types |
This message was discovered on microsoft.public.dotnet.framework.aspnet.buildingcontrols.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
| paul reed |
Hello,
I am trying to build a custom designer for a custom web control. I am even using source found out on MSDN to base it on. These designers reference ystem.Web.UI.Design But for some reason I don't see that. I am using VSNET2003. I checked my project, I am pointing at the 1.1 framework. I can do a help on it and find it...yet when I have an imports statement it says that the "Design" namespace can't be found.
Thanks in advance,
Paul
|
|
|
| |
|
| |
| |
| Jeffrey Tan[MSFT] (VIP) |
Hi Paul,
Thank you for posting in the community!
Based on my understanding, you want to write a customize control designer for your web control. But you can not refer the System.Web.UI.Design namespace.
================================================ I suppose you want to use System.Web.UI.Design.ControlDesigner class.
Yes, it is included in System.Web.UI.Design namespace, but it is not defined in System.Web.UI.Design.dll, it is defined in System.Design.dll assembly. You can determine it in ControlDesigner's document, there is a "Requirements" section: Assembly: System.Design (in System.Design.dll)
You can use "Add Reference" and in the ".NET" tab page, you can find this assembly.
================================================ Please apply my suggestion above and let me know if it helps resolve your problem.
Thank you for your patience and cooperation. If you have any questions or concerns, please feel free to post it in the group. I am standing by to be of assistance. Have a nice day!!
Best regards, Jeffrey Tan Microsoft Online Partner Support Get Secure! - www.microsoft.com/security This posting is provided "as is" with no warranties and confers no rights.
|
|
|
| |
|
|
| |
| |
| paul reed |
Jeffrey,
Well...thank you again. I appreciate all your help.
Regards,
Paul Reed ""Jeffrey Tan[MSFT]"" <Click here to reveal e-mail address> wrote in message news:M3djO$Click here to reveal e-mail address... [Original message clipped]
|
|
|
| |
|
|
| |
| |
| Jeffrey Tan[MSFT] (VIP) |
Hi Paul,
Thanks very much for your feedback.
I am glad my reply makes sense to you. :-)
If you have further concern, please feel free to post, I will help you.
Best regards, Jeffrey Tan Microsoft Online Partner Support Get Secure! - www.microsoft.com/security This posting is provided "as is" with no warranties and confers no rights.
|
|
|
| |
|
|
| |
|
|
|
|
|
|
|
|
|
|
BootFX
Reliable and powerful .NET application framework. |
|
|
|
|
|
|