Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Sergey Poberezovskiy #1
Unable to load custom control in Toolbox
Hi,
I have built a set of custom ASP.Net contols quite some
time ago (in VB) and successfully placed them on the
Toolbox.
Since then I have added new controls and new functionality
to my dll and decided to update my Toolbox to reflect the
changes. But now I get:
The assembly '<Path to my dll>' could not be loaded.
Check that any dependencies the file requires are
installed.
The dll comiles without any errors or warnings, and I can
use the controls in my project without any problems.
But I cannot add them to the Toolbox!
Any help is greatly appreciated.
Sergey Poberezovskiy Guest
-
Custom control in toolbox, intellisense?
Below is some custom control code to create a tab strip taken from ASP.NET 2.0 Unleashed by Stephen Walther. It works, but I need to clarify some... -
Default toolbox tab for custom control?
Is there any attribute i can add to a custom control class, similar to <ToolboxData()> which would allow me to set a default tab in the toolbox... -
Custom Control and Toolbox not working
Yesterday i was creating custom controls and adding them to a project as a reference. Things were great. As I created a new control it would show... -
Still cant get toolbox icon to display for my custom control
I still cant get an icon to display for my custom server control in the toolbox. I create a bmp that is the same name as the class of the control. I... -
How to have toolbox icon appear for custom control?
I want my custom control to have its own toolbox icon. I create the bmp file and it has the same name as the control class. I then set it to...



Reply With Quote

