Problems deploying C++ dll that references C# dll

Discussion in 'C++' started by clam61, Sep 29, 2010.

  1. clam61

    clam61 New Member

    Joined:
    Sep 29, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    I have a Visual Stuido solution that consists of a C++ dll that references a C# dll (this C# dll also references another C# dll) with my application.

    My goal is to have this C++ dll accessed by third party software.

    On my dev machine, it works perfectly. However, I am having trouble deploying this on other machines.

    I googled and GAC was mentioned. So I have created an Setup installation project that puts the C# dlls in the GAC. After running the installation msi file on the deployment machine, I verified that the C# dlls were in C:\assemblies, but the third party software does not seem to load the C# dlls.

    I am still very new to DLLs and COM objects etc etc. Any help would be appreciated. Please explain to me like I am a 5 year old because this is all new to me.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice