Blend 3 无法打开 VS 2010 项目!

发布于 2024-08-03 14:15:30 字数 139 浏览 3 评论 0原文

我安装了 Blend 3 Final 和 Visual Studio 2010 Beta 1,我需要使用 .net 4.0 在 VS 2010 中进行开发,并在 Blend 中设计我的最终用户 UI,但 Blend 3 无法打开我的项目! 我应该怎么办?! :((

I have Blend 3 Final and Visual Studio 2010 Beta 1 installed and I need to develop in VS 2010 with .net 4.0 and design my end-user UI in Blend but Blend 3 can't open my projects!
What should I do?! :((

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

花海 2024-08-10 14:15:30

我正在运行 Blend 3 + SketchFlow(内部版本 3.0.1927)和 Visual Studio 2010 beta 2(内部版本 10.0.21006.1),并且该组合工作得很好。我收到一条警告,称 Blend 3 可能无法打开 VS10 解决方案,但我在此处打开它没有问题。 在我的机器上运行已获得认证:)

I'm running Blend 3 + SketchFlow (build 3.0.1927) and Visual Studio 2010 beta 2 (build 10.0.21006.1) and that combination works just fine. I get a warning that Blend 3 might not be able to open the VS10 solution, but I get no problem opening it here. Works on My Machine certified :)

回眸一遍 2024-08-10 14:15:30

您需要下载并安装 Microsoft Expression Blend Preview for .NET 4,然后才能打开 VS2010 beta 2 项目和解决方案。

至少在完整版出来之前。

这是下载链接:
Microsoft Expression Blend Preview for . NET 4

You need to download and istall Microsoft Expression Blend Preview for .NET 4 and then you will be able to open VS2010 beta 2 projects and solutions.

At lease until the full version comes out.

here is the download link:
Microsoft Expression Blend Preview for .NET 4

躲猫猫 2024-08-10 14:15:30

我不认为 Blend 3 支持 Visual Studio 2010 项目。鉴于 Blend 3 是 RTM 产品且 Visual Studio 2010 仍处于 Beta 阶段,这种情况很常见。我不确定 Blend 和支持 Visual Studio 2010 解决方案的计划是什么。

I do not believe that Blend 3 supports Visual Studio 2010 projects. This is common given that Blend 3 is a RTM product and Visual Studio 2010 is still in Beta. I'm not sure what the plan is for Blend and supporting Visual Studio 2010 solutions.

乜一 2024-08-10 14:15:30

Blend 3 不支持面向 .NET 4.0 的 Visual Studio 2010 项目。如果您想使用 Blend 来实现这些功能,则需要通过 Roboblob 提供的链接下载 Blend 预览。

Blend 3 doesn't support Visual Studio 2010 projects that target .NET 4.0. If you want to use Blend for those, you need to download the Blend preview at the link Roboblob provided.

高速公鹿 2024-08-10 14:15:30

您需要对解决方案文件进行

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

更改
Microsoft Visual Studio 解决方案文件,格式版本 10.00
# Visual Studio 2008

项目文件更改

<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>

v3.5

<RequiredTargetFramework>4.0</RequiredTargetFramework>

然后将
3.5

克雷格

You need to make the changes to the solution file

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

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

And then make the changes to the project file

<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>

to

v3.5

and

<RequiredTargetFramework>4.0</RequiredTargetFramework>

to
3.5

Craig

泛滥成性 2024-08-10 14:15:30

嗯,克杰蒂尔是对的。但是,如果您想将解决方案更改回 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

As of now (Beta 2),即VS2010 对解决方案文件所做的唯一更改。您可以在两个版本之间切换,而不必过多担心解决方案文件的兼容性。

Well, Kjetil is right. But if you want to change your solution back to VS2008, all you have to do is, open your solution file (.sln) in a text editor and change the first two lines from:

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

to

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

As of now (Beta 2), that is the only change which VS2010 makes to your solution file. You can switch between the two versions without worrying too much about compatibility of the solution files.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文