Questions tagged [visual-studio-2017]

The software known as Visual Studio 2017, also referred to as Visual Studio "15" and featuring C++ compiler version 19.1, is a product developed by Microsoft. Please only utilize this tag if you have inquiries related to this particular iteration of the program.

Exploring the Capabilities of TypeScript 1.8 in Visual Studio 2017

Recently, I've encountered an issue with my Visual Studio project that was created using TypeScript 1.8 in Visual Studio 2015. Upon upgrading to Visual Studio 2017 and attempting to open the project in the new IDE, I noticed that the TypeScript versio ...

What is the best way to include the npm packages I installed in my Visual Studio 2017 project within the _Layout file?

After searching through some questions, I came across a few without an answer. To enhance my project, I downloaded packages such as jQuery 3 using npm. In the Dependencies section, it lists npm and shows jquery, bootstrap, and popper. I am unsure how to ...

Bringing in functions - NodeJS - non-HTML

Currently, I am in the process of learning automation for my job and have hit a roadblock. In times like these, stackoverflow has proven to be a life-saving resource :) My current task involves writing a Selenium test in VisualStudio using JavaScript (nod ...

The operation of the "CheckFileSystemCaseSensitive" task has encountered an unexpected failure. It was unable to load the file or assembly 'System.IO.FileSystem'

I recently upgraded my Visual Studio 2017 ASP.NET Core MVC web project by adding the Microsoft.TypeScript.MSBuild NuGet package v2.3.1 and updating my ASP.NET Core assemblies from 1.0.* to 1.1.1. However, after these changes, I encountered a new exception ...

The file pyconfig.h could not open because the include file 'io.h' does not exist in the specified directory

Background: I am completely new to python and Cpp, and I am currently attempting to install a python package called python-crfsuite that requires Visual Studio for compilation. To do this, I have installed Anaconda3 and Python 3.6 within the VS2017 c ...

Issues with intellisense while working on node.js projects in Visual Studio 2017

Typically, we work in a Microsoft stack development environment, but for this particular project, we are required to develop using Node.js in Visual Studio 2017. Some aspects of this setup are causing us frustration and confusion. We installed the Node.js ...

Steps to add font-awesome in Visual Studio 2017 for ASP.NET Core v2 installation

I am working on a project using ASP.NET Core v2 and I want to incorporate font-awesome into my webpage. I've tried multiple methods, such as installing Bower from NPM, installing font-awesome from NPM, and even trying to install it from Bower packages in ...

Transfer Typescript Project to Visual Studio Code

When I first started my project, I used the Typescript HTML Application Template project template. It worked well and set up a project for me. However, now I want to transition to using VSCode. The issue I'm facing is figuring out which switches and c ...

identifiers that have been duplicated errors

My journey with VS 2017 and angular 2 started off smoothly, but I hit a roadblock when I encountered 352 errors upon restarting my machine. The errors were mostly "Duplicate Identifier errors," and after some investigation, I realized that I had the file i ...

Issue with Retrieving Value in NgxLocalStorage

I am currently exploring the Visual Studio 2017 SPA Template for Angular 2 and looking to implement it in my project. My goal is to have the HomeComponent display the name of the logged-in user, which is stored in local storage using NgxLocalStorage, afte ...

Is it possible to use Visual Studio mixed mode debugging with a Jupyter notebook to conduct simultaneous debugging of C++ and Python code?

I am currently running a Jupyter notebook with Python that includes my own C++ extensions. Is it possible to use the Visual Studio debugger to simultaneously debug both Python and C++ code? Both projects are included in my solution and I have had success ...

What is the best way to integrate environment-specific configuration options into an AngularJS and Typescript project?

Currently, I am working on a project using AngularJS, Typescript, and VisualStudio. One of the key requirements for this project is to have a configuration file containing constants that control various settings such as REST API URLs and environment names. ...

Encountering an overflow of open files issue in Visual Studio Node.js on Parallels following an update to MacOS Catalina 10.15.7

After upgrading my Mac to 10.15.7 today, I encountered an issue with running my Node.js Visual Studio projects through Parallels Desktop. Despite making some changes to the code before attempting to run it, the log files did not indicate any other issues. ...

When posting on social platforms, the URL fails to display any metadata

We recently completed a project (Web Application) using React .net core with client-side rendering in React. One challenge we encountered was that when the app loads in the browser, it only displays the static HTML initially without the dynamic meta tags. ...

An Express Handlebars callback function is mandatory

Recently, I've been attempting to incorporate handlebars into my express project. However, I keep encountering an error in the node.exe console indicating that a callback function is needed. Can anyone offer some assistance with this issue? Here's a link ...

Creating an NPM package using Visual Studio 2017: A Step-by-Step Guide

I enjoy developing and publishing NPM packages using Visual Studio 2017. My preferred method is using TypeScript to generate the JavaScript files. Which project template would be best suited for this particular project? ...

In Visual Studio, the .js.map files and .js files seem to be mysteriously hidden, leaving only the TypeScript .ts files visible

In the past, I utilized Visual Studio Code for Angular 2 development and had the ability to hide .js and .js.map files from the IDE. Now, I am working on a project using VS 2017 Professional with Typescript, Jasmine, Karma, and Angular 4. Task Runner, etc. ...

Error: The type definition file for webpack-env cannot be located during the build process

Our team is working on a .net core Asp.net framework Single Page Application (SPA). We recently encountered an issue while using the Nuget package manager console in Visual Studio 2017. Despite executing various commands, including npm init and npm install ...

Having Trouble with npm External Tools in Visual Studio 2017

I am currently working on a typescript project that requires npm version 3 or higher. I have installed it in C:\Program Files\nodejs and updated my system environment variables accordingly. However, when trying to set the external tools location ...

Is there a way to pass npm parameters to dotnet publish?

So here's the situation: I'm working with a private npm registry on a corporate network, and unfortunately I can't download from github. In order to make things work, I need to include --no-optional when running npm install which is called by dotne ...

What is the process of utilizing npm in Visual Studio 2017 without the need for a project.json file?

With the removal of project.json in Visual Studio 2017, there is a new process for installing packages with npm. How can we utilize npm to install packages without devDependencies now that project.json is gone? Would creating a package.json file be redun ...

What are some strategies for resolving problems with implementing Selenium WebDriver in a Xamarin mobile app?

When attempting to download Selenium.WebDriver via the NuGet Solution, I encountered an error stating: Failed to add reference. The package 'Selenium.WebDriver' tried to add a framework reference to 'System.Drawing' which was not found ...

Is there a way to prevent QtLinguist from opening every time Visual Studio tries to display a TypeScript file?

Ever since I installed Qt tools for Visual Studio, my Ctrl+click on a class name triggers Qt Linguist: https://i.stack.imgur.com/USAH1.png This hinders me from checking type definitions, even though Visual Studio has already parsed them. The type informa ...