Click here to Skip to main content
15,900,559 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have created a program that opens file with the extension .ssp and it works fine in my laptop with windows 7.I have created the setup file also.But when i run the setup file of that program on a windows xp pc and then try to open a file with the extension .ssp it says that C:\Users....\myprogram.exe is not a valid windows 32 application.What can i do so my program to work in every windows edition e.t.c..
Appreciate Yor Help!.
Posted

1 solution

It might because of .Net Framework compatibility issues. Make sure you installed appropriate .Net Framework in your Windows XP OS. Windows 7 has itself integration of .Net framework that many be a reason you are not getting error.
and for other issues just check
.exe is not a valid Win32 application
[^]
and .NET 4 Program written/compiled on Windows 7 machine won't run on XP[^]
 
Share this answer
 
v2
Comments
Vamshi Krishna Naidu 24-Dec-11 17:00pm    
My 5+

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900