的Visual Studio 2015年挂起时,创建/打开科尔多瓦项目科尔、挂起、多瓦、项目

2023-09-05 07:42:13 作者:奥利奥根本扭不开

我不使用Visual Studio 2015年发展与科尔多瓦的移动应用程序。在我升级到Windows10,我使用的是Windows 7,它的工作完美的罚款。之后,我已经升级到Windows10,每当我打开一个科尔多瓦项目或创建一个科尔多瓦项目在Visual Studio挂起(不响应)。

I used Visual Studio 2015 to develop mobile app with Cordova. Before I upgraded to Windows10, I was using Windows 7 and it worked perfectly fine. After I've upgraded to Windows10, whenever I open a Cordova project or create a Cordova project the Visual Studio hangs (not responding).

我试图重新安装Visual Studio中,但它仍然挂起。

I have tried to reinstall the Visual Studio but it still hangs.

任何人之前已经面临这个问题?

Anyone has faced this problem before?

感谢

推荐答案

下面是在VS 2015年对于这个问题的解决此问题,如果您有Windows 10和VS 2015年最新的更新,包括最新型的脚本安装。

Here is the solution for this problem in VS 2015. This issue if you have Windows 10 and latest updates in VS 2015 including latest type script installation.

1)打开命令提示符以管理员身份。

1) Open command prompt as administrator.

2)导航到以下文件夹路径:

2) Navigate to the following folder path:

cd "C:\ProgramData\Package Cache"

3)编写以下命令找出 vs_edition.exe 文件:

dir vs*exe /s /b

4)复制包含你的VS版本的exe屏幕上的完整路径。

4) copy the full path that contains your vs edition exe from the screen.

5)写了下面的命令:

5) write the following command:

"C:\ProgramData\Package Cache\{GUID}\vs_enterprise.exe" /modify /installselectableitems Javascript

6)VS安装程序将启动,单击修改,然后更新。无需更改任何功能的选择。

6) VS installer will start, click on modify and then update. no need to change any features selection.

7)等到安装完成。

8)在命令提示符下,导航到以下文件夹:

8) From the command prompt, navigate to the following folder:

C:\ Program Files文件(x86)的\微软的Visual Studio 14.0 \ Common7 \ IDE

C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE

9)运行以下命令:

devenv /updateconfiguration

devenv /clearcache

下面的截图显示了完整的指令集。

Below screenshot shows the full commands set.

现在,您将能够打开VS 2015年创建科尔多瓦的应用程序。

Now, you will be able to open VS 2015 and create cordova apps.