Regarding the exe registration in XP machine builded in VS 2005

  • Thread starter Thread starter sethuganesh
  • Start date Start date
S

sethuganesh

HI,

I have ported the visual studio 6.0 code to VS 2005. The project gets
builded sucessfully. The application runs sucessfully in my system. I
have put the builded dlls and exe in windows 2000 pc and windows xp
machine. I am able to register the exe in 2000 pc without any problem
except it requires mfc80.dll. Whereas i am not able to register the exe
in XP machine it throws the error "The system cannot execute this
program". I have used the command "test.exe -RegServer".

Pls let me know if anyone know the solution.



Thanks,

Ganesh
 
HI,

I have ported the visual studio 6.0 code to VS 2005. The project gets
builded sucessfully. The application runs sucessfully in my system. I
have put the builded dlls and exe in windows 2000 pc and windows xp
machine. I am able to register the exe in 2000 pc without any problem
except it requires mfc80.dll. Whereas i am not able to register the exe
in XP machine it throws the error "The system cannot execute this
program". I have used the command "test.exe -RegServer".

Pls let me know if anyone know the solution.

On the target machine, use depends.exe (www.dependencywalker.com) to
see which DLL is missing. Tell us which one it is, because
redistribution mechanism depends on the DLL.

Arnaud
MVP - VC
 
Back
Top