I installed VS2013 update 2 and now I have no typescript in VS anymore.
There is no editor colorization for typescript files and files are not compiled to js. There are also no options. I did uninstall and reinstall VS2013 update 2.
Uninstall in this order:
Typescript
Visual Studio 2013
Install in this order:
VS2013
VS2013 Update 2
solved the issues for me now
Related
I have just downloaded visual studio community 2015 version 14.0.25422.01 Update 3. I have made a Winforms c# project. I can't get Intellisense to work. how do i go about fixing this?
not sure why this would be the case after a fresh install but, this worked for me.
Tools->Import and Export settings->Reset all settings.
http://www.c-sharpcorner.com/blogs/how-to-resolve-intellisense-issue-in-visual-studio1
.NET Core 1.0.0 was released yesterday and it needs VS update 3 to be installed.
So I downloaded the installer from here and tried installing but this weird issue is happening:
It's as if the installer is trying to get update 2 instead of update 3. I'm already on update 2 and it's telling me that. I tried searching but didn't find anything on the subject. Also tried restarting my machine.
And now I'm being blocked by this since I already uninstalled .NET Core RC2, and .NET Core 1.0.0 doesn't want to install before VS update 3.
Forget the downloaded update, just go to Programs and Features, double click Visual Studio 2015 Update 2 and choose "Modify" from the VS installer options. Update 3 will be available there.
Check this -> https://msdn.microsoft.com/vs-knownissues/vs2015-update3
"Workaround:
Instead of installing Visual Studio 2015 Update 3 by using VS2015.3.exe, install the update by using a full product installer. You can find installers for "Visual Studio 2015 with Update 3" on the Visual Studio download page. Select the "Visual Studio 2015 with Update 3" download that matches the edition you already have installed, whether Community, Professional, or Enterprise.
Alternatively, you can follow the steps in Updating an installation to force an update to the layouts."
I faced this problem
I solved it by downloading the offline iso file then installed it from the iso file
you can find offline iso file
http://www.kunal-chowdhury.com/2016/06/visual-studio-2015-update-3.html
the direct links
Visual Studio Community 2015 with Update 3 - iso
https://go.microsoft.com/fwlink/?LinkId=615448&clcid=0x409
Visual Studio 2015 Update 3 - ISO
https://go.microsoft.com/fwlink/?LinkId=708984
A workaround is to not use the download. Instead, open Program and Features from the Control Panel. Select "Visual Studio 2015 with Updates" (or your equivalent), and click Change. From the installation dialog, click Modify and you should see Update 3 available to be selected.
After downloading the full installer Visual Studio 2015 Update 3 - ISO I ran it from admin command prompt with vs2015.3.exe /Passive
With the /Passive switch it finally installed the upate!
I updated my Visual Studio 2015 RTM from Update 1 to Update 2 and now my Cordova project won't open. I get the following error message instead of my project files:
This project is incompatible with the current edition of Visual
Studio.
I've installed the following hot fix and rebooted my machine and it made no difference:
https://msdn.microsoft.com/en-us/library/mt695655.aspx
The only option I get for that project is to edit my .jsproj file. But I haven't a clue what I'd have to change to make it work.
Here's my version info for Visual Studio:
How do I get my project to work with the new update to Visual Studio 2015?
For what ever reason, Visual Studio seemed to remove the Tools for Apache Cordova and I had to reinstall them from scratch. Once I'd reapplied version 8.1 of the tools, the project loaded up just fine.
While developing on c# projects the installed Visual-C# snippets (like ctor, prop, ..) don't work any more in Visual Studio 2015 with Update 2.
When pressing Crtl+K, X instead of showing all snippets (including Visual-C# snippets) I only get default snippets for ASP.NET MVC 4:
mvcaction4 and mvcpostaction4
I have tried resetting the environment (tools->import and export settings) and also: devenv /resetuserdata.
CodeSnippet manager shows all code snippets, the files are there correctly
(C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC#\Snippets\1031\Visual C#)
It seems as if visual studio doesn't recognize the project environment (C#) anymore.
Rest of Intellisense is working correctly, just not showing the right code snippets.
UPDATE: Installation repair and a complete uninstall and new install of visual studio 2015 Update 2 didn't help.
This problem is solved after updating to Visual Studio 2015 Update 3.
I tried to install apache cordova 3 on Visual Studio 2013 ultimate but whenever I install it I get this:
I tried uninstalling VS2013 and reinstall it without any luck I even tried VS2013 community the same and the provided link seem to be not working because I tried all commands in the documentation and all of them gave me error.
You don't need to uninstall Visual Studio 2013. You need to uninstall VS Tools for Cordova. You probably have this listed in your add/remove programs, separately then Visual Studio 2013.
Close all instances of VS.
Use add/remove program to remove the program in my attached screenshot.
Run the commands listed under resolution on http://support.microsoft.com/en-us/kb/3014133
Restart PC
Always download latest copy from http://www.microsoft.com/en-us/download/details.aspx?id=42675
Do you also happen to have any version of VS 2015 installed?
Ok I solved this problem with these steps:
Uninstall VS 2013 Update 4.
Install VS 2013 Update 3.
Install Apache Cordova CTP2 and uninstall it completely
Install VS 2013 Update 4.
Install Apache Cordova CTP3.