Addding Custom Controls to Toolbox in visual studio
- by Ben
Hi,
I am trying to add a dll that contains some custom 3rd party conrtols and some in house user controls and am getting the following error -
"The Assembly "MyASsembly.dll" could not be loaded. Check that any dependencies the file requires are installed"
I am using Visual Studio 2003 and the 3rd part controls are C1.
Does anyone know what is wrong?
Thanks