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

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -