Unable to run Memory Tracker

thomascroththomascroth Posts: 17
edited October 16, 2014 7:15PM in Memory tracker
I have .NET 1.1 and Microsoft Debugging Tool for Windows (Version: 32-Bit 6.8.4.0 Ocotber 18, 2007) installed. I unzipped the memory tracker program and then tried to run the executable. I receive the following error messages:

WindowsFormsParkingWindow: RedGate.Memory.UI.exe - Entry Point Not Found
The procedure entry point DebugSetProcessKillOnExit could not be located in the dynamic link library KERNEL32.dll


RedGate.Memory.UI.exe - Common Language Runtime Debugging Services
Application has generated an exception that could not be handled.
Process id=0xf1c (3868), Thread id=0x4c4 (1220).
Click OK to terminate the application
Click CANCEL to debug the application

Thanks for your assistance!!!
Tom

Comments

  • Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hi Thomas,

    My first thought is that the executable is corrupt. Can you try downloading and extracting it again?

    Entry point not found usually means an executable's 'main' method is not specified or not valid. That would happen if the file was corrupt or was incorrectly compiled and linked to begin with.

    I hope it's something that simple.
  • Hi Thomas. I have same problem with you. Were you able to run the memory tracker successfully? Please share your thoughts. Thank you.
Sign In or Register to comment.