Deploying an application with Private assemblies
-
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: