Deriving from control

adriaan

Member
Joined
Feb 28, 2005
Messages
13
Programming Experience
5-10
Hi,

I have extended a control(SourceGrid2) and put the exteded component into my own ControlsLibrary which references the SourceGrid2.DLL. Now When I want to add my extended control I keep getting this error:

File or assembly name SourceGrid2, or one of its dependencies, was not found.

Now I am clueless because all the files are there in the bin directory, does this control needs to be in the Global assembly cache? And why?

Thanks,

[Amending]

I am putting on the class a Toolboxbitmap attribute with(GetType(GridVirtual)), if I take this out, it works fine, but why?
 
Last edited:
Back
Top