简体   繁体   English

从Visual Studio 2015 RC升级到Visual Studio 2015社区RTM后Blend无法正常工作

[英]Blend is not working after upgrading to Visual Studio 2015 Community RTM from Visual Studio 2015 RC

Trying to start Blend by using menu View->Design in Blend from IDE. 通过使用IDE中的菜单“视图”->“设计”来尝试启动Blend。
Blend successfully started after few freezes and crashes, but appears that there is no any project opened - solution explorer is empty. Blend在几次冻结和崩溃后成功启动,但是似乎没有打开任何项目-解决方案资源管理器为空。 After this, while trying to close Blend window I get an error "Object reference not set to an instance of an object"... 此后,在尝试关闭“混合”窗口时,出现错误“对象引用未设置为对象的实例” ...
Also tried to start Blend from Start-> Blend for Visual Studio 2015. Doing this I get at least three error messages saying that some of the packages couldn`t be found. 还尝试从Start-> Blend for Visual Studio 2015启动Blend。这样做,我至少收到三个错误消息,提示找不到某些软件包。 Blend started successfully, but while trying to open my project I get a detailed message saying that my project somehow is not compatible with Blend... This is stupid because it was created and maintained in VS 2015RC. Blend成功启动,但是在尝试打开我的项目时,我收到一条详细消息,说我的项目某种程度上与Blend不兼容...这很愚蠢,因为它是在VS 2015RC中创建和维护的。 Any ideas? 有任何想法吗?

I work in the Blend for Visual Studio 2015 team. 我在Blend for Visual Studio 2015团队中工作。 Could you please try repairing the installation of VS/Blend. 您能否尝试修复VS / Blend的安装。 If that does not address the issue, please contact me at kinoa at Microsoft dot com. 如果仍不能解决问题,请通过Microsoft dot com的kinoa与我联系。

Best, 最好,

Kino 基诺

Freezing and crashing: Got the same issue. 冻结和崩溃:遇到相同的问题。 Just restarting all the time. 一直都在重启。 No solution yet. 尚无解决方案。

First: While building user controls frequently use Menu > Build > Clean up Project > Rebuild Project .. Cleans up akward Dependencies that have long gone. 第一:虽然经常构建用户控件,请使用菜单>构建>清理项目>重建项目..清理已久的笨拙依赖项。 Otherwise it will even "correct" your code to wrong code. 否则,它甚至会将您的代码“更正”为错误的代码。

"Object reference not set": Maybe for one of your controls your xaml namespace and/or classname doesn't match your code-behind-classname and namespace. “未设置对象引用”:也许对于您的控件之一,您的xaml名称空间和/或类名与您的代码隐藏类名称和名称空间不匹配。 It doesn't tell you that in detail. 它没有详细告诉您。 At least you know which one by its filename. 至少您可以通过文件名知道哪一个。

Repeat Frist. 重复拳头。

Maybe this may solve you "compatibility"-issue, too. 也许这也可以解决您的“兼容性”问题。

New blend for VS2015 is a big mistake. VS2015的新混合是一个大错误。 Crashes all the time. 一直崩溃。 I create binding, open binding window choose a converter...crash. 我创建绑定,打开绑定窗口,选择一个转换器...崩溃。 I move one object in designer...crash. 我在设计器中移动了一个对象...崩溃。 I changed something in XAML...crash.. And this is normal work with new Blend solution. 我更改了XAML中的某些内容……崩溃了。这是使用新Blend解决方案的正常工作。

Microsoft you're shooting yourselves in the foot... 微软,您实在无法自拔。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM