Questions tagged [visual-studio-2013]

Visual Studio 2013, also referred to as "Dev12," is a release of Microsoft's Visual Studio software that incorporates the C++ compiler version 18.0. Please refrain from using this tag unless you have a specific inquiry related to Visual Studio itself rather than general coding problems.

The file or directory does not exist: .. ode_modules.staging@types eact-transition-group-96871f11package.json

I'm facing an issue while attempting to run a React project in VS2013. I followed a tutorial from here and initially, everything seemed to be working fine. However, when I tried to customize the project by adding more packages to the package.json file and ...

TypeScript 1.6 warning: Component XXX cannot be instantiated or called as a JSX element

var CommentList = React.createClass({ render: function () { return ( <div className="commentList"> Hello there! I am the CommentList component. </div> ); } }); var ...

Having trouble connecting to the webserver? Make sure the web server is up and running, and that incoming HTTP requests are not being blocked by a firewall

While working on my Visual Studio 2013 Asp.Net web code using the Local IIS Web server Version 7 (Windows 7 x64) and Framework 4.0, I encountered an error message stating: "Unable to start debugging on the web server. Unable to connect to the webserver. V ...

Angular2 and Typescript paired with Visual Studio 2013

Currently, I am utilizing the angular2 QUICKSTART and encountering an issue where Visual Studio fails to recognize Angular2 with typescript import Modules. However, everything else seems to be functioning correctly: https://i.stack.imgur.com/0s46Y.jpg Th ...

Issue with Ajax functionality not functioning properly in Visual Studio for Windows (Blend)

I am encountering an issue with my ajax login script. When I attempt to call the login function, nothing seems to happen... function login() { var login = new XMLHttpRequest; var e = document.getElementById("email").value; ...

Warning: Node.js/NPM alert - repository not found during installation of packages such as MongoDB and others

After I tried installing mongodb, I encountered a lengthy warning list that caught my attention: I am bewildered by this issue. The warnings seem quite severe to me and the mention of Visual Studio 2013 has left me puzzled. Is it safe to overlook these wa ...

Steps to automatically return JSON in a Visual Studio web API1. Open your Visual Studio

After setting up a Web API project in Visual Studio 2013, I noticed that when I visit a sample restful URL in my browser, such as http://localhost/values/5, it returns XML. Is there a way to configure it so that it defaults to returning JSON instead of X ...

Can anyone guide me on successfully converting SQL Server data to JSON format in real-time using ASP.NET and Visual Studio?

My main objective is to continuously export data from MS SQL server in real-time and convert it into JSON format. This JSON data will then be used to generate a dynamic line graph on the front end using AM Charts Dataloader. The goal is to keep the line gr ...

Packaging a NodeJS project in Visual Studio - A step-by-step guide to creating and setting up an N

In my VS2013 solution, I have a combination of NodeJS (using TypeScript) and C# class library projects connected by EdgeJS. Among the NodeJS projects, one serves as a library for a RabbitMQ bus implementation, while two are applications meant to be hosted ...

Avoid opening the "Manage npm modules" option by right-clicking

I've been diving into Shawn Wildermuth's course on Node.js for .NET Developers and have successfully installed NodeJS Tools for Visual Studio from nodejstools.codeplex.com. After getting everything set up, I created a "NodeJS Blank Website." However, when ...

Is there a way to disable syntax error highlighting for certain file extensions in Visual Studio 2013/2015?

While I'm in the midst of working on JSX files in React, those wiggly lines keep catching my attention and distracting me. I've been trying to figure out if there's a way to turn off the syntax checker without relying on tools like resharper. Is there any ...

Having difficulties running Coded UI tests on Firefox browser in Visual Studio 2013

This was the version I had: Visual Studio 2013 WebDriver.ChromeDriver.win32 2.2.0 selenium-dotnet-strongnamed-2.35.0 Firefox 24 However, while running a Coded UI test, I encountered the following error: Microsoft.VisualStudio.TestTools.UITest. ...

Issue with Angular 2 in Visual Studio 2013: Pressing Ctrl+K+D causes formatting to change to lowercase

Please note that while this issue is not directly related to Angular2, anyone who uses Angular2 with Visual Studio 2013 may be able to help. Whenever I use the key combination Ctrl + K + D in Visual Studio 2013, it changes HTML or Angular2 directives/mark ...

When debugging in Visual Studio 2013, Typescript variables/fields consistently show up as undefined

What is the reason behind the properties/field variables in Typescript being consistently undefined during debugging in Visual Studio 2013? ...

The SDK directory for TypeScript 1.3 in Visual Studio 2013 does not include the necessary tsc.exe file

Exciting news! Typescript v1.3 has been officially announced today. To fully utilize this update, I quickly installed the power tools update for VS2013. Upon completion of the installation, my Visual Studio environment now recognizes the "protected" keywo ...