Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,
I was developing wcf application and build it success and try to run it then got run time error like
"Unrecognized configuration section system.serviceModel."
Version Information: Microsoft .NET Framework Version:2.0.50727.5466; ASP.NET Version:2.0.50727.5459

For developing used to framework 3.5 but run time it showing 2.0 i dont know why this happend please let me know who knows or familier on it..

Best wishes!!
Ramesh
Posted
Comments
Mahesh Bailwal 17-Jun-13 1:40am    
Please check which .Net Framework are you using in IIS for the web application.

1 solution

That's not a problem with the framework version at all. mscoree.dll of .Net 3.5 has still that version number.
Your problem is somewhere in your configuration file, web.config. Could be a typo somewhere in that file.
 
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