Just upgraded to the RC2 version of Node.js tools and I can no longer stop at a breakpoint. Does anyone know how to fix this?
Environment: Windows 8.1 x64, Visual Studio Pro 2013
Project settings:
I actually ended up contacting the Visual Studio Node.js Tools team about this. They reached back out to me and after testing together via a Skype session they ultimately found the bug.
See the codexplex issue: http://nodejstools.codeplex.com/workitem/1862
They recently moved to GitHub. See the issue on GitHub: https://github.com/Microsoft/nodejstools/issues/66
Related
Sounds like a simple question, but it's giving me a headache. I've tried looking under the Help menu in Visual Studio, in "About Visual Studio", but this only tells me that I have Team Explorer for Visual Studio installed on my machine, not the version I have installed.
I need to know the version. I've looked under program files but did not find anything to indicate the version.
I am currently running Visual Studio 2012, updated to the most latest release. Please note I need to know the version of TFS on my local machine, not on the server. Just simply what version of TFS is installed on my laptop??
TFS isn't installed client-side. On the client you use Team Explorer, which is part of Visual Studio. So the only version on the client-side that is important is the Visual Studio version which you get from Help->About.
I developed a project in nodejs on Visual Studio 2013 full edition with Nodejs plugin of Codeplex (http://nodejstools.codeplex.com/).
It always worked fine till, one week ago, when I decided to upgrade (as suggested) the Nodejs pluging. Now Visual Studio crash every time I open a project in nodejs and print me this alert:
No problem with other type of projects.
My PC has a quad core i7 CPU, 16GB ram and the SO is Windows 8.1.
I solved this.
Node.js tools plugin on VIsual Studio suggested me to update it to the lastest beta version.
I innocently accepted and then started my problem.
I has been necessary to remove the plugin and install the suggested one from http://nodejstools.codeplex.com/ to solve the problem.
You cannot uninstall it from the extension view of VS (tools->Extensions and updates) 'cause it a SO application, therefore it must be removed from Control Panel->uninstall programs.
I'm installing resharper 8 (the latest till now) onto vs2012, but when I ran the .msi file, it says "unsatisfied requirement: microsoft visualstudio" which means resharper cannot detect any visual studio installed on on PC. But I do have VS 2012 ultimate version installed and registered.
Can anyone give me help?
My vs2012 has also update3 installed. I'm now trying update4.
Thanks in advance.
Leo
After having the same problem I looked more into it reading the system requirements - I didn't realize it doesn't work with Visual studio Express versions, I'm guessing that's the problem you're having.
Source:
http://www.jetbrains.com/resharper/download/system_requirements.html
I have visual studio express 2012
and it was working fine earlier I had run my solution once. But now when I do it, there appears a dialog box with the message!
the Microsoft.VisualStudio.Web.PasteJson.JsonPackage, Microsoft.VisualStudio.Web.PasteJson package did not load correctly.
the problem may have been caused by a configuration changhe or by installation of another extension. You can get more information by exmamining the file
C:\Users\AppData\Roaming\Microsoft\VWDExpress\11.0\Log.xml
continue to show this error message?
How do I get rid of this error?
I started to see this on the fresh windows & VS 2013 Ultimate with Update 2 installation.
To resolve the problem, close all Visual Studio instances head over to
C:\Users\<your users name>\AppData\Local\Microsoft\VisualStudio\12.0\ComponentModelCache
and delete all the files in the folder.
It worked fine for me. Thanks to this article.
Not relevant to VS 2012 express, but I experienced this problem with VS 2013 Premium. I had recently added the productivity power tools extension. To get back up and running, I loaded Visual Studio in safe mode:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE>devenv /safemode
And un-installed the productivity tools. The errors went away.
You need to clear the ComponentModelCache folder or rename it. For Visual Studio 2013, it’s located in the %LOCALAPPDATA%\Microsoft\VisualStudio\12.0 folder.
Refrence:
http://www.rajapet.com/2014/02/when-the-editorpackage-does-not-load-correctly.html
I had Visual Studio 2013 Professional and I got the same error. I couldn't remove it until I repaired VS installation. It took a while but now it works fine.
I had this problem as I had an older version of VS2012 Express (release on Web Platform installer dated 15/08/2012).
Try installing 'Visual Studio 2012 Express for Web (Latest)' with release date 22/10/2012 from the Microsoft Web Platform Installer.
That is all I did and I no longer get those messages.
I have been successfully using VS2012 on Win7-x64 for months now. Today after restarting my machine launching VS2012 brings up this compatibility dialog:
Clicking "Check for solutions Online" has no effect.
I could run the program with "Run Program" but then VS2012 is not stable and I cannot run our custom development and source-control plugins.
Did anyone else ran into this issue with VS2012 or any ideas?
Appreciate your help.
Best,
Sarang
M$ realized they have problem with latest Windows updates and released the hotfix for VS2012.
For interested folks the hotfix is: Visual Studio 2012 hotfix KB2781514
Update:
As Carlton pointed: The hotfix is included in all Updates from 2 on
http://go.microsoft.com/fwlink/?LinkId=301713
Visual Studio 2012 hotfix KB2781514 (from Sarang's correct answer) is part of Visual Studio 2012 Update 2. Instead of installing just this one hotfix it is better to install the latest update. As of this writing the latest one is Update 5.