Questions tagged as 'visual-studio'

0
answers

Code sign key, keychain error

I'm new to the programming area and iOS and would like to understand what this error is and understand how I can fix it.    Error: iOS code signing key 'iPhone Developer: Luiz ***** (F *********)' not found in keychain. (N *** App.iOS) I...
asked by 14.11.2017 / 16:03
1
answer

2 different paths in the output of the build

How can I make the output of the compilation to be in 2 different places, would it have?     
asked by 15.11.2017 / 17:25
0
answers

ActionResult search result does not return all results for View PagedList

I noticed that in my application before View the Paged List it received all returned items from the ActionResult from the implementation of the Paged List I do not get all the results of my controller . In summary ActionResult gets a...
asked by 12.11.2017 / 18:32
1
answer

C # Project closing Visual Studio

I recently did a Console Application project that saves PDF files with Report Viewer and worked normally. I needed to change the SQL Server procedure that generates these files and I changed the directory to save these files, so far, nothing,...
asked by 12.12.2017 / 19:33
1
answer

GoogleAPI in VisualStudio

I'm trying to implement over a ready-made class that sent me using GoogleAPI, but I can not in any way add the reference to the project via NuGet. Do you know where I can download it? Here is the code: using System.Collections.Generic; using...
asked by 03.11.2017 / 12:48
0
answers

Data Flow Task: Processes, but does not write to the Database

I am using SQL Server Integration Services (SSIS) with SQL Server Data Tools (graphical component for Visual Studio 2015). Within my processing package (SSIS) I have streams that, depending on the defined condition, the respective Data Flow T...
asked by 28.11.2017 / 19:45
2
answers

How to intercept the project save event in vssdk?

I'm currently developing an extension of visual studio 2017 where I need to know when any design changes are persisted. Ex: When I add a new reference in the project (I know there are events for when the reference is added / changed / removed...
asked by 20.09.2017 / 14:53
0
answers

error LNK2019: external symbol undefined when trying to use libcurl

Hello, I'm trying to compile a static libcurl library, but without success. I downloaded the source code for libcurl version 7.55.1 available at link . After the download completes I extracted the contents to the local disk. I opened the...
asked by 13.09.2017 / 17:49
0
answers

Publishing on multiple servers (VS / Publish)

Is it possible to publish an application through Visual Studio 2015 to multiple servers at once? How could this be done?     
asked by 25.08.2017 / 01:40
0
answers

VB.NET + PowerShell

I would like to create a program in VB.NET that executes the following code in PowerShell Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} I created a .ps1 fil...
asked by 10.08.2017 / 13:09