Visual Studio 2012 Ultimate の Portable Class Library を MVVM パターンで使用しています。
ViewModel に「using」を追加して .NET 4 .dll を参照すると、次のように表示されます。
The type or namespace name 'prgTest' could not be found (are you missing a using directive or an assembly reference?)
追加情報:
The primary reference "MyDll" could not be resolved because it has an
indirect dependency on the framework assembly "mscorlib, Version=4.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089" which could not be resolved in the
currently targeted framework. ".NETFramework,Version=v4.0,Profile=Client". To resolve
this problem, either remove the reference "MyDll" or retarget your
application to a framework version which contains "mscorlib, Version=4.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089".
MyDll.dll を「修正」したり、プロジェクトと互換性を持たせたりするにはどうすればよいですか?