visual-studio-community

Visual Studio Community 2015 setup failed

半城伤御伤魂 提交于 2019-12-05 08:39:56
I have installed VS 2015 recently (windows 10), but there were some package failures (detailed later). When trying to start a new project, I got an error message: "Compiler could not be created". So i uninstalled, repaired the microsoft redistributiables and tried again. Since then I can't install VS at all. I get the following message: Roslyn Language Services - x86 : Fatal error during installation. Visual C++ IDE Debugger Package : Package failed. Microsoft VisualStudio JavaScript Project System : Package failed. Microsoft Visual Studio 2015 Update 3 Diagnostic Tools - x86 : Package failed.

Creating a new Angular project on Mac with Visual Studio

风流意气都作罢 提交于 2019-12-03 16:46:19
I'm currently going through a https://channel9.msdn.com/Events/Visual-Studio/Visual-Studio-2017-Launch/WEB-103 on setting up Spa apps with Visual Studio on Mac (macOS Sierra, Visual Studio Community 2017). I've successfully installed angular core, and am currently trying to create a new project based off of one of the installed templates. I can see two angular templates when I run sudo dotnet new -l : MVC ASP.NET Core with Angular angular [C#] Web/MVC/SPA ASP.NET Core with Angular angular [C#] Web/MVC/SPA When running sudo dotnet new angular , I keep getting the following error: Unable to

There is no export android package file in Xamarin 4.2

落花浮王杯 提交于 2019-11-27 15:57:18
After update Xamarin in Visual Studio to 4.2 version, there is no "Export Android Package" option, instead of it there is "Archive" option, and when I use archive to create package it just create an unsigned package.Where is "Export Android Package" in new version??? This functionality has been replaced with the new "Archive" functionality. https://developer.xamarin.com/releases/vs/xamarin.vs_4/xamarin.vs_4.2/#publishing This now closely mimics the current behavior in Xamarin Studio. Once you sign the .apk you will be prompted to save the .apk to place of your choosing: https://developer

There is no export android package file in Xamarin 4.2

爱⌒轻易说出口 提交于 2019-11-26 17:25:36
问题 After update Xamarin in Visual Studio to 4.2 version, there is no "Export Android Package" option, instead of it there is "Archive" option, and when I use archive to create package it just create an unsigned package.Where is "Export Android Package" in new version??? 回答1: This functionality has been replaced with the new "Archive" functionality. https://developer.xamarin.com/releases/vs/xamarin.vs_4/xamarin.vs_4.2/#publishing This now closely mimics the current behavior in Xamarin Studio.