visual-studio-2017-build-tools

The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047) - Visual Studio 2017

对着背影说爱祢 提交于 2020-03-25 18:24:49
问题 I have ordinary ASP.NET project with .NET Framework 4.5.2, It work great as Web Site Projects (WSP), but I try to change this project to Web Application Projects (WAP). I don't change anything in body of project code, I only add designer with definition of control and add default namespace needed to WSP project. But aspnet_compiler crashed with message below (this is a part of MSBuild process): C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\aspnet_compiler.exe -v / -p E:\Projects\Arenda_5

Linking a library fails with LINK1181 on VS17

半城伤御伤魂 提交于 2020-02-25 05:45:05
问题 I am trying to use the ADTF streaming library in my project. When I am including the lib, I get the LNK1181 error. The library comes with the headers, the lib files and dll files. I have added the path inside the C/C++ -> General -> Additional Include Directories. In addition, I have added the library inside the Linker -> Input -> Additional Dependencies. Here is also the error screenshot. Update : I have changed the location of the dll and the libs to my project path and include it again. It

Visual Studio 2017 the connection string could not be found in application settings

萝らか妹 提交于 2020-01-02 05:22:10
问题 For connection database and reading data, I am using a dataset which read connection string from Web.config file. Everything working in Visual Studio 2013. But when I opened this project in Visual Studio 2017, I can't configure. It errors: Unable to find connection string xxxx. the connection string could not be found in application settings or the data provider associated with the connection string could not be loaded 回答1: This is a TableAdapter error. TableAdapters provide communication

Set output build path for Visual Studio 2017 per user with vars

a 夏天 提交于 2019-12-24 19:11:17
问题 I am trying to change the output path for build per user. I want to redirect output to Ram Disk. After many attempts i finished with something like that: <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <OutputPath>R:\VisualStudioBuilds\MyProjectName\bin\$(Configuration)\</OutputPath> </PropertyGroup> </Project> But the project name is hardcoded! To change this situation i have tried another

Build wildcard-fueled group of projects from .sln en-masse to their respective output directories

╄→尐↘猪︶ㄣ 提交于 2019-12-11 17:24:23
问题 We have a solution created and maintained via VisualStudio2017 in which our .csprojs are placed inside virtual-folders like so: Solution.sln \- VirtualFolder1 \- Foo.Common.Bar.csproj -> Bar\bin \- Foo.Common.Ping.csproj -> Ping\bin \- Foo.Common.Pong.csproj -> Pong\bin \- VirtualFolder2 \- Foo.Utils.Bar.csproj -> Utils.Bar\bin \- Foo.Utils.Ping.csproj -> Utils.Ping\bin \- Foo.Utils.Pong.csproj -> Utils.Pong\bin As expected each and every .csproj file already contains a section which defines

Visual Studio is trying to run app from different path than specified in .csproj.user

℡╲_俬逩灬. 提交于 2019-12-08 10:40:05
问题 Depending on this SO Question I have modified a csproj.user file to change Visual Studio's build location. At this moment .csproj.user file is: <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <OutputPath>R:\VisualStudioBuilds\$(AssemblyName)\bin\$(Configuration)\</OutputPath> </PropertyGroup> </Project> With that configuration files from build (from Visual Studio) are in R:\VisualStudioBuilds\

Install sqlite3 on windows

≡放荡痞女 提交于 2019-12-08 05:11:28
问题 I am trying to use "electron": "^4.1.4", with "sqlite3": "^4.0.6" on windows 8.1 and node v10.15.3 . I tried to install windows-build-tools , like: npm install --global --production windows-build-tools@4.0.0 Furthermore, I used electron-rebuild -w sqlite3 which: V Rebuild Complete The operation ran through successfully, however, when trying to install npm install sqlite3 --save I get: 62 silly saveTree `-- sqlite3@4.0.6 62 silly saveTree +-- nan@2.10.0 62 silly saveTree `-- node-pre-gyp@0.11

Visual Studio 2017 the connection string could not be found in application settings

独自空忆成欢 提交于 2019-12-05 17:42:20
For connection database and reading data, I am using a dataset which read connection string from Web.config file. Everything working in Visual Studio 2013. But when I opened this project in Visual Studio 2017, I can't configure. It errors: Unable to find connection string xxxx. the connection string could not be found in application settings or the data provider associated with the connection string could not be loaded This is a TableAdapter error. TableAdapters provide communication between your application and a database . Some people alleged that seems The Visual Studio 15.8.x no longer