From f127cc8a3932c6d0bbea84f886212bc16483cd5e Mon Sep 17 00:00:00 2001 From: Stephen Cleary Date: Wed, 5 Aug 2015 21:43:25 -0400 Subject: [PATCH] Add link to known RTM issue described on MSDN forum. This known issue is very difficult to find from search engines (since it seems to be caused by the Windows Universal tooling SDK). Adding a link here will make the workaround more discoverable. --- known-issues/known-issues-general.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/known-issues/known-issues-general.md b/known-issues/known-issues-general.md index 0b6f6c2f..b13e111b 100644 --- a/known-issues/known-issues-general.md +++ b/known-issues/known-issues-general.md @@ -84,6 +84,9 @@ npm config set registry http://registry.npmjs.org ---------- **Mixed case file added as lower case reference:** Dragging a mixed-case file into an HTML page creates a lowercase script or style reference which will cause it to not be found on Android and iOS. Manually update the reference with the correct casing. +---------- +**Visual Studio hangs when creating or opening a Cordova jsproj:** Follow the steps [in this MSDN blog post](https://social.msdn.microsoft.com/Forums/en-US/0e5115ca-83a7-4294-8740-289b3f453fca/rtm-known-issue-package-load-failure-when-creating-a-windows-app-project-with-javascript-or-hang). + ---------- ## More Information * [Read up on additional known issues, tips, tricks, and tutorials](../Readme.md)