Unable to run Memory Tracker
thomascroth
Posts: 17
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!!!
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
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.