The title says pretty much everything.
When I try to add a reference to a DLL it disappears, this is due to targeting the Client Profile instead of the full profile. I've Googled and found the fix for this is to change the target to Full Profile. However, when I change to Full Profile the Service References "folder" turns in to a normal folder and the compiler moans that SERV_REF is not found (presumbly because of the fact that the service reference folder is no longer acting like a reference) Why is the client profile allowing me the add service reference and working but the full profile is not?
Many Thanks, Ben