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. The Lounge
  3. Sir,can you help me?

Sir,can you help me?

Scheduled Pinned Locked Moved The Lounge
helpcsharptutorialquestion
13 Posts 5 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.
  • R Roger Wright

    Move mscoree.dll (whatever that is) to C:\WINNT\System32 and use regsrv32 to register it. Posting any future problems of this kind to the programming forums or the one devoted to operating systems would be a really good idea, unless you enjoy being flamed. The Lounge is reserved for off-the-wall stuff that has nothing to do with programming, and is the only source of social life for many of our members outside of spiking the office cooler with vodka and locking the keyboards of their coworkers on the network. It's very important that we keep this space free of code-related content, as the Lounge is an significant part of a 12-step program for terminal geeks. Remember - the social life you save may be your own! "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City

    M Offline
    M Offline
    momer
    wrote on last edited by
    #4

    hi,Roger Wright, Thank you for your advice.I am so sorry I had done a such terrible thing. Thanks again! momer

    R 1 Reply Last reply
    0
    • R Roland Bar

      If you would have asked this in the right forum, I would have told you there that you have to install the .Net Framework on every Computer you want to run your Program. So, please use the rigth forum, No Programming Questions in the Lounge ! Greets Roland


      Wenn Du diesen Satz irgendwo liest, ignoriere ihn.

      M Offline
      M Offline
      momer
      wrote on last edited by
      #5

      hi,Roland Bär, Thank you very much. I will remember your advice.I am sorry. momer

      1 Reply Last reply
      0
      • R Roger Wright

        Move mscoree.dll (whatever that is) to C:\WINNT\System32 and use regsrv32 to register it. Posting any future problems of this kind to the programming forums or the one devoted to operating systems would be a really good idea, unless you enjoy being flamed. The Lounge is reserved for off-the-wall stuff that has nothing to do with programming, and is the only source of social life for many of our members outside of spiking the office cooler with vodka and locking the keyboards of their coworkers on the network. It's very important that we keep this space free of code-related content, as the Lounge is an significant part of a 12-step program for terminal geeks. Remember - the social life you save may be your own! "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City

        M Offline
        M Offline
        momer
        wrote on last edited by
        #6

        Hi,Roger, I am sorry I have to trouble you again. can you teach me how to use regsrv32 to register mscoree.dll. Thanks momer

        B R 2 Replies Last reply
        0
        • M momer

          Hi,Roger, I am sorry I have to trouble you again. can you teach me how to use regsrv32 to register mscoree.dll. Thanks momer

          B Offline
          B Offline
          benjymous
          wrote on last edited by
          #7

          Maybe somebody will, in the correct forum... -- Help me! I'm turning into a grapefruit! Phoenix Paint - back from DPaint's ashes!

          1 Reply Last reply
          0
          • M momer

            hi,Roger Wright, Thank you for your advice.I am so sorry I had done a such terrible thing. Thanks again! momer

            R Offline
            R Offline
            Roger Wright
            wrote on last edited by
            #8

            :laugh: It's not such a terrible thing - we've all done it.:-D Usually about once... "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City

            1 Reply Last reply
            0
            • M momer

              Hi,Roger, I am sorry I have to trouble you again. can you teach me how to use regsrv32 to register mscoree.dll. Thanks momer

              R Offline
              R Offline
              Roger Wright
              wrote on last edited by
              #9

              http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/regsvr32.mspx[^] "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City

              C 1 Reply Last reply
              0
              • R Roger Wright

                http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/regsvr32.mspx[^] "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City

                C Offline
                C Offline
                caractacus
                wrote on last edited by
                #10

                Are you sure about this? Is not dotnetfx the correct route?

                R 1 Reply Last reply
                0
                • C caractacus

                  Are you sure about this? Is not dotnetfx the correct route?

                  R Offline
                  R Offline
                  Roger Wright
                  wrote on last edited by
                  #11

                  The problem reported was a dll not found. The likely fix is to make sure it's in the path expected, and to ensure that it is properly registered with WIndows. If that doesn't fix it, then it may be that the dll is missing entirely. Perhaps it is part of the Framework - I don't know, and the post didn't specify whether it exists at all. "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City

                  C 1 Reply Last reply
                  0
                  • R Roger Wright

                    The problem reported was a dll not found. The likely fix is to make sure it's in the path expected, and to ensure that it is properly registered with WIndows. If that doesn't fix it, then it may be that the dll is missing entirely. Perhaps it is part of the Framework - I don't know, and the post didn't specify whether it exists at all. "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City

                    C Offline
                    C Offline
                    caractacus
                    wrote on last edited by
                    #12

                    Roger Wright wrote: The problem reported was a dll not found Correct. but in this case the dll is part of the .NET framework, and does not follow the conventional rules. It's equivalent to having COM missing. One must install the framework, which upgrades the windows subsystem to a new level wrt advances OS features like side-by-side versioning, prefetching, etc.

                    R 1 Reply Last reply
                    0
                    • C caractacus

                      Roger Wright wrote: The problem reported was a dll not found Correct. but in this case the dll is part of the .NET framework, and does not follow the conventional rules. It's equivalent to having COM missing. One must install the framework, which upgrades the windows subsystem to a new level wrt advances OS features like side-by-side versioning, prefetching, etc.

                      R Offline
                      R Offline
                      Roger Wright
                      wrote on last edited by
                      #13

                      True enough, but the post mentions that this fails when loaded onto other WinXP systems. All of the WinXP systems I've seen have the Framework already installed, so this dll should not be missing. "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City

                      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