Questions tagged as 'visual-studio'

4
answers

Read XML documentation generated by Visual Studio

How can I read the XML documentation generated by Visual Studio in any way that is formatted?     
asked by 06.08.2015 / 19:43
3
answers

How to scan data from an Excel worksheet

I have a Mysql database and I want to get the data from an excel sheet and send it to it. I already know how to save the data in the table, you just need to know how to scan the worksheet and get the data.     
asked by 04.01.2017 / 12:56
2
answers

If I copy directly to the project folder of Visual Studio gives some error? Or do I have to do something else?

I wanted to copy the Project Solution to my teacher, can I go to the file location and just copy the project and send it to him that will work?     
asked by 18.11.2017 / 13:51
3
answers

Intellisense disappears when the argument list is large

I'm using Visual Studio 2010 I noticed that when the list of constructor parameters is too large and does not fit on the screen Visual Studio no longer displays the builder parameters list. Is it possible to configure it to display all without d...
asked by 10.02.2014 / 13:06
2
answers

Is there any way to insert pre-defined code snippets in Visual Studio?

I wonder if Visual Studio makes it possible to manage code snippets for easy insertion into files during an edit. Or if there is some add-on it does. Example: I have this piece of code I always use: <script src="jquery.js" ></...
asked by 04.08.2017 / 21:33
4
answers

Variable in message box c #

How to put a variable within the message box? The code comes down I think it's self explanatory. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; us...
asked by 24.08.2017 / 10:08
2
answers

How would a regular expression find a html + attribute value?

I want to give a find / replace on all the html "data-placeholder" attributes and their values, from my application, through the Visual Studio search. For this I need to put together a regular expression and put it straight into the Visual St...
asked by 22.01.2016 / 18:49
1
answer

arterySignalIr / Ping - What is causing this error?

The project MVC in C# here of the company has a very bizarre bug, to say the least. From time to time a random error pops up: The controller for path ... arterySignalIr / Ping was not found or does not implement IController, see...
asked by 12.01.2016 / 12:58
2
answers

How to change background color in Visual Studio? [closed]

How do I change the background color of my Visual Studio? It is white I want it to be with black background. See an example below:     
asked by 04.12.2015 / 21:28
2
answers

How to have access to the Label again in Visual Studio

I put a Label on the form, edited its name to be empty, renamed and so on, and I can no longer select it in the form for manipulation. It works inside the application bringing the ID of the register, I need to manipulate because it is misalig...
asked by 08.02.2018 / 13:16