Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I developed an dotnet windows application(exam aaplication).. iam getting an problem while making set up file.

I developed the application in VS 2010 with targeting .NET framework 3.5.. .. My appication running fine in my system..(Windows 7 Home Premium) 64 bit operating system...

When i tried to install in Windows xp,the setup is downloading .net framework from the net and set was install successfully.. But when i tried to run the application iam Getting an error

"unable to find version of the runtime to run this application"

Unable to find a version of the runtime to run the application[^]

I tried the above link but my problem is not solved.. I would like to know whether i have made mistake during setup or any thing else.. Please help me ASAP


Thanks in Advance
Posted

1 solution

Try to compile program for any cpu type: http://msdn.microsoft.com/en-us/library/vstudio/5b4eyb0k%28v=vs.100%29.aspx[^]. By default on Win 64bit, Visual Studio uses 64 bit.
 
Share this answer
 

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