I have a project which was originally written in VS2008 (professional). I have created a vs2010 solution (using VS2010 professional) from the projects within the VS2008 solution but am not able to add a service reference from the domain layer of the solution (a class library project). I've checked that the domain layer project is targeting framework 3.5 or 4.0, and have tried repairing and even re-installing VS2010 but still cannot add a service reference.
The "service reference" option is missing when I right click the project. There was also an existing "Web Service" reference which now fails when called during unit testing.
Has any one else experienced this problem ?