I am new to windows mobile development and also Visual Studio.
I am developing a web service as well as a mobile application. I have the 1 solution, but 2 different projects.
I have created a class in the web service (say project 1), but want to be able to use this class in the mobile application (say project 2).
Do I have to basically create a copy of it and reference it in the other project?
There are two possible solutions: