Commented Feature: TFS online / Windows Azure Web Sites integration [535]
One might want to setup your workflow between TFS Online and Windows Azure Web Sites such that you deploy to TFS online and have TFS online deploy to Windows Azure Web Sites. You can do this with a C#...
View ArticleCreated Unassigned: redis connect error [772]
i install redis.io and connect-redis.app.jsvar redis = require("redis"),client = redis.createClient();error cannot fount modual hiredis.
View ArticleCommented Unassigned: redis connect error [772]
i install redis.io and connect-redis.app.jsvar redis = require("redis"),client = redis.createClient();error cannot fount modual hiredis.Comments: It reports an exception that is indeed happening, but...
View ArticleClosed Unassigned: redis connect error [772]
i install redis.io and connect-redis.app.jsvar redis = require("redis"),client = redis.createClient();error cannot fount modual hiredis.Comments: https://nodejstools.codeplex.com/workitem/538
View ArticleNew Post: Debug Error in VS2013
When I click Debug->Starting debugging item in VS2013, it will throw a error "Error: Cannot find module 'dtrace-provider'".
View ArticleNew Post: Debug Error in VS2013
If you press F5 to continue running, are there any other issues, or is it just that error being reported? NTVS currently reports all exceptions whenever they are thrown - we can't determine whether...
View ArticleCommented Issue: TS Project templates should use double quoted string...
According to log of TsLint which bundled in WebEssentials we should use double quoted string literals:```3/8/2014 11:00:33 AM: TsLint: app.ts compilation failed: TsLint: ' should be "```It just a...
View ArticleCreated Unassigned: Exception occured in last dev build [773]
When open a typescript project, vs2013 prompt me a dialog that an exception log in ActivityLog.xml.<entry><record>386</record><time>2014/03/10...
View ArticleCommented Issue: NodeTests.dll failures [760]
In recent runs, these 2 tests are failing on both machines (see rolling test results for...
View ArticleEdited Issue: Empty function name for top stack frame in TypeScript project...
Steps to reproduce:1. Create Blank Node.js Console Application2. Put breakpoint on the first line `console.log('Hello world');`3. Press F5AR: `> [app.ts] Line 1 TypeScript`ER:`> (anonymous...
View ArticleCommented Issue: Debugger breaking in unexpected files [762]
Create new Basic Express application (Node.js or TypeScript, same behavior)Put breakpoint in routes/index.js on line 7:``` res.render('index', { title: 'Express' });```Press F5 to start...
View ArticleEdited Issue: Go to definition available on 2012 [755]
This is showing up on 2012 for .js files. We need to shut it down until the feature is available.
View ArticleEdited Issue: Error publishing worker role [764]
VS 2013 Web Exp + Azure SDK for .NET 2.2 (VS 2013)Create new worker role projectPublish```Error 1 The "FindTargetPath" task was not given a value for the required parameter "FindUnderTargetDir"....
View ArticleEdited Issue: Stop debugging doesn't kill the press any key process [763]
If you start debugging and press Shift-F5 to stop debugging, you'll have that console window leftover. Debug enough times and at some point you'll realize you have a ton of those in your taskbar!
View ArticleClosed Issue: Web Essentials 1.7.1 - Add new item LESS crashes VS [768]
VS 2013 Update 1Web Essentials 1.7.1Create new Node.js console appAdd new item - LESS fileVS crash```Application: devenv.exeFramework Version: v4.0.30319Description: The process was terminated due to...
View ArticleEdited Issue: Need better diagnostics for azure remote attach on non-debug...
Right now the command is enabled, and the error message that says it couldn't attach doesn't mention that it should be published in debug configuration.
View ArticleEdited Issue: Need better diagnostics for azure remote attach on non-debug...
Right now the command is enabled, and the error message that says it couldn't attach doesn't mention that it should be published in debug configuration.
View ArticleEdited Unassigned: AggregateException is unhandled on remote debugging...
if (stream.ReadAsync(buffer, 0, buffer.Length).Wait(5000)) {The Wait call can throw and AggregateException isn't handled
View ArticleEdited Issue: Attach debugger from Server Explorer in Web Express crashes...
VS 2013 Web ExpressPublish to Web SiteServer Explorer, Attach debuggerIf you get an error, click RetryResult: VS crashes, and event log has an error but no useful info
View ArticleEdited Issue: Debugger breaking in unexpected files [762]
Create new Basic Express application (Node.js or TypeScript, same behavior)Put breakpoint in routes/index.js on line 7:``` res.render('index', { title: 'Express' });```Press F5 to start...
View Article