Questions tagged as 'visual-studio-2015'

1
answer

How to publish a WebService using Visual Studio C #?

I'm trying to publish a Webservice with Visual Studio but the connection is failing. Can anyone help me connect to this project? Here is the error message when I try to publish:    Publishing folder / ...   2> Unable to add 'Web.config' t...
asked by 25.09.2017 / 03:28
1
answer

When opening solution, folders with projects do not appear

I created a solution, based on the video of Eduardo Pires. I saved and went to do something else. Well, when reopening the solution, the folders with the projects do not appear, leaving only Solution indicating (0 project). How do I display my f...
asked by 27.02.2017 / 14:59
2
answers

SQL conversion to LINQ C #

How do I convert the last row of this SQL to LINQ? SELECT* FROM ACOMPANHAMENTO A, PRESOS_ACOMPANHAMENTO PA, PRESOSS P WHERE P.ID_PRESOS = 300 AND...
asked by 07.12.2016 / 17:08
1
answer

How to mount XML with C #?

I need to mount an XML as in the following example: <?xml version="1.0" encoding="utf-8"?> <MeuXML> <Clientes> <Cliente-1>Dados Cliente-1</Cliente> </Clientes> <Sistemas>...
asked by 08.01.2016 / 18:22
1
answer

How to change web.config when running Deploy?

I have an approval and a production environment in the cloud, but I deploy Deploy in File System . I have to insert some parameters and change the connectionString for each of these environments. Parameter examples: Information...
asked by 06.01.2016 / 22:03
2
answers

Doubt over TFS version control terms

I'm learning versioning, my question is regarding the terms shown in the figure below Epic and Issue , looking for the translation of the same for me it made no sense when using these options to create a Work Item     
asked by 02.09.2016 / 05:05
1
answer

Installing Qt in Visual Studio

I would like to know how to install the QT in visual studio 2015, I did everything, but I can not use it. Whenever I give a #include for example, it says that there is no file or directory. I've tried it in many ways. What is the best way to use...
asked by 14.03.2016 / 14:30
1
answer

Items are not shown in the dataGridView

I'm using the following code to include items in a list and show the same in my DataGridView : PedidodetalheOffline item = new PedidodetalheOffline(); //crio um novo item item.IdOffline = id; //seto o id item.PedidoOffline = numero; //se...
asked by 02.01.2017 / 02:22
1
answer

LNK2001 Error in C ++ Project Build

I'm trying to give Build a project in Visual Studio and this error is appearing: Severity Code Description Project File Line Suppression State Error LNK2001 unresolved external symbol "class CPSock ListenSocket" (?ListenSocket@@3...
asked by 05.09.2016 / 21:13
2
answers

Problem to run IIS Express on my network

Hello I'm trying to run IIS do Visual Studio 2015 ASP.NET Empty Web site to work on my network so I changed this file    ... \ Documents and Settings \ Visual Studio 2015 \ Projects \ MyProject \   .vs \ config \ applicationhost.config...
asked by 02.09.2016 / 16:55