Base solution for your next web application

Activities of "acounz"

I have a similar issue but I am not sure I follow your instructions to resolve it. Are you able to expand this a bit more please?

PM> Update-Database Specify the '-Verbose' flag to view the SQL statements being applied to the target database. Applying explicit migrations: [201609020817436_Upgrated_To_Module_Zero_0_11_2, 201609051152345_Add_Foreign_Keys_To_Abp_Tables, 201609221300383_Module_Zero_v1_Improvements, 201611301416047_Upgrated_To_Abp_And_Module_Zero_1_1, 201612292057514_Added_PromotionDeals_Table]. Applying explicit migration: 201609020817436_Upgrated_To_Module_Zero_0_11_2. Applying explicit migration: 201609051152345_Add_Foreign_Keys_To_Abp_Tables. System.Data.SqlClient.SqlException (0x80131904): There is already an object named 'FK_AbpUserOrganizationUnits_AbpUsers_UserId' in the database.

Question

Hi Team,

I'm using Visual Studio 2017 and getting an error from npm.js.targets. It appears that it does not support this (refers to other versions of Visual Studio). Should I revert to VS2015 or is there something else I can do?

I have not modified v3.4 and previously worked well under earlier version and VS2015.

Cheers, Adam

VS2017

Severity Code Description Project File Line Suppression State Error MSB3073 The command " IF EXIST "%VS110COMNTOOLS%VsDevCmd.bat" ( call "%VS110COMNTOOLS%VsDevCmd.bat" ) ELSE ( echo VS 11 Common Tools not found ) IF EXIST "%VS120COMNTOOLS%VsDevCmd.bat" ( call "%VS120COMNTOOLS%VsDevCmd.bat" ) ELSE ( echo VS 12 Common Tools not found ) set PATH=C:\Users\ac.nuget\packages\npm.js\2.13.1\build..\tools;%PATH% npm install " exited with code 1. Portal.Web.Host C:\Users\ac.nuget\packages\npm.js\2.13.1\build\npm.js.targets 28

Showing 1 to 2 of 2 entries