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. Help

Help

Scheduled Pinned Locked Moved The Lounge
csharphelpvisual-studioquestionannouncement
5 Posts 4 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.
  • S Offline
    S Offline
    Stone Free
    wrote on last edited by
    #1

    On Wednesday I was running low on disk space so I uninstalled the November 2001 Platform SDK. Everything seemed to be working OK, but the next day about 5 different processes failed to run, with the error "The procedure entry point ??_U@YAPAXI@Z could not be located in the dynamic link library MSVCRT.dll.". I ran dependency walker on one of the programmes, and according to it the dll MSVCIRT.DLL is the process trying to access the entry point referenced in the error message. The MSVCRT.dll I have is version 6.00.8797.0, I have tried replacing this with the same version from another computer at the office. The MSVCIRT.DLL I have is version 6.10.8637.0. No one else in the office has this version, as no one else apart from me has managed to safely install Microsoft Visual Studio .NET enterprise edition. Please can someone send me the MSVCIRT.DLL as some of the progams failing with the error are part of the operating system like RPCSS.exe. Also Outlook and quite a few of my programs now fall over with this error message.

    N R C 3 Replies Last reply
    0
    • S Stone Free

      On Wednesday I was running low on disk space so I uninstalled the November 2001 Platform SDK. Everything seemed to be working OK, but the next day about 5 different processes failed to run, with the error "The procedure entry point ??_U@YAPAXI@Z could not be located in the dynamic link library MSVCRT.dll.". I ran dependency walker on one of the programmes, and according to it the dll MSVCIRT.DLL is the process trying to access the entry point referenced in the error message. The MSVCRT.dll I have is version 6.00.8797.0, I have tried replacing this with the same version from another computer at the office. The MSVCIRT.DLL I have is version 6.10.8637.0. No one else in the office has this version, as no one else apart from me has managed to safely install Microsoft Visual Studio .NET enterprise edition. Please can someone send me the MSVCIRT.DLL as some of the progams failing with the error are part of the operating system like RPCSS.exe. Also Outlook and quite a few of my programs now fall over with this error message.

      N Offline
      N Offline
      Nish Nishant
      wrote on last edited by
      #2

      Re-install the Nov PSDK. The PSDK is a high priority enough thing not to be uninstalled for freeing space. Delete some other stuff instead! I know this is not really useful, but it's a well thought out suggestion. Nish


      The posting stats are now in PDF:- http://www.busterboy.org/codeproject/ Feel free to make your comments. Updated - May 04th, Saturday

      S 1 Reply Last reply
      0
      • N Nish Nishant

        Re-install the Nov PSDK. The PSDK is a high priority enough thing not to be uninstalled for freeing space. Delete some other stuff instead! I know this is not really useful, but it's a well thought out suggestion. Nish


        The posting stats are now in PDF:- http://www.busterboy.org/codeproject/ Feel free to make your comments. Updated - May 04th, Saturday

        S Offline
        S Offline
        Stone Free
        wrote on last edited by
        #3

        I tried doing that this morning, but I am still encountering the same error.

        1 Reply Last reply
        0
        • S Stone Free

          On Wednesday I was running low on disk space so I uninstalled the November 2001 Platform SDK. Everything seemed to be working OK, but the next day about 5 different processes failed to run, with the error "The procedure entry point ??_U@YAPAXI@Z could not be located in the dynamic link library MSVCRT.dll.". I ran dependency walker on one of the programmes, and according to it the dll MSVCIRT.DLL is the process trying to access the entry point referenced in the error message. The MSVCRT.dll I have is version 6.00.8797.0, I have tried replacing this with the same version from another computer at the office. The MSVCIRT.DLL I have is version 6.10.8637.0. No one else in the office has this version, as no one else apart from me has managed to safely install Microsoft Visual Studio .NET enterprise edition. Please can someone send me the MSVCIRT.DLL as some of the progams failing with the error are part of the operating system like RPCSS.exe. Also Outlook and quite a few of my programs now fall over with this error message.

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

          Welcome to DLL Hell. Just a possibility, you may want to find a newer MSVCRT.DLL that contains the missing entry point, rather than an older MSVCIRT.DLL that doesn't look for it. In any case, I have:

          MSVCRT.DLL
          6.0.8337.0 in the Java2 JRE
          6.0.8797.0 in the Visual FoxPro binaries
          6.1.9824.0 in the Whos Locking binaries
          6.10.9337.7 in the MS SDK Redistrib Win64 set

          MSVCIRT.DLL
          6.10.9337.7 in the MS SDK Redistrib Win64 set

          Would you like any of them?

          1 Reply Last reply
          0
          • S Stone Free

            On Wednesday I was running low on disk space so I uninstalled the November 2001 Platform SDK. Everything seemed to be working OK, but the next day about 5 different processes failed to run, with the error "The procedure entry point ??_U@YAPAXI@Z could not be located in the dynamic link library MSVCRT.dll.". I ran dependency walker on one of the programmes, and according to it the dll MSVCIRT.DLL is the process trying to access the entry point referenced in the error message. The MSVCRT.dll I have is version 6.00.8797.0, I have tried replacing this with the same version from another computer at the office. The MSVCIRT.DLL I have is version 6.10.8637.0. No one else in the office has this version, as no one else apart from me has managed to safely install Microsoft Visual Studio .NET enterprise edition. Please can someone send me the MSVCIRT.DLL as some of the progams failing with the error are part of the operating system like RPCSS.exe. Also Outlook and quite a few of my programs now fall over with this error message.

            C Offline
            C Offline
            Cathy
            wrote on last edited by
            #5

            I don't think you should just install a this dll by itself. It might have other dependancies. Look it up in the dll database on the MSDN website to see what would install this version and then install that program. Cathy Life's uncertain, have dessert first!

            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