c# - Cannot find System.Xaml? -
I have a VS2010 project which is the system. I search for reference, search for .NET references and not there. :?
I also examined the GAC, and there was no such luck.
I just can not understand why it is not on the machine for my life. This machine has .NET 3.5 SP1 and .NET 4.0 installed.
I instead take a simple explanation for this problem and I do not want to resort to restoring the structure. T-T
Any ideas? much appreciated.
Your project may be target 3.5, in which it is not DLL.
Set framework version in the project properties.
Comments
Post a Comment