Expression Blend - Project Builds but werid error

Joined
Jan 10, 2007
Messages
43,898
Location
In The Machine
Hi,

I am building a test project with Expression Blend. The project builds, but I get a weird message about not being able to locate the .NET Framework SDK (see bolded blue). Any thoughts as to why? How can I get rid of it? Thanks.

This is the contents of the output window:

Build project: Test, Targets: Build
__________________________________________________
Project "C:\Users\me\Documents\Expression\Expression Blend Projects\Test\Test.csproj" (Build target(s)):

Could not locate the .NET Framework SDK.* The task is looking for the path to the .NET Framework SDK at the location specified in the SDKInstallRootv2.0 value of the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework.* You may be able to solve the problem by doing one of the following:* 1.) Install the .NET Framework SDK.* 2.) Manually set the above registry key to the correct location.

C:\Windows\Microsoft.NET\Framework\v2.0.50727\Csc.exe /noconfig /nowarn:1701,1702 /define:DEBUG;TRACE /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\PresentationCore.dll" /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\PresentationFramework.dll" /reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\WindowsBase.dll" /debug+ /debug:pdbonly /out:obj\Debug\Test.exe /resource:obj\Debug\Test.g.resources /target:winexe /win32icon:Application.ico App.xaml.cs AssemblyInfo.cs Window1.xaml.cs "C:\Users\me\Documents\Expression\Expression Blend Projects\Test\obj\Debug\Window1.g.cs" "C:\Users\me\Documents\Expression\Expression Blend Projects\Test\obj\Debug\App.g.cs"
Test -> C:\Users\me\Documents\Expression\Expression Blend Projects\Test\bin\Debug\Test.exe

The build has successfully completed.




More...

View All Our Microsoft Related Feeds
 
Back
Top