0xc0150002 error
-
I am building a project using C++ under Visual Studio 2005. I am using 3rd party DLLs also compiled with Visual Studio 2005. When I try to deploy the binary to a system that does not have Visual Studio 2005 installed, I get "0xc0150002" error. I am trying on Windows XP, SP2, .NET Framework 2.0. After searching through various forums, there seems to be a problem with manifest. I have tried all the proposed solutions at: http://www.codeprof.com/dev-archive/218/8-96-2188983.shtm[^] http://www.allegro.cc/forums/thread/594808[^] http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=383171&SiteID=1[^] Can anyone with similar experience suggests a solution? Please help:confused:
ARSALAN MALIK
-
I am building a project using C++ under Visual Studio 2005. I am using 3rd party DLLs also compiled with Visual Studio 2005. When I try to deploy the binary to a system that does not have Visual Studio 2005 installed, I get "0xc0150002" error. I am trying on Windows XP, SP2, .NET Framework 2.0. After searching through various forums, there seems to be a problem with manifest. I have tried all the proposed solutions at: http://www.codeprof.com/dev-archive/218/8-96-2188983.shtm[^] http://www.allegro.cc/forums/thread/594808[^] http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=383171&SiteID=1[^] Can anyone with similar experience suggests a solution? Please help:confused:
ARSALAN MALIK
-
I was not sure if the error is related to Visual Studio, or .NET Framework, or Managed C++. Anyways, the problem is resolved now. Thanks. :)
ARSALAN MALIK