MS Visual C++ Runtime Error

  • Thread starter Thread starter ck
  • Start date Start date
C

ck

Hi,
I installed a legacy program onto a PC with the local administrator right.
When user logged on with domain user credential, he trying to lancuh the
application but encountered an error

"Microsoft Visual C++ Runtime Library
Runtime Error!
Program: C:\Program Files\ProgramName\Program.exe
This application has requested the Runtime to terminate it in an unusual
way. Please contact the application's support team for more information."

I have added that domain user ID into local power users group but same
result. When I added it into local administrators group, it was working fine
no error!\
How could I get away from this error as I dont want give the local
administrator rights to the domain user.

thanks a lot!
ck
 
What program is "Program.exe"?
Below is a common problem and solution for IE.

Microsoft Visual C++ Runtime Library.
Runtime Error!
Program: c:\Program Files\Internet Explorer\IEXPLORE.EXE
The application has requested the Runtime to terminate it in an
unusual way.
Please contact the application's support team for more information.
 
Hi Alan,
The "Program.exe" is that application executable file. The PC is never
install ant Google toolbar.
 
That's not a permissions issue, that's a compatibility issue. Have you
contacted the program vendor to check for compatibility concerns? While XP
can run many applications, particularly using compatibility mode, some older
applications that attempt direct hardware addressing will not work as this
is not supported in WinXP.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP

Associate Expert - WindowsXP Expert Zone

Windows help - www.rickrogers.org
 
Back
Top