i'm trying to get started with Isolator and TypeMock and i've followed all of the directions on CodePlex, but i'm having trouble with referencing the Silverlight project. as soon as i select it for a reference, i get a warning that says,
"A problem occurred while trying to set the "References" parameter for the IDE's in-process compiler. Reference to project '<project>' cannot be added because it targets a different version of the .NET framework."
i've tried this with different projects in differnt solutions and i always get the same error when trying to reference the Silverlight project.
i've check the [Advanced Compile Opitons...] on both the Silverlight and test projects. both are targeted for .NET 3.5.
is there someplace other than the [Advanced Compile Opitons...] that i should be looking for the framework? i can't even get started writing tests...
thanks! tom