ActiveX dll

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



i've developed a user control using C# and turned it into a dll so that i can
use it on the web on an html page. however i need to put that dll in a cab
file so that it registers itself correctly on client's PCs. each time i try
to register it using regsvr32 it comes up with the error, that the file was
loaded but the dllRegisterServer entry point was not found. and on client pcs
the cab file is downloaded but is not registered with error message: class
not registered hr = 80040154.
any suggestions?
.



Relevant Pages

  • Re: Cater for unregistered DLL
    ... In that case maybe you will either have to make a loader, another VB6 exe that registers the dll and then loads your main VB6 app, or you need to take care of this in the installer. ... >>> Sub StartHere() ...
    (microsoft.public.excel.programming)
  • activeX dll
    ... however i need to put that dll in a cab ... file so that it registers itself correctly on client's PCs. ... and on client pcs ... the cab file is downloaded but is not registered with error message: ...
    (microsoft.public.dotnet.general)
  • ActiveX dll
    ... however i need to put that dll in a cab ... file so that it registers itself correctly on client's PCs. ... and on client pcs ... the cab file is downloaded but is not registered with error message: ...
    (microsoft.public.win32.programmer.ole)
  • Re: ATL project that registered under Windows XP does not under Windows Vista
    ... We found the problem - turns out that there were other DLLS that were needed that the DLL in question depended upon. ... Charles Wangwrote: ... The first is to change how your component registers by modifying the RGS file or by moving to reg-free COM. ... a third workaround would be by running Visual Studio 2005 in admin mode. ...
    (microsoft.public.vc.atl)
  • activex registering/packaging a dll
    ... developing a web app and I need it to run an activex control. ... the IDE registers the DLL. ... registers itself on any other computer. ... I am at the end of my rope having spent more than a week on ...
    (microsoft.public.dotnet.languages.vb.controls)