Why is Visual Studio 2013 crashing when I try to create/open a Multi-Device Hybrid Apps application?

假装没事ソ 提交于 2020-01-06 19:47:09

问题


I'm attempting to create a first application and it crashes when I try to create or open a solution created from the template.

I have very basic debug information:

System.ArgumentException was unhandled Message: An unhandled exception of type 'System.ArgumentException' occurred in WindowsBase.dll Additional information: The path is not of a legal form.

I already have an environment setup for Android Studio 0.8.0 and have installed ant previously in order to support robobinding in android.


回答1:


If you'd like to use web essentials with Multi-Device Hybrid Apps you can switch to nightly builds of Web Essentials.

Last time I tried that fixed the crashing for me.

You can find the nightly builds in this address http://vswebessentials.com/download

Burcu (MSFT)




回答2:


After disabling Web essentials, the project was at least able to load.

Be sure to disable web essentials for now under the Tools > Extensions and Updates and look for Mads' web essentials extension.



来源:https://stackoverflow.com/questions/25147493/why-is-visual-studio-2013-crashing-when-i-try-to-create-open-a-multi-device-hybr

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!