We're trying to debug a WCF service that is being consumed by a smart device project.
The problem is that the service never gets debugged, only stepped over.
Similarly, when trying to add a class library to a smart device project, the following error is seen:
Cannot add a reference to a desktop project from a smart device project.
Any tips on how to get this working?
Thanks.