Click here to Skip to main content
16,021,285 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,In My Windows application, has developed in 32 bit as windows xp. but i want to run in windows 7 as 64 bit

what should i do to resolve windows 7 issue?
a error shwing like this in home page:-

Could not load file or assembly 'cctr_dhsd,version=0.0.0 culture=neutral,publickeytoken=null'or one of its depentencies.An attempt was made to load a program with an incorrect format


please help me sir..!
Posted
Updated 12-Sep-12 20:00pm
v2

1 solution

Ensure you have installed "SQL Server" on destination server.

You need to set the Platform target to x86 if you are installing 32 bit SQL on destination server. This can be done from project properties -> Build tab -> Platform target -> x86. Rebuild your solution and re-deploy

Also try:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa384249(v=vs.85).aspx[^]
 
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