we are trying to convert our web application from .net framework 3.5 to 4.0
The application contains a wcf project. will VS 2010 convert this project and update t开发者_StackOverflow社区he service references in the web application automatically? or should i do it manually by updating every service reference?Why not just back-up the project, then convert? That'll tell you how well it'll convert immediately afterwards, when you try to run it.
I guess VS2010 does it automatically.. But the target framework will still remain 3.5 if I'm not mistaken..
Where did you create the service reference? VS2010 or VS2008
if you did it in VS2010 I wouldn't worry about updating it since VS2010 uses svcutil v4 to create the reference even if the target framework for the project was 3.5. If you dig into the code generated you can see it was generated with WCF 4 tools.
精彩评论