Addding Custom Controls to Toolbox in visual studio

Posted by Ben on Stack Overflow See other posts from Stack Overflow or by Ben
Published on 2010-04-26T15:51:14Z Indexed on 2010/04/26 15:53 UTC
Read the original article Hit count: 216

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about .NET

Related posts about winforms