Edited Issue: Debugging Cloud Service Project not working [1229]
If I want to debug an Cloud Service Project containing an Node.js app the compute emulator won't start. A warning window shows up with: Role instances are taking longer than expected to start.NTVS Dev...
View ArticleEdited Issue: Move REPL into NTVS package [1282]
We should move it into NTVS and remove the public surface area. This will fix the issue w/ the broken REPL window on restart.
View ArticleReviewed: 1.0 Beta 2 (Sep 10, 2014)
Rated 1 Stars (out of 5) - With the Visual Studio 2013 version I cannot create a project, it always says, "Illegal character in path" how can I fix it?
View ArticleReviewed: 1.0 Beta 2 (Sep 10, 2014)
Rated 4 Stars (out of 5) - With the Visual Studio 2013 version I cannot create a project, it always says, "Illegal character in path" how can I fix it? The fix is, install god damn node.js :D I am...
View ArticleNew Post: multiple cloud service in one solution
Is it possible to create 2 cloud service solution in one cloud project ? I have to create 2 node cloud service which will communicate with one another . Would like to avoid having to create seperate...
View ArticleNew Post: Debbuging locally by attaching to process - is this supposed to work?
.. because so far I couldn't make it work by attaching to node.exe process...
View ArticleNew Post: multiple cloud service in one solution
Hi ggrav, Since Beta 2, several changes were made to improve cloud services scenarios. It now works more like it does with .NET, if you are familiar with that. You can check out the improvements in the...
View ArticleNew Post: Debbuging locally by attaching to process - is this supposed to work?
Going through Debug -> Attach to Process and attaching to node.exe will not work (you'll end up debugging Node.js in native mode instead). However, you can attach by following the instructions here...
View ArticleNew Post: Debbuging locally by attaching to process - is this supposed to work?
I tried that too, let me make sure I understand: node --debug server.js"... debugger listening on port 5858.." Then I should put "localhost:5858" as qualifier in Attach to Process, screen, correct? If...
View ArticleNew Post: Debbuging locally by attaching to process - is this supposed to work?
It sounds like you didn't set the transport to Node.js Remote Debugging.
View ArticleEdited Issue: Jade new file section shows wrong files [831]
Not sure if this is our section or not, but if you open New File and click on "Jade", you'll see all the contents of System32.
View ArticleNew Post: Project as blacklist manifest
Hi stimpy77, I'm curious as to what scenario requires you to add the files to the project? Most functionality should work just as well if the files are not included in the project (that's what we aim...
View ArticleNew Post: Project as blacklist manifest
Uhh how about the ability to see and edit the files in the IDE without enabling "Show All Files" and seeing the files all ghosted-out?
View ArticleNew Post: Debbuging locally by attaching to process - is this supposed to work?
Transport: Node.js remote debugging Qualifier: tcp://localhost:5858 Error: Could not attach to Node.js process at tcp://localhost:5858/: .. The requested name is valid, but no data of the requested...
View ArticleNew Post: s it possible to deploy native nodejs packages, eg level, on Azure...
Node-gyp fails when continuous deployment is configured on Azure.
View ArticleNew Post: Debbuging locally by attaching to process - is this supposed to work?
This is really weird. This error message is coming from .NET, and it happens when it can't DNS-resolve the hostname - but being unable to resolve "localhost" would indicate that something is really...
View ArticleNew Post: Debbuging locally by attaching to process - is this supposed to work?
tcp://127.0.0.1:5858/ worked... thanks!
View ArticleNew Post: s it possible to deploy native nodejs packages, eg level, on Azure...
There's some info here:http://azure.microsoft.com/en-us/documentation/articles/nodejs-use-node-modules-azure-apps/ Which is referenced from this issue:https://github.com/projectkudu/kudu/issues/1076...
View ArticleNew Post: Project as blacklist manifest
Show All Files is enabled by default for node.js projects. You should be able to open the files even if they look ghosted-out, and get IntelliSense just as well as if they were included in the project....
View Article