Questions tagged as 'visual-studio'

2
answers

Visual Studio 2010 does not run the project [duplicated]

What happens is that in my development team a project is being carried out, Tortoise is used to keep the repository updated. On my laptop, the project does not start, however, on my colleagues' computers, yes. The project is located following...
asked by 09.02.2017 / 19:17
1
answer

Add rows to an asp datatable filled from a database

In my application I have a data table that I filled from a database registry, taking the following method: Public Shared Function RetData(query as String) As DataTable Dim conn As New Connection() Dim tabla As New DataTable() Try...
asked by 19.11.2016 / 17:20
1
answer

Remove a TFS service from my account

I am having problems when I want to get the list of TFS servers from VS2017 RC. When I want to get the list of services I get the error TF30063: You are not authorized to access https: //.com. How can I disconnect my account from that server...
asked by 14.12.2016 / 17:37
1
answer

How to consume a web service in jQuery

I have a client in C # that consumes a web service by passing several parameters. What I'm looking to do is translate this call that is made in C # and make it in jQuery. I have searched several forums but the information is not complete....
asked by 26.04.2016 / 21:22
1
answer

Error updating web service reference

Could someone tell me why I get the following error when updating the reference to a web service?     
asked by 08.06.2016 / 20:30
0
answers

Problem with the visual studio chart control in C #

I'm trying to make the values that are entered in a datagridview appear in a chart of the Chart control. I have two problems: What I want is to generate for each row that I have in the datagrridview a new series that must be painted on th...
asked by 29.12.2018 / 17:36
1
answer

How to update WIX Binaries setup

I currently have a project in asp mvc4, and there is a wix setup project generated; Solution Explorer: Projec1 (mvc) Properties References Content Controllers - ... Project1.setup * (wix setup) * References...
asked by 27.04.2016 / 10:40
2
answers

Error creating file "Can not create a file when that file already exists"

I'm trying to create a file from a call from a web service. When I run it I get the error Cannot create a file when that file already exist According to the debug, the code falls on the line File.Move(originalFileName, newFileNam...
asked by 24.03.2016 / 21:50
0
answers

When using TableLayoutPanels, Visual Studio locks

When I use TableLayoutPanels Visual Studio starts to lock every time I do a movement of controls in that form and it recovers about 20 seconds later. Is it common for this to happen? It can be fixed? I use the Community version 2017.     
asked by 18.12.2018 / 21:40
1
answer

Serialize image in c #

My problem is that when I click on the open button I want it to open automatically, it can be seen, and serialized with the * .poo path in the same location where I opened the image, all this only with the button open, since I want to delete the...
asked by 08.10.2018 / 19:15