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. Windows API
  4. not allowing to register in vista??

not allowing to register in vista??

Scheduled Pinned Locked Moved Windows API
windows-adminhelpquestion
3 Posts 3 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.
  • K Offline
    K Offline
    kunalmeher
    wrote on last edited by
    #1

    This is what i get in output window ( in vista ) : Embedding manifest... registering output... error PRJ0050: Failed to register output. Please ensure you have the appropriate permissions to modify the registry. And i have logged on as administrator. Any Solution, plz...........

    J M 2 Replies Last reply
    0
    • K kunalmeher

      This is what i get in output window ( in vista ) : Embedding manifest... registering output... error PRJ0050: Failed to register output. Please ensure you have the appropriate permissions to modify the registry. And i have logged on as administrator. Any Solution, plz...........

      J Offline
      J Offline
      Jonathan Darka
      wrote on last edited by
      #2

      Apart from permissions problems you can also get this error when regsvr32 fails because it cannot find all the dependent DLL's of the module you are trying to register. Either: Run Dependency Walker[^] and find out which DLL is missing. or Run regsvr32 manually and see what error you get, it should be better than the one you see in dev studio. regards,


      Jonathan Wilkes Darka[Xanya.net]

      1 Reply Last reply
      0
      • K kunalmeher

        This is what i get in output window ( in vista ) : Embedding manifest... registering output... error PRJ0050: Failed to register output. Please ensure you have the appropriate permissions to modify the registry. And i have logged on as administrator. Any Solution, plz...........

        M Offline
        M Offline
        Michael Dunn
        wrote on last edited by
        #3

        It doesn't matter if you're logged in as admin, by default you don't have permission to modify parts of the registry like HKCU (where COM registration is kept). You can register it manually with regsvr32, or run the IDE elevated.

        --Mike-- Visual C++ MVP :cool: LINKS~! CP SearchBar v3.0 | C++ Forum FAQ Dunder-Mifflin, this is Pam.

        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