CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 1999
    Location
    Bangalore,India
    Posts
    2

    DLL Error when accessing

    I have created an ActvieX Dll and hosted it in the IIS on a server. I have problem when executing the Dll from the client machine. The dll is registered properly on the server. When executing from a client machine , I get the error "429" which says "ActiveX cannot create object".
    Can someone give a solution for this.


  2. #2
    Join Date
    Nov 1999
    Posts
    7

    Re: DLL Error when accessing

    delete the All temp Files on both m/c . I am very sure it wil run


  3. #3
    Join Date
    Nov 1999
    Location
    Bangalore,India
    Posts
    2

    Re: DLL Error when accessing

    Hi,
    I tried the dll on a different server and cleared all the temp files on client machine, but even then the same error pops up.
    can u please give me some solution for this.


  4. #4
    Join Date
    Nov 1999
    Location
    Italy
    Posts
    80

    Re: DLL Error when accessing

    I had the same problem 3 days ago. It's that the dll is not registered on the client machine. I'm waiting an answer on how to register dll on clients.

    Something over there is coding....
    ... and you don't know!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured