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