Blend 3 cannot open VS 2010 projects!

I have Blend 3 Final and Visual Studio 2010 Beta 1 installed and I need to develop .net 4.0 in VS 2010 and create my final user interface in Blend, but Blend 3 will not be able to open my projects! What should I do?!: ((

+3
source share
6 answers

I am running Blend 3 + SketchFlow (build 3.0.1927) and Visual Studio 2010 beta 2 (build 10.0.21006.1), and this combination works just fine. I am getting a warning that Blend 3 may not be able to open the VS10 solution, but I have no problem opening it. Powered by My Machine Certified :)

+4
source

Microsoft Expression Blend Preview .NET 4, VS2010 -2 .

.

: Microsoft Expression Blend Preview .NET 4

+3

, Blend 3 Visual Studio 2010. , , Blend 3 RTM, Visual Studio 2010 -. , Blend Visual Studio 2010.

+1

Blend 3 Visual Studio 2010, .NET 4.0. Blend , Blend , Roboblob.

+1

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010

   Microsoft Visual Studio, 10.00   # Visual Studio 2008

<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>

to

v3.5

<RequiredTargetFramework>4.0</RequiredTargetFramework>

  3.5

Craig

+1

, . VS2008, , , - (.sln) :

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008

At the moment (beta 2) this is the only change that VS2010 is making for your solution file. You can switch between the two versions without worrying about the compatibility of solution files.

0
source

Source: https://habr.com/ru/post/1716703/


All Articles