Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I ve created a windows application with C#.net 2008
My O/S is windows XP, I ve created a setup file and sent to my client.

I have tested that installation file it is working perfectly after installation with windows XP O/S (32 bit)

Now the problem is :----------

My client have O/S windows 7 (64 bit)
He is unable to install the software, it is showing error "Intractability version".


Is there any way to create setup file with both win32 and win64 compatibility?

Now wt I'll do?
Posted

1 solution

You can create a setup file that includes both version however you will need to add a custom action to select the correct version.

A 32bit application will run on a 64bit. Check that you have the CPU setting correct in the project and your referenced assemblies.
 
Share this answer
 
Comments
kumar bharat bhusanam 19-Nov-10 1:24am    
HI Mark,

In my application >> property >> Build >> Platform Target is "Any CPU" selected

Is this ok?

Can you provide the steps

what I have to do?

Thanks
[no name] 19-Nov-10 8:48am    
Target x32 specifically.

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