Asked By
Samuel Sam
0 points
N/A
Posted on - 10/14/2011
Hi,
Microsoft Visual C++ run time error occurred while try to run LANDesk. It happens from last week after a molecules virus attacked the computer. I removed it using Avast but the said program is not running smoothly. What steps I should follow to regularize the program?
Microsoft Visual C+ + Runtime Library
Runtime Error!
Program: C:PROGRA~2LANDeskLDClientrcgui.exe
This application has requested the Runtime to terminate it in an
unusual way
Please contact the application’s support team for more information.
OK
Regards,
Sam
Microsoft Visual C++ run time error occurred while try to run LANDesk
This kind of problem occur for two causes they are :1. Component of run time of visual c++ libraries are missing. 2. Software problem. But looks like your problem is the seacend one. Take a clean boot check it can be a software conflict issue. For clean boot: visit this site there you will show how to do it : Download Link if the problem still exist then you have to bring the software install disk or you have to download new installation file to re-install it again or install it again. this will absolutely help you. If you think that your visual c++ is corrupt than download it and install it from here: Download Link2
Microsoft Visual C++ run time error occurred while try to run LANDesk
There are the two forms LANDesk that has issues with this are rcgui.exe and issclipexec. So for the solution beyond Trust is aware of this conflict. They said that it can be resolved by it having at least client version 4.9.1 and creating like the following registry string value, HKLMSOFTWAREPoliciesBeyondTrustPrivilegeManager
ExcludedProfilerApps=C:PROGRA~2LANDeskLDClientrcgui.exe;C:PROGRA~2LANDeskLDClientissclipexec.exe. Besides it you can create like the following batch job to send out to your machines,reg add "HKLMSOFTWAREPoliciesBeyondTrustPrivilegeManager" /v "ExcludedApps" /d "C:Program FilesLANDeskLDClientissuser.exe;C:PROGRA~1LANDeskLDClientissuser.exe;C:Program FilesLANDeskLDClientrcgui.exe;C:PROGRA~1LANDeskLDClientrcgui.exe" /f, hope your problem will solve by this.