You cannot create a User Control which can be used out of a DLL directly. You have to copy and paste the .ASCX file to the new project. You can use CompositeControls to create a distributable control.
- Sujit
Dont forget to click "Mark as Answer" on the post that helped you.
This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
sujitm
Contributor
3153 Points
518 Posts
Re: Help: Not able to create a User Control library (.dll)
Jul 25, 2007 05:54 AM|LINK
You cannot create a User Control which can be used out of a DLL directly. You have to copy and paste the .ASCX file to the new project. You can use CompositeControls to create a distributable control.
Dont forget to click "Mark as Answer" on the post that helped you.
This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.