Hey,
I have spent several days trying to find out how to do something, and i don't know if I am blind or what, but I can not find it. I am developing a web app and I need it to run an activex control. I have developed the control and it runs great on my development system (VS2005, C#, IE6, Win2000Pro, output is a DLL) because as far as I can tell, the IDE registers the DLL. The problem is packaging it so it registers itself on any other computer. I have tried publishing the DLL by itself, packaging it in a CAB by itself, packaging it in in a CAB with a INF file. So far, the closest it has come to registering and installing is getting the dll to show up in "Downloaded Program Files" and the CLSID shows up in the registry under "code store database\distribution units". Every time I load the page it adds new entries in the registry and adds a CONFLICT.# folder to the "Downloaded Program Files" but still will not load the control. What is wrong? or how do you register a dll through IE?
It is not a security issue; I have allowed it install unsigned controls. I am at the end of my rope having spent more than a week on this that should have been done in about a day. I can send you any of this stuff to take a look at if that will help. Any help you give will be greatly appreciated, anything.
Thanks again,
-Seth
I have spent several days trying to find out how to do something, and i don't know if I am blind or what, but I can not find it. I am developing a web app and I need it to run an activex control. I have developed the control and it runs great on my development system (VS2005, C#, IE6, Win2000Pro, output is a DLL) because as far as I can tell, the IDE registers the DLL. The problem is packaging it so it registers itself on any other computer. I have tried publishing the DLL by itself, packaging it in a CAB by itself, packaging it in in a CAB with a INF file. So far, the closest it has come to registering and installing is getting the dll to show up in "Downloaded Program Files" and the CLSID shows up in the registry under "code store database\distribution units". Every time I load the page it adds new entries in the registry and adds a CONFLICT.# folder to the "Downloaded Program Files" but still will not load the control. What is wrong? or how do you register a dll through IE?
It is not a security issue; I have allowed it install unsigned controls. I am at the end of my rope having spent more than a week on this that should have been done in about a day. I can send you any of this stuff to take a look at if that will help. Any help you give will be greatly appreciated, anything.
Thanks again,
-Seth