Regarding the exe registration in XP machine builded in VS 2005

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
 
A

adebaene

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top