visual c++ runtine error while using c#.net
-
My application working fine in the dev environment.But in the testing /production environment it is not working because that environment has only windows server 2003 IIS .net2.0 framework In my application I have Used some microsoft VC++ dll's also along with .net dll's. Now Iam getting "RUNTime Error" pop-up screen message as below " The Application has been terminated in an Unusual Way" On googling i came to know that some dll's like msvcrt.dll of windows server 2003 has to be changed...But Iam not pretty sure about it.. In Production/test environment there is only framework installed ,but there is no visual studio installed on it.may be due that this error may occur... So kindly post your suggestions and views to help me I tried the following as suggested by you: 1. I have installled the redistributable package suggested by you. after installing i restarted the PC even now also I got the same runtime pop-up error. 2. Then I checked even with the dependency walker for the dll. I found that there is no miising dll. 3. Then I tried by installing Visual C++ express edition..even then also i got the same pop-up error. Kindly help me.....
-
My application working fine in the dev environment.But in the testing /production environment it is not working because that environment has only windows server 2003 IIS .net2.0 framework In my application I have Used some microsoft VC++ dll's also along with .net dll's. Now Iam getting "RUNTime Error" pop-up screen message as below " The Application has been terminated in an Unusual Way" On googling i came to know that some dll's like msvcrt.dll of windows server 2003 has to be changed...But Iam not pretty sure about it.. In Production/test environment there is only framework installed ,but there is no visual studio installed on it.may be due that this error may occur... So kindly post your suggestions and views to help me I tried the following as suggested by you: 1. I have installled the redistributable package suggested by you. after installing i restarted the PC even now also I got the same runtime pop-up error. 2. Then I checked even with the dependency walker for the dll. I found that there is no miising dll. 3. Then I tried by installing Visual C++ express edition..even then also i got the same pop-up error. Kindly help me.....
Might need to have some of those dll's your talking about to be registered with regsrv.exe. But I guess that depends on the dll's your using and your deployment method.
Just because we can; does not mean we should.