Results 1 to 5 of 5

Thread: Going crazy - pls help!

  1. #1

    Thread Starter
    Addicted Member brookema's Avatar
    Join Date
    Jul 2002
    Location
    Washington DC
    Posts
    161

    Going crazy - pls help!

    Ok, so I have a DLL written in VB.NET for use in a VB6 app. The DLL was not written or compilied on my PC, but does work properly on it. I've packaged the VB6 app and the .NET DLL using .NET - creating a merge mod for the DLL and added COM registration for it. When testing on another PC have run into problems. The DLL is getting registered (I think - there are entries in the registry for it) but when trying to run the app, I am getting the 429 Active X error.

    Anyone have any ideas how to fix or at least find the cause of the problem? I'm going nuts trying to figure it out!

    Any suggestions would be greatly appriciated!

  2. #2
    Addicted Member Sheppe's Avatar
    Join Date
    Sep 2002
    Location
    Kelowna, BC
    Posts
    245
    Is the .NET DLL referencing something that isn't installed on the destination computer? Is the .NET framework installed on it? Are you sure it's the .NET DLL that isn't instantiating, or could it be some other referenced object?
    [vbcode]
    On Error Goto Hell
    [/vbcode]
    Sheppe Pharis, MCSD
    Check out http://www.vb-faq.com
    Click here for access to the free Code-Express source code and component sharing network for VB6
    Want a better way to skin your .NET applications? Click here!

  3. #3

    Thread Starter
    Addicted Member brookema's Avatar
    Join Date
    Jul 2002
    Location
    Washington DC
    Posts
    161
    The .NET Framework is install on the PC. I have checked all the other .dll's and .ocx files required by the DLL and the EXE.

    I'm positive it's the .NET dll and just to be sure built a little program that only calls a class w/in the .NET DLL and I also recieved the 429 error.

    Its almost as if though it appears registered its not???

  4. #4
    PowerPoster
    Join Date
    Mar 2002
    Location
    UK
    Posts
    4,780
    Have you release the correct files ? For instance the interop files. Is it the same version of the .Net framework ?

  5. #5

    Thread Starter
    Addicted Member brookema's Avatar
    Join Date
    Jul 2002
    Location
    Washington DC
    Posts
    161
    Both PC's have the .NET Framework v1.1.4322 on them.

    I can't speak about the interop files cause I'm not sure what you are talking about?

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