Click here to Skip to main content
15,886,782 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I just changed a new CPU, and I have worked on transferring all of existing project fro my old CPU to the new one. I have 1 WCF project. I could view the results well in VS Project: View in Browser (e.g. http://localhost:47426/Service1.svc/UpdateTbl_xml/FENCEGATE[^]. Then, I used the procedure I used before and added the service in IIS7. After I started the service, I clicked Manage Web Site > Browse and had the same URL as shown in VS Browser view. But this time, I received the error:
The server encountered an error processing the request. See server logs for more details.
In Fiddler2, the error code is 400, which means I did something incorrectly in the IIS deployment. Could you hint me how to fix this problem? Thanks.

EDIT(Copied from Answer posted by OP)
--------------------------------------
To SA: I got a new CPU. I loaded my files from old CPU to the new one, then re-compiled and deployed the projects. But when working on the new CPU, the projects were not able to deployed on IIS. That is my problem. I don't know why. Hopefully, you can provide me a hint. Thanks.
Posted
Updated 11-Oct-13 5:36am
v2
Comments
Sergey Alexandrovich Kryukov 10-Oct-13 15:40pm    
What do you mean by "changing the CPU" and "transferring project from one CPU to another one", exactly? Do you mean the target instruction-set architecture of a project, or what?
—SA
thatraja 11-Oct-13 11:56am    
Updated for you
thatraja 10-Oct-13 15:41pm    
Share the complete error message.
Sergey Alexandrovich Kryukov 11-Oct-13 16:25pm    
Can you please communicate at the appropriate level of detail? What CPU did you change into what? Only the instruction-set architecture is relevant. But don't say, for example, "64-bit", tell us what 64-bit, exactly.
—SA
bluesathish 31-Oct-13 5:17am    
Try to Update Service Reference from Solution explorer of your project, then deploy this updated files in IIS and Restart the IIS.

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