I'm trying to integrate SharpVoice, which is targeting .NET 3.5 into an existing project targeting 4.0 Client Profile and I'm getting an error where it cannot find the namespace of SharpVoice.
The type or namespace name 'SharpVoice' could not be found
I read online that it could be because they are targeting different .NET versions, but when I try to change the SharpVoice target to .NET 4.0 Client Profile, I get a bunch of errors.
I also read that it is possible to integrate older versions of .NET in the newer ones, but it's not working.
Has anyone come across this problem and how did you fix it?