5
Reply

Can not create object of specified Activex control

vrushali katkade

vrushali katkade

Nov 24 2011 12:08 AM
2.2k
i have developed the user control in C#.NET & register using regasm .but when i have used this another software it will display the error message like "Failed to create graphic object  from type PrisonerControl.  " or register using regsvr32 it will show following message
---------------------------
RegSvr32
---------------------------
D:\ABc\ABc\bin\Debug\ABc.dll was loaded, but the DllRegisterServer entry point was not found.
 
This file can not be registered.
---------------------------
OK
---------------------------
 
Exposing Windows Forms Controls as ActiveX controls[^]
used the same coding in this example

how to set the entry point to activeX dll?

thanks

Answers (5)