I've got 2 applications that both reference a AppTypes.dll assembly. One app is normal winforms app and the other is a web service.
I'm passing an object defined in AppTypes to my web service but I get naming conflicts because apparently the web service also defines those types after adding the service to my project. Is there any way that I can fix it or resolve the confusion that VS is having or is this normal?