Most voted "visual-studio" questions
Visual Studio is an integrated development environment (IDE) by Microsoft that supports several different programming languages. Use this tag for questions about any version of Visual Studio and the specific tags of each version when the question is for something that only applies to that version. Do not use this tag for problems that are not directly related to the IDE or its tools/extensions.
Learn more…852 questions
Sort by count of
-
2
votes1
answer73
viewsVisual Studio 2013: How to reference project folders in Using
I have a problem,I have in the same project the stock and the box,I am making a screen that allows you to choose between them and depending on the button you press it opens one of the two. However…
-
2
votes0
answers492
viewsUnable to start program 'C: Program Files (x86) IIS Express iisexpress.exe'
My visual studio from night to day started to give an error when starting the application, this error only happens the first time I start the application (Asp.net mvc 4), in other times iis starts…
-
2
votes1
answer241
viewsRollback transaction does not work as expected
I’ve recently been implementing a sequence of requests in Visual Basics, and would like to give a rollback when any fail. So I did it this way: Public Class DAO Dim connection As New MysqlConnection…
-
2
votes1
answer2110
viewsLetter ç in VS Code editor
Cedilha "ç" disappeared in the Visual Studio Code I use on Macbook. This happened some time ago after an update. Works in any editor but VS Code. Someone’s been through it?…
-
2
votes2
answers470
viewsHow do I get Qt 5.7 with MSVC2015 to work?
I’ve had Microsoft Visual Studio Community 2015 for a long time. I installed Qt 5.7 via online installer and includes msvc2015 (already marked) in the list of installation programs. I tried using Qt…
-
2
votes1
answer46
viewsCompile to a lower platform using the latest API?
I am using Cordova in Visual Studio 2017, and installed the Android SDK (API level 23), but I wonder if when compiling using this API, the application will be compatible with previous versions, such…
-
2
votes1
answer54
viewsConfiguration of Visual Studio
I installed Visual Studio to use Sfml, configured and worked correctly, but when I create another project and close the previous one I have to configure everything again to use, libs, includes, etc.…
visual-studioasked 7 years, 9 months ago andre 41 -
2
votes0
answers123
viewsExcel Add-in Does Not Install
I have a Add-Inwho uses .Net Framework 4.0 and Visual Studio. It is working well with Office 2013. After the installation of Office 2016, when I try to install the same VSTO add-in is giving me a…
-
2
votes0
answers25
viewsRunning the application of the page being edited
When I used the previous Visual Studio, ASP NET 4.xx, when I ran the F5 application, the system opened the page that I was editing, now, in the visual 2017 (ASP Net Core), it always opens the Home.…
-
2
votes2
answers707
viewsIs there any way to insert pre-defined code snippets in Visual Studio?
I wonder if Visual Studio makes it possible to manage snippets of code for easy insertion into files during an edit. Or if there is one add-on do that. Example: I have this bit of code that I always…
visual-studioasked 7 years, 6 months ago Joao Paulo 11,760 -
2
votes1
answer269
viewsError starting WPF application
When starting my application, an error message is displayed. The problem is that I cannot locate the source of the problem. Before I couldn’t, it started today. I thought it might be some…
-
2
votes1
answer41
viewsSVN does not check Branch changes
I created a branch from the trunk, and made all the necessary changes. When I finished the changes, using Visual Studio 2015 I merged the branch with trunk. I was settling conflicts when I was wrong…
-
2
votes4
answers1643
viewsVariable in message box c#
How to put a variable inside the message box? The code comes below I think is self-explanatory. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using…
-
2
votes3
answers1724
viewsAdd Datagrid column with valid values only
I’m using this function to add a column of my datagrid public void Somatorio() { decimal total = 0; foreach (DataGridViewRow row in dgv_inico.Rows) { total +=…
-
2
votes2
answers933
viewsIf I directly copy the Visual Studio project folder gives any error? Or do I have to do something else?
I wanted to copy the Project Solution to my teacher, I can go to the file location and just copy the project and send it to him that it will work?
-
2
votes1
answer949
viewsProject C# Closing Visual Studio
I recently made a Console Application project that saves PDF files with Report Viewer and worked normally. I needed to change the SQL Server that generates these files and changed the directory to…
-
2
votes1
answer1538
viewsThe . NET Framework 4.7.1 or a later update has already been installed on the computer
While trying to install the newer version of . net, an error appeared informing: Installation will not occur. See the reasons below. Details The . NET Framework 4.7.1 or a later update has already…
-
2
votes1
answer176
viewsCan I open VS2017 with a different user than the one placed in the installation?
Can I open VS2017 with a different user than the one placed in the installation? Because I’m trying to get in with a new user that I was given at the company. This new user is my user in AD and with…
-
2
votes2
answers545
viewsComments on JSON in Visual Studio
JSON does not support comments, but in Visual Studio (2017 to be more specific, my version) I add comments and do not present any error, but when I open the file in Visual Studio Code, the following…
-
2
votes2
answers46
viewsHow to have access to Label again in Visual Studio
I put a Label in the form, I edited its name to be empty, renamed and so far so good, and I can no longer select it in the form for manipulation. It works within the application bringing the…
-
2
votes0
answers99
viewsError in a calculator code when saving tokens, flex
The error mentioned is in the 6th line of code. By running this code on the developer of VS with the win_flex o TOKEN_B is not recognised as showing a wrong result. %option nounistd noyywrap…
-
2
votes1
answer108
viewsUpload videos Datatype Asp.Net MVC
I want to put a Video Upload field on my Asp.Net MVC system and I did not find anything related to videos on Datatype. I found various datatype such as [DataType(DataType.ImageUrl)]…
-
2
votes1
answer158
viewsNuget - Packages.Config using latest versions of packages
Setting I have a project where my Libraries (other components of the project) are Nuget packages, and whenever there is an update, a new version is generated in Proget.. and all developers have to…
-
2
votes2
answers460
viewsMethod to automate the call of Forms in C#
Here’s what I’m trying to do I am creating an application in C#, Mainframe is MDI Father, and I have other windows too. What I want is to use a class called "Formcaller" to call other Forms…
-
2
votes0
answers65
viewsUse of xrTableOfContents
In my application, I have 3 different files from XtraReport. That is, practically Gero 3 reports and put together all in one PDF. In the first XtraReport, have the component xrTableOfContents1 which…
-
2
votes1
answer252
viewsClose form without destroying C# visual Studio
I am using a form in my application that needs to be loaded quickly, but when I close this form it always takes time to load, there is a way for me to close the form but it does not reload every…
-
2
votes2
answers186
viewsHow to recover a string from another page in Xamarin?
I’ve seen several examples of how to open a page by sending a string to it but I wanted an example of how to do the opposite, open a page and it returns a string when it is closed. My life is more…
-
2
votes1
answer559
viewsVisual Studio Character Error
I cannot resolve a character error in Visual Studio. Code 1: #include "pch.h" #include <iostream> #include <cstdlib> #include <clocale> #include <Windows.h> using namespace…
-
2
votes1
answer85
viewsChange default pages created by MVC in Visual Studio C#
When I create the controller and use MVC 5 Controller with views, using Entity Framework, the Index, Create, Edit, Delete and Details are created automatically with a default setting, and I have to…
-
2
votes4
answers737
viewsHow do I close the form I’m in?
private void BtnEntrar_Click(object sender, EventArgs e) { string login = txtLogin.Text; Conta conta = new Conta(); try { BLL bll = new BLL(); conta = bll.SelectContaByLogin(login); if(txtSenha.Text…
-
2
votes1
answer663
viewsCheck if the driver has a public constructor without parameters
Someone helps me, I am creating a project and in the dependency injection part I am having the following error when I make a Postman request in my Api: An error occurred when trying to create a…
-
2
votes2
answers110
viewsC# override autocomplete does not work
I can’t write a superscript with suggestions from override. The completion of the override does not give suggestions of virtual classes or methods as Tostring(). How do I make these suggestions…
-
2
votes0
answers46
viewsHow do you enable Cordova.plugins.notification.local Visual Studio Cordova?
I added the github link "https://github.com/katzer/cordova-plugin-local-notifications" and installed the plugin perfectly. I put a boot and in his click event I put the following code:…
visual-studio apache-cordova visual-studio-2017 cordova-pluginasked 5 years, 5 months ago Sarah Tavares 31 -
2
votes2
answers69
viewsI can’t debug imported module in project in Visual Studio Community 2019
I’m using version 16.7.5 of Visual Studio Community 2019 where I’m implementing for the first time a pyproj (Python version 3.8.3) in a virtual environment env. I installed the library…
-
1
votes1
answer413
viewsHow to install newtonsoft in visual studio without nuget
I would like to know how I do to install newtonsoft-json in Visual Studio without nuget, because I heard that I could install it without nuget.
visual-studioasked 10 years, 11 months ago Kaique Mota 496 -
1
votes1
answer1189
viewsHow to get Paramentro in a C# sent from Android web service
I’m consuming a web service developed in C#, from an application on Android. By sending simple types per parameter such as string, int or long, I can usually get the information just by placing the…
-
1
votes1
answer521
viewsVisual Studio 2010 and Connection with Banco Access
My Visual Studio 2010 (10.0.40219.1 Sp1rel), is popping the following error message when I try to create a connection to an Access database (Office 2010): The 'Microsoft.ACE.OLEDB.12. 0' Provider is…
-
1
votes1
answer102
viewsWindows Phone, how to import data (Isolatedstoragefile)?
Is there any way I can import a data file (txt) into Windows Phone’s internal memory using "Isolatedstoragefile"? I need to import a list of customers, and be able to edit by the device.
-
1
votes1
answer247
viewsWhat do the Visual Studio object browser icons represent?
We know by this link the meaning of the main icons, but there are still some that are not clear, and appear in the Visual Studio, as an example: or . There is another table known with this legend…
visual-studioasked 10 years, 5 months ago Marco Aurelio 368 -
1
votes1
answer85
viewsVisual error in Visual Studio / VS2010 Projects in 2013
I have windows installed on a mac with boot camp and appears to me the visual studio 2010 like this: I’ve tried changing screen reset, font size, board updates,... Nothing solved. I already…
-
1
votes1
answer4456
viewsComponent to select files or directories
What is the name of that component in Visual Studio / C# that selects the directory and takes the file path?
-
1
votes2
answers6198
viewsError Could not load file or Assembly Microsoft.Web.Infrastructure
I created a site in c#, the same runs on my machine, but when I publish and update on the server via FTP(Filezilla) this message appears, someone can give me a tip on how to solve ? Could not load…
-
1
votes2
answers4303
viewsHow to remove a mapping in visual studio at tfs
How do I remove a mapping done by VS 2010 Ultimate in tfs? I need to do this, to map correctly as it is wrong.
-
1
votes1
answer49
viewsVisual Studio 2010 Outline Extension
I know there are extensions for Visual Studio 2010 that display specific Outline for each environment: C#, css/javscritp and HMTL? Are there any solutions in a single extension? Or do I have to…
.net asp.net visual-studio-2013 visual-studio visual-studio-2012asked 10 years, 2 months ago Jothaz 1,924 -
1
votes0
answers24
views"Asp.Net Development Server Runs" does not close at the end of the run
At the end of the implementation of the Asp.Net Development Server Runs remains open in the systray. I’m using Visual Studio 2010. 1 - This is normal behavior? 2 - May cause some problem? 3 - There…
-
1
votes1
answer502
viewsWindows Immediate Window is gone
Window Immediacy Windows disappeared and I can’t restore it anymore. The condition does not appear in the Edit Menu of Visual Studio 2010.
-
1
votes1
answer230
viewsaspnetmvc6 cannot update
to testing the visual studo 2015 created a project Asp.net mvc and to want to update it to use the new version 6 beta. but to with an error here How do I fix it? have updated the Entity framework…
-
1
votes1
answer574
viewsGraphics with Crystal Reports
Good morning! I have a report that shows sales performance per seller compared to periods. I would like to plot this data with a line chart as follows: Eixo vertical (Y): Soma de valor de venda (por…
-
1
votes2
answers1062
viewsDevelop for windows ce/mobile in visual studio 2013
I have done several searches on the web to find some solution to my problem, but, all tutorials (articles) I found, were flawed for my solution. MY CASE I currently own several smart device project…
visual-studio-2013 visual-studio windows-ce smartdeviceasked 9 years, 11 months ago Diego Moreno 491 -
1
votes0
answers93
viewsShared variable in the same section - Crystal Reports
Is there any way to use a Shared Var in the same section of the Main Report where the Sub-Report is?