The Add Service Reference context menu is missing from Visual Studio and refreshing a service reference displays the error "The current project does not support service references. To enable Windows Communication Foundation support, change the target version of the Microsoft .NET Framework"
In Visual Studio you notice that the "Add Service Reference" context menu is missing.
Refreshing an existing service reference shows the following error
"The current project does not support service references. To enable Windows Communication Foundation support, change the target version of the Microsoft .NET Framework"
The solution to this was due to the solution .sln file.
Rename the solution file, create a new blank solution and re-add the project.
Rebuild and then the system works.
Comments
Post a Comment