Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've made an application on .net framework 4.0....I used windows 8. Now Im trying to run it in 32 bit windows xp and i'm facing the problem on crystal report. what do i need to do?
Posted
Comments
[no name] 22-Jun-14 10:04am    
I would think this would be obvious. You need to recompile for 32 bit and use 32 bit libraries.

1 solution

The solution that is successfully being used at a recent site I was at, is to only build on the XP machine (i.e. 32 bit build).

Where possible, the same executable is used for both XP and WIN7, thus avoiding having to maintain multiple versions.

Once the rollout of Windows7 is complete across the entire enterprise then future builds may take place on a Win7 machine - however, in their case it will still be a 32-bit build due to the languages used.

The few .net programs are all built to target the .Net 3.5 framework as at least that version is on all machines across the business, the .Net 4 framework is only available on their win7 and win8 machines.

Another solution I have seen used is to not support versions of Windows less than 7. Seems to work for Microsoft too.
 
Share this answer
 
Comments
Rebina Shrestha 7-Jul-14 7:36am    
Thank you! I will try to install in windows XP machine

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