Visual Studio 2013 crash when open a nodejs project - node.js

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.

Related

Node.js Tools for Visual Studio Cannot debug

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

resharper8 cannot find vs2012 on installation

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

Creating new Windows Phone App project: "Object reference not set to an instance of an object" error (WP8 SDK, VS2012)

I have VS2012 Pro Update 3. I've downloaded and installed Windows Phone 8 SDK to create Windows Phone apps for the latest MS smartphone OS (WP8). However, I get the above-mentioned error when I try to create a new Windows Phone App project.
I deinstalled and reinstalled WP8 SDK as suggested on many forums and blogs, and even used the "repair installation" mode for VS2012 and WP8 SDK, but all this did not help.
How to get rid of this error?
P.S. My pc has Windows 8 Pro 64-bit and the CPU supports Hyper-V needed for this development (added this optional component to my Windows successfully). Other common Windows projects, such as WinForms and WPF apps, can be created and compiled without any problems in my dev env.
I solved my puzzle using the trial and errors method. Go to the TOOLS menu, then choose 'Extensions and Updates', then the Update section and install the latest NuGet update. Funny, yes?
My Solution: UNINSTALLED NuGet (as updates to it did not work)
I have installed visual studio 2012 update 3.
Go to the TOOLS menu, then choose 'Extensions and Updates', then the Update section and install visual studio update.

Visual Studio 2012 Ultimate compatibilty issues with Windows 8

Whenever I try to run Visual Studio 2012 Ultimate on Windows 8 Professional x64 bit I receive the following dialog:
This program has compatibility issues:
Any idea why should there be any compatibility issues for the product which was released for Windows 8?
It is a problem already signaled by other users, seems that installing the Update2/Update3 will resolve the problem.
You could trigger the install of the Update going to the menu Tools, selecting Extensions and Updates and then checking for Updates. Beware, before to start be sure to have plenty of time. It is a long process and is not very fast

Visual Studio 2012 - Can't create win32 projects

I'm using Visual Studio 2012, update 1 on a Windows 8 machine. When I try to start a new win32 project using the application wizard something weird appens:
the windows that welcomes to the wizard has three empty bullets under "these are the current project settings". Both the cancel and the finish button do not work.
The folder for the application is created but no files inside.
please help!!
I solved my problem forcing a "clean" install of VS2012. ('clean' means that also the shared packages were uninstalled). Presuming that the installer I used to install VS2012 was on d:
D:\vs_premium.exe /uninstall /force
Once reinstalled, the problem was gone.
I am running Visual Studio Express 2012 for WP on Macbook via Parallels.
I did the update of VS today and could not load my project (HTML App, #C) nor create new projects afterwards.
The solution was to go to Windows program uninstall for Visual Studio Express 2012, BUT choose option "Repair". It took about the same time as the update but I was able to create new projects afterwards (my existing own app project from November 2012 also works).
Before I "repaired" the installation, I have removed manually from VS->Tools->Extensions and Updates a few packages added "Nu Get Package Manager and Packager". I am not sure if the latter is really needed.
Additional info: My VS 2012 Express for Windows8 installation worked and works w/o issues.

Resources