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. Managed C++/CLI
  4. 0xc0150002 error

0xc0150002 error

Scheduled Pinned Locked Moved Managed C++/CLI
helpcsharpc++dotnetvisual-studio
7 Posts 3 Posters 1 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.
  • A Offline
    A Offline
    Arsalan Malik
    wrote on last edited by
    #1

    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

    M 1 Reply Last reply
    0
    • A 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

      M Offline
      M Offline
      Mark Salsbery
      wrote on last edited by
      #2

      The manifest may only be part of the problem, if at all. You also have to ensure all required modules/assemblies/etc. are available on the target machine. Deployment (C++)[^] Mark

      Mark Salsbery Microsoft MVP - Visual C++ :java:

      L A 2 Replies Last reply
      0
      • M Mark Salsbery

        The manifest may only be part of the problem, if at all. You also have to ensure all required modules/assemblies/etc. are available on the target machine. Deployment (C++)[^] Mark

        Mark Salsbery Microsoft MVP - Visual C++ :java:

        L Offline
        L Offline
        led mike
        wrote on last edited by
        #3

        If you want a good laugh check this out[^]

        led mike

        M A 2 Replies Last reply
        0
        • L led mike

          If you want a good laugh check this out[^]

          led mike

          M Offline
          M Offline
          Mark Salsbery
          wrote on last edited by
          #4

          :omg:

          Mark Salsbery Microsoft MVP - Visual C++ :java:

          1 Reply Last reply
          0
          • L led mike

            If you want a good laugh check this out[^]

            led mike

            A Offline
            A Offline
            Arsalan Malik
            wrote on last edited by
            #5

            :-D :-D :-D

            ARSALAN MALIK

            1 Reply Last reply
            0
            • M Mark Salsbery

              The manifest may only be part of the problem, if at all. You also have to ensure all required modules/assemblies/etc. are available on the target machine. Deployment (C++)[^] Mark

              Mark Salsbery Microsoft MVP - Visual C++ :java:

              A Offline
              A Offline
              Arsalan Malik
              wrote on last edited by
              #6

              Thanks, but the problem was only solved when I used static linking instead of dynamic linking of multithreaded C library :wtf:

              ARSALAN MALIK

              M 1 Reply Last reply
              0
              • A Arsalan Malik

                Thanks, but the problem was only solved when I used static linking instead of dynamic linking of multithreaded C library :wtf:

                ARSALAN MALIK

                M Offline
                M Offline
                Mark Salsbery
                wrote on last edited by
                #7

                Arsalan Malik wrote:

                the problem was only solved when I used static linking

                In that case, you either deployed a debug build, or didn't install the CRT libraries properly on the target machine. Mark

                Mark Salsbery Microsoft MVP - Visual C++ :java:

                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