Click here to Skip to main content
15,893,790 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi
I created a file in Microsoft Blend 2013 and tried to open it with Visual Studio 2013 and 2015 Preview.

It's a simple WPF Form with a Image, a Textbox, a Button and one Storyboard.
(Here the xaml)

When I try to read it with Visual Studio I get the following Error:

---------------------------
Microsoft Visual Studio
---------------------------
Attempted re-targeting of the project has been canceled. Required assemblies 'WindowsBase', 'PresentationCore', and 'PresentationFramework' are missing from the target framework.
---------------------------
OK
---------------------------


I would be very thankful if someone has a clue thy this heppens on my Computer.

Thanks
Posted
Updated 27-Feb-15 22:16pm
v2

1 solution

Attempted re-targeting of the project has been canceled. To be able to target your test project to .NET Framework 3.5, you must use the steps documented at the following Microsoft Web site: Link

This link takes you to a page that gives you instructions on how to re target for .NET Framework 3.5.

How To Re target Visual Studio Test Projects for .NET 4 Platform Update
Right click on the project and select Unload Project
Right click on the unloaded project and select Edit (name of project)
Change the target framework version to v4.0.1

Reload the project and you are good to go.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900