Skip to main content

This article resolves an RTS 173 error that occurs on the application name.

Problem:

When attempting to animate a 64-bit application from the Net Express command line using the following command mfnetx /debug:progname.exe

an RTS error 173 occurs on the application name.

Resolution:

This is because a new switch “debug64” has been added to the mfnetx command and needs to be used whenever a 64-bit application is to be loaded.

Use the following when animating a 64-bit application:

mfnetx /debug64:progname.exe

Incident Number: 2434379

Old KB# 14914