Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Deploying an application with Private assemblies

Deploying an application with Private assemblies

Scheduled Pinned Locked Moved C / C++ / MFC
helpc++tutorialquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    ComplexLifeForm
    wrote on last edited by
    #1

    Hi, I am using VC++ 2005 with SP1 to develop my application. I want to deploy it on a target machine by using Private side by side assemblies. Hence I have created appropriate application manifest file and copied Microsoft C/C++ Runtimes libraries along with their manifest files to the bin folder of my application and ensure that it is in the path. However I am facing an issue due to a 3rd party library used by my application. This library is a dll built by using VC++ 2005 base libraries. When I try to execute my application I get VC++ runtime error. Installing VC++ 2005 SP1 redistributable libraries does solves the problem but then my application will be using shared side by side assemblies. I would like to deploy with private side by side assemblies. Can someone please guide me how do I deploy my application successfully on the target machine taking into account such scenarios. Thanks and Regards. :confused::confused:

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups