Can I have user control in external dll?
Which project should I use ?
Christian
I get an error when I try to build the example that is in /extensions.
If I wanted to create a dll with all my user controls for wiseJ applications, are you saying that I would pick a “Class Library” project. Would I need to do anything that is in the readme.pdf file in the AspNetControls zip file if I am just trying to do user controls and not do a wrapper control?
I created a really simple test app with a user control library, but it will not compile. It is a single user control with a textbox
Error BC30652 Reference required to assembly ‘System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089’ containing the type ‘ScrollableControl’. Add one to your project. userControls C:\Trash\wiseJ_Test\Test\userControls\ucTextBox.Designer.vb 3 Active
Yes you can. It’s a simple Class Library, like any standard custom control. All you need is to build an assembly. See the projects in /extensions.
Please login first to submit.