Re: after adding a web service reference to an ATL dll registration of the ATL dll fails

Tech-Archive recommends: Fix windows errors by optimizing your registry



That's very odd. I've duplicated your steps and I'm unable to reproduce.

Brian

"Maksim Chepel" <maksim@xxxxxxxxxxx> wrote in message
news:elDtH18iFHA.1204@xxxxxxxxxxxxxxxxxxxxxxx
> Ok. No. It's not mixed (at least I don't think so).
> 1) I create new project based on C++ "ATL Project" template as attributed
> dll.
> 2) I add (create) new ATL object in this project
> This builds and registers fine.
> 3) Then I right click on the project and select "Add web reference..." and
> the thing generates me new web reference class based on CSoapSocketClientT
> calss.
> At this point don't do ANYTHING else. Just build. Builds fine except
> registration of the dll now fails. Check depends - everything is there and
> all modules that it needs are in win/system32. Even if I put my dll in
> there - no help.
>
>


.



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)
  • 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)
  • activex registration/packaging
    ... 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.framework.aspnet)
  • Re: Deploying .NET COM wrapper
    ... Also regasm /tlb says it generates a TLB and registers the assembly. ... I've built a DLL to expose some .NET components to COM. ...
    (microsoft.public.dotnet.framework.interop)