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
-
6
votes1
answer857
viewsAny CPU or x64?
I searched for compilation on Any CPU and x64, but found nothing regarding performance and file size. There is difference between these two in this question when the machine is x64? Website using C#…
visual-studio performance compilation x64 jitasked 7 years, 2 months ago Fernando Augusto De Almeida Ba 91 -
6
votes1
answer102
viewsHow does Visual Studio’s Edit and Continue work?
Visual Studio allows you to edit C#, VB.NET or C++ code in debug when you hit a breakpoint or click the break button (pause icon). The name of the tool is Edit and Continue. According to the…
-
6
votes1
answer301
viewsVisual Studio 2017 Cordova compile apk
I’m trying to compile an apk made with HTML5 in Visual Studio 2017 but it just gives this message: 1>------ Compilação iniciada: Projeto: Relatorios, Configuração: Debug Android ------ Cordova…
-
5
votes1
answer67
viewsIs there any way to get visual studio 2012 to support windows mobile 5.0
I have a project on visual studio 2008 for windows mobile 5.0 and would like to migrate it to the visual studio 2012, but I read that this new version of visual studio does not support windows…
visual-studio visual-studio-2012 windows-mobile windows-mobile-5asked 10 years, 8 months ago Selma 216 -
5
votes4
answers661
viewsHow do I execute a method at the end of each method in my class C#
He had a father class and another daughter and would like to perform a certain method, as an event, always at the end of each call of the method of the daughter classes. How can I do?
-
5
votes1
answer68
viewsIsolated Storage or SQL Server Compact
I’m making for Windows Phone 8.1 something similar to a dictionary where there will be a lot of text with sort, search, sort by name. Bearing in mind that there will be this large amount of…
-
5
votes1
answer148
viewsImport is not working
Imports System.DirectoryServices ERROR MESSAGE: "Warning 1 Namespace or type specified in the Imports 'System.Directory.Services' doesn’t contain any public Member or cannot be found. Make sure the…
-
5
votes1
answer1262
viewsWhat are the limitations of the free Visual Studio Online license?
On the Visual Studio Online website there is a free account option. It says that this account offers the following benefits: 5 basic user licenses FREE Unlimited participants Unlimited qualified…
-
5
votes1
answer1638
viewsWhat’s a POC in C#?
I received a request to make a POC email, but before doing so I would like to know what a POC in C#. If there is content on the internet for the same. P.S.: I don’t want the solution, I just want to…
-
5
votes1
answer361
viewsBack debug line
In the old Visual Basic if you were on debug step-by-step and unintentionally pass a line I wanted to check, there was the option to go with the cursor to the line above and press the key…
-
5
votes1
answer353
viewsWhat to do when Avast detects a threat in a harmless app?
I made a network hack, no virus, and the blessed Avast! Warns and destroys my project:…
visual-studioasked 9 years, 1 month ago CypherPotato 9,292 -
5
votes1
answer49
viewsIs it possible to enable light Bulbs in Visual Studio?
It is possible to use light Bulbs no Visual Studio 2013 Ultimate Update 5 ? How to enable the resource?…
visual-studioasked 9 years ago Jedaias Rodrigues 6,718 -
5
votes1
answer446
viewsClang has Character error Too large but Visual Studio builds normal
I’m having a hard time understanding why the Clang presents the error message Character Too large for enclosing Character literal type when trying to execute the code: char c = 'ç'; while Visual…
-
5
votes1
answer933
viewsFile . exe in Visual Studio 2015
How do I generate an executable running on any machine without . Net installed? The one in the briefcase bin/debug does not serve because he needs the . Net to run.
-
5
votes2
answers2773
viewsRun more than one project in Visual Studio
In the same solution of Visual Studio I created two projects, the first to run a Server Socket and the second as a Client Socket that will send a file, but I’m having difficulties to run both…
visual-studioasked 7 years, 10 months ago Victor Freitas 738 -
5
votes2
answers142
viewsDelete all references that are not in use in Visual Studio?
I wish to exclude all references (I am not talking about using in the class files) that are not being used. For this, of course, I need at least an effective way to find out which references are not…
visual-studio visual-studio-2013 project-organizationasked 7 years, 10 months ago Bruno Heringer 1,338 -
5
votes1
answer58
viewsHow does a historical debugger work?
A historical debugger, or Historical Debugger, is able to collect key data from a debugging session, such as locals/autos (in the case of Intellitrace), exceptions and events of the session. I…
-
5
votes4
answers150
viewsHow to use unsafe code on a Web Site
I was looking to practice the use of pointers in C#, so I created in a website the following method: public static Nodo[] MontaTree(){ //... código ... } Obviously the above code does not allow to…
-
5
votes1
answer663
viewsViews do not recognize @model, @Viewbag, @Viewdata
I am using Mono 5.10.1 and Visual Studio Professional for Mac (Version 7.5.4 build 3) Views do not recognize tags like @model, @Viewbag and @Viewdata, either in older projects that were originally…
-
5
votes2
answers1064
viewsVisual Studio opening multiple browser windows
How does both projects open in a single Google Chrome tab ? Process being carried out, Click on Solution -> Properties -> Configuration Properties -> Define both projects to be compiled…
-
4
votes1
answer256
viewsHow to make a Help equivalent to Microsoft Help Viewer, but in Visual Studio 2012/2013?
I wanted to do a Help for a commercial automation system that I created, that was in the style of Winrar help, and that was offline. But apparently according to the article Microsoft Help Viewer on…
visual-studio visual-studio-2012 visual-studio-2013 microsoft-help-viewerasked 10 years, 11 months ago Zignd 6,741 -
4
votes1
answer112
viewsError while trying to observe the contents of a variable or property of an object in the 2013 VS Bugger
Practically every time I try observe the contents of a variable or property of an object, I get the error below: Function Evaluation disabled because a Previous Function Evaluation timed out. You…
-
4
votes2
answers241
viewsPopular programmatically x data manually
You can popular one-component data on .NET using Visual Studio interface (Select Datasource...). From the point of view of popular performance data via code is faster than manualmentr?…
-
4
votes1
answer161
viewsInheritance with interface
How could I solve the following problem. Setting: I have a class B that inherits from class A and implements interface I. Problem: The I interface requires the implementation of the X method which…
-
4
votes2
answers3308
viewsProject C in Visual Studio
I’m learning C in college and will have to program in C. I tested with Visual Studio 2013 and 2019 Community Edition I can create projects in C++, but I couldn’t find anything like a "Visual C". Is…
-
4
votes1
answer1175
viewsImport library in VS 2010
How to import a lib at Visual Studio 2010, I’m doing a project that I need to use: using System.Data.Entity 4.0 using System.Data.DataSetExtensions 4.0 I have the file that contains the lib, but how…
-
4
votes4
answers395
viewsHow to Debug only one project in Visual Studio?
I have six C# web projects inside a Solution in Visual Studio 2010, when running debug, Visual Studio launches the six projects at once, each of them in a different process. I wonder if there’s like…
-
4
votes1
answer107
viewsTwo different builds same source Visual Studio
I have a Solution with several projects. I need to create two "profiles" of builds different for two situations. This is possible? In build A I will show the menus X, Y and Z. In build B I will show…
-
4
votes1
answer114
viewsHow to know if the solution has been modified?
I would like to make a code, which when it is executed, I would know if the solution has been changed and which project has been changed, but I do not know if there is a method to be used. Then I’d…
-
4
votes1
answer669
viewsMultiple selection in Visual Studio
I would like to expand the cursor to the next word that is selected, it is similar to the CTRL + F but make a copy of the cursor to which the selected word was found, so you can change more than one…
visual-studioasked 9 years, 6 months ago pmargreff 2,343 -
4
votes1
answer155
viewsIs Visual Studio 2013 compatible with SQL Server 2014?
I connected the SQL table with Visual Studio, but at the time of moving the table appeared a message saying that SQL Server was not compatible. If not, I’ll have to download another Visual Studio or…
sql-server visual-studio-2013 visual-studio sql-server-2014asked 9 years, 4 months ago Márcio Cristian 399 -
4
votes4
answers228
viewsRead XML documentation generated by Visual Studio
How can I read the XML documentation generated by Visual Studio in any way that is formatted?
-
4
votes1
answer74
viewsComment equal #Region from Visual Studio
There is similar comment #region Visual Studio in PHP with Netbeans?
-
4
votes1
answer179
viewsIs it already possible to make commercial applications with Visual C++ Cross Platform?
Visual Studio 2015 brought with it Visual C++ Cross Platform, which I think works similarly to Xamarin. You can now make business apps with Visual C++ Cross Platform?
-
4
votes2
answers2019
viewsError while running project in Visual Studio 2015
When compiling gives sucessfull, but when I try to run my project I get this error below. Can someone help me or give me a hint? Use the visual studio 2015. Severity Code Description Project File…
-
4
votes2
answers1770
viewsReferencing folders created in the project
After I go to Project > Add > New Folder, rename the folder and put classes inside it I can no longer reference it in another file, for example if I would use in one controller, I would use as…
-
4
votes2
answers4252
viewsError: Undefined object reference for an object instance, how to resolve?
I have the method ChamadaEfetuada(MAluno) : bool checking whether the call was made to a particular student, this method is used in another method ChamadaEfetuada() : bool that instead of checking…
-
4
votes1
answer415
viewsStatic public variables in C#
How can I organize my code? When programming there are variables that I am leaving in the same code at the top as: namespace myData.MySql { public partial class teste { public static string…
-
4
votes1
answer571
viewsIs there a difference between C++ from GCC and C++ from Visual Studio?
I already programmed in C++ compiling with GCC and when I started using Visual Studio I noticed that it has support for C++, but the implementation is aimed at the platform . Net. There is a…
-
4
votes1
answer56
viewsSet a standard comment for every new project
I need to define a standard comment, so that in every project that is created it appears, without having to type it every time. Ex.: Author: Pedro H.
c# visual-studio visual-studio-2013 visual-studio-2015 commentsasked 8 years, 2 months ago Pedro Henrique 43 -
4
votes2
answers72
viewsVisual Studio 2015 says "this" is redundant
In the early days of my first object orientation classes I was taught to use the thiswhere it is a variable or class property. Today I understand when there is a real need to use, for example when a…
-
4
votes1
answer99
viewsWhat is the usefulness of the "Add Fakes Assembly" feature?
Beyond utility, how can we implement it? I could not find documentation in Portuguese that would clarify this functionality much less examples of how to apply it.…
-
4
votes1
answer312
viewsSee the values of variables at runtime?
How can I know the values of the variables of an application at runtime? I want to know the value of some variables to know if the program is acting correctly.
-
4
votes1
answer1739
viewsDLL Not found
when running my application, I’m receiving the error warning, informing DAL.dll has not been found. I have no idea what it might be, I’m following a tutorial, these are my first steps with C#. I’m…
-
4
votes1
answer133
viewsC++: Addition of ". cpp" implementations in Visual Studio and GCC
In C++, what is observed in a quick internet search is the orientation that only ". h" files should be included. A sample of this can be observed here and especially here. In Visual Studio, the…
-
4
votes1
answer1670
viewsHow to implement methods and classes by some keyboard shortcut in visual studio?
I need to implement methods and classes "keyboard" to get a value automatically. 1: Implement UI methods in the Home class: class Inicio : Interface { } 2: Set and Get automatically: private static…
-
4
votes4
answers2605
viewsBreakpoint in visual studio does not load at debug
I have a solution with 3 projects, one of them being Ex.utils and Ex.Api. Where the . dll of the utils project is referenced in Ex.Api in 'References'. Both compiled in the same version of . NET.…
-
4
votes1
answer256
viewsWhat is the purpose of a TT extension file?
Well, I was searching around the Internet for a way to create a string as template, based on an archive of template. I came across an answer from SOEN that talks about files .tt, to use a template…
-
4
votes1
answer241
viewsWhat is the advantage of using the latest version of . NET Framework?
By default my Visual Studio selects . NET Framework 4.6.1 when starting a new project, but is there any advantage in selecting the latest version? (4.7.1)
-
4
votes2
answers145
viewsHow to leave the background of Visual Studio 2008 in dark theme?
I use Visual Studio 2019 and love the dark theme, but lately I’m using 2008 for work demands and it has the white theme. It is possible to put it in the dark theme ?