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
-
0
votes0
answers209
viewsAssembly reference error in Asp.net MVC
I have a DDD project on VS 2017 and Asp.Net MVC, using SDK 2.1.201. I formatted my computer and installed again VS 2017 and SDK 2.1.201... only when I open the project, it gives compilation error in…
-
0
votes1
answer34
viewsHow do I relocate the selected item from a Category List to the first position
In my application I have an area with several links of categories that is a Partialview. The categories below comes from the following statement of Categoriascontroller var categorias =…
-
0
votes1
answer307
viewsCalling a Modal via Html.Actionlink
I have a screen that makes the user password exchange. This screen shows the user name and when clicking on the name, it is directed to the screen to exchange password. As I would make this call…
-
0
votes1
answer63
viewsHow can I find the gpu and cpu name in Qt c++
Any of these solutions suit me, I first tested a system management code to try to find the name of the gpu and cpu, but give this error to me in visual studio, the compiler seems not to accept clr,…
-
0
votes0
answers214
viewsOpencv 4 at Visual Studio 2018
I’m trying to use the Opencv library in Visual Studio, but I get the following error message: LINK : fatal error LNK1104: cannot open file 'opencv_calib3d400.lib' The lib is in place C: opencv4…
-
0
votes1
answer191
viewsHow to make the Login page become a standard route for an Asp.Net Core 2.2 application
The Login page is within the following folders Area - Identity - Pages - Account. How to make the Login Page become a standard route, this is when the user accesses the Asp.Net Core 2.2 application…
-
0
votes1
answer197
viewsVisualstudio 2017 hiding some folders in Solution Explorer
I created an ASP.NET MVC project and at the root of the project I created two folders "Map" and "Connected". They appear manually opening the project folder, but in Visualstudio’s Solution Explorer…
-
0
votes1
answer50
viewsError accessing C# Visual Studio database
I’m doing a job of the facul, and I started him on the job this week, then came weekend I put the project on the USB stick and exported the database by Mysqlworkbench tbem, I was able to import the…
-
0
votes1
answer264
viewsProblem connecting with MS SQL Server. Same C# code does not work in Xamarin
We are updating the... I was able to access the bank through Android the problem was the port that was not configured. Now there is another question when I do code Debug for android works but if I…
-
0
votes1
answer155
viewsHow to change the properties of a Form being inside a Usercontrol that is not in the Form? C#
In my code I am inside a Usercontrol that is not inside the Form and I would like to change the properties of my Form through this Usercontrol. Example of my code: private void btn_Click(object…
-
0
votes1
answer623
viewsVisual Studio Community, Professional and Enterprise
I was researching on the microsoft website about all these versions of visual studio in order to find the differences between them, but I couldn’t find anything. My university provides the visual…
-
0
votes1
answer77
viewsBlock TFS File View
Hello, I have the following problem. I’m working with a team through TFS and shared the project so they can pull (Map & Get). But it has a specific file that I don’t want other developers to…
-
0
votes1
answer69
viewsHow to pull data from a cell in the Data Grid?
My database data is showing up on a DataGrid and I wanted to make them go to the TextBoxs as soon as I gave two Clicks in the specific Cell for editing, how can I do it ? Detail, the database was…
-
0
votes1
answer71
viewsInsert C# data.sqlclient
good afternoon! I’m starting in C# and I have a question ja varios tipo de Insert sql server. Ai I’m having difficulty in this part says: it is not possible to convert from…
-
0
votes0
answers133
viewsError committing to Project. Visual Studio 2019
When committing in my project the following error came up attached below, I cannot identify what is causing it. I need help. I’ve uninstalled git install again, updated visual studio, but the error…
-
0
votes1
answer278
viewsHow to change the function of my save button, to change
I have some data registered in the database, and I wanted to know how to change the function of inserting in the database to change the data, using a Button, I can pull the dice and throw them at us…
-
0
votes1
answer224
viewsShow file in Solution explorer
When a file is opened in the visual studio, it hangs on the top, ai always at the end of the day has a lot of thing hanging and I wanted to know how it does so that when I click one of these files…
visual-studioasked 5 years, 3 months ago FelipeDecker 1 -
0
votes1
answer114
viewsFill a Checked List Box with SQL Server values
I am creating a form that I would like it to work as follows: First the user would select the type of exercise that would be played in the Checked list box using a Combo Box, then the bank would…
-
0
votes1
answer34
viewsC# code for Searchbar
I am trying to create a Searchbar in my code. It is only to understand the structure and syntax of the commands. After following some tutorials, I arrived at the following structure (attached). The…
-
0
votes2
answers46
viewsLog datagridview data into a table in the database
Good afternoon, you guys! I have a problem with doing a data insertion presented to my datagridview. I have a table called Events, and it contains all my records, I created another table with the…
-
0
votes0
answers506
viewsVisual error Studio does not recognize language
I have a problem with Visual Studio Code. I installed the Node.JS, then the VS Code and soon after the code Runner. However, the VS Code is not recognizing the commands. Digito console.log("texto")…
-
0
votes1
answer127
viewsI cannot create new class in the project - Visual Studio
I have a project where I created a new class using System; using Definitions; namespace CommunicationCheck{ public class CommunicationCheck { private message_struct Send; private message_struct…
-
0
votes1
answer141
viewsError when compiling a solution in c++ in visual studio 2017
I’m trying to compile a c++ solution, but it’s not working. Can someone help me? I opened a visual studio 2008 solution in visual studio 2017. When I give the build the error happens. I did not find…
-
0
votes1
answer177
viewsEncrypt password in.config app
Hello, people I am with the following situation I made an application and some connections I made via visual C# Only it created a file calling app.config with the connection information as below…
-
0
votes1
answer198
viewsNuget Visualstudio Problem
I have a problem. Until yesterday it was not, everything was normal. Today when I went to activate a Migration, add or update, is giving this error in the console. Enable-Migrations : It is not…
-
0
votes0
answers45
viewsvsCode Error - Unrecognized language
Can help? Cod Runner and Node installed.
-
0
votes1
answer163
viewsHow to check if you are registered through Monthecalendar ? C#
Talk good morning guys! I’m having a little difficulty regarding use of Monthecalendar... I have a scheduling system by DATA, which after registering the given event, it is presented in…
-
0
votes1
answer2942
viewsProblems with GCC on Windows 10
I am facing problems when changing IDE, I was told that DEVC++ contains a lot of bugs and by option I was already in the mood to try other IDE’s, so I decided to test Code::Blocks and Visual Studio…
-
0
votes1
answer164
viewsHow to check if there is a Usercontrol in a Panel? C# Winforms
I’m making an application that has a central Panel, and for it I’m controlling the Usercontrols, I’m using Clear, Add and Bringtofront to manipulate, i wonder if it has any function so that I can…
-
0
votes2
answers759
viewsProblems connecting to sql server with Visual Studio and C#
I have encountered problems connecting to sql server by visual studio with Entity Framework 6. My connection worked normally and after I created a new project, I cannot access the database server.…
-
0
votes1
answer63
viewsPicking up content from a textbox from another frame
Guys I need a little help, I have an app that I need to pick up the contents of a textbox in another form to put in a homebody. private void PDVForm_Load(object sender, EventArgs e) { var Operador =…
-
0
votes1
answer127
viewsProblem C++ LNK2019 error
Gravity Code Description Project Path File Line Deletion State Erro LNK2019 símbolo externo indefinido "public: void __thiscall Shop::ButtonScroll(short)" (?ButtonScroll@Shop@@QAEXF@Z) referenciado…
-
0
votes1
answer198
viewsHelp to debug in visual studio
Is there any way in the visual studio from one breakpoint to another kind of thing that’s between them? I have a giant and complex system, which almost always gets as far as I want, and it is…
-
0
votes1
answer98
viewsHow to create a variable array with scss in VS community
Good morning, I have a project on Ionic and in it I can configure a series of variables $colors: ( /*-CINZA: */ cinza1: #595959, cinza2: #7F7F7F, cinza3: #A5A5A5, cinza4: #CBCBCB, cinza5: #F1F1F1,…
-
0
votes1
answer75
viewsCreating database in Visual Studio
If I create the database of my project in Visual Studio it will always use the T-SQL language to create the manipulate? Or I can create the entire database with the relationships and everything in…
-
0
votes1
answer251
viewsHow to decrease Bar that displays the number of lines and Vscode Sidebar
As I don’t have two monitors on my computer, I have to share the screen with the video lessons of my programming course with Vscode.…
-
0
votes1
answer128
viewsConfiguration of CORS tag in WEB.CONFIG in . NET project
I have a problem with the CORS tag in my XML. It even recognizes in Visual Studio 2012, but in VS 2017 it compiles but does not debug. Libraries are installed, but still persist in error, even if it…
-
0
votes0
answers26
viewsFont icon does not show
I created a font using the Inkscape app. and then converted it into a site that I don’t remember at the time... while I am using this font in visual studio, the font shows perfectly, as shown in the…
-
0
votes0
answers40
viewsVisual Studio - Include in project
Good morning, I am in a project where I use Visual Studio for the C# backend and VS Code for the JS front. When I create a folder in vs Code, I always need to go to Visual Studio’s Solution Explorer…
-
0
votes1
answer107
viewsGitlab permission error in visual studio 2019
I have the error below when I try to pull/push via visual studio. Opening repositories: C:\Projetos\Ecommerce\Epson Permission denied, please try again. Permission denied, please try again.…
-
0
votes1
answer37
viewsModels and contexts do not appear in the Scaffold box
installed VS community 2019, and fiddling with an old project, I noticed that the classes don’t get greener as having reference, and I can’t access them by right clicking and going into…
-
0
votes2
answers72
viewsC program does not read values in txt file
Guys, I’m back again. I applied some changes that the members here suggested in another post, but the values are still not read correctly. Now gives up to integer values (before DOS printed negative…
-
0
votes1
answer376
viewsShortcut to Console command.Writeline in C#, is there?
I know that in Java there is the command "Sout" and then press Backspace and it already generates the line of code.
-
0
votes1
answer32
viewsVisual Correction Studio
How to fix this formatting? Example, visual use Studio and everything I’m writing is being separated this way: function Menu() { return ( < header > Revista < /header> ); } No way…
-
0
votes0
answers41
viewsTreatment of exceptions of an Inputbox
I am doing an academic work where I have to pick up a data typed by the User and I am using a Inputbox for such. But the Inputbox displays several mistakes which I am not aware of. by clicking…
-
0
votes0
answers65
viewsChanges to other branchs in tfs appear in the branch where I act
I don’t know much about TFS. But one thing is driving me crazy. Whenever I open a certain BRANCH to work, to finish and I will in PENDING CHANGES to make checkin and I see that in addition to the…
-
0
votes1
answer47
viewsProblem with the Paths of the files in my project
Once I created a folder and copied all the files of my project to it, however from this my original project is with the paths form1.cs, form1.designer.cs and form1.resx specified for the copy…
-
0
votes1
answer141
viewsI cannot create a Windows Form using the . net core
I’m migrating my project from . net Framework pro. net core. I installed Visual Studio Community 2019 and packages from . net core (including . net core 3.0). But I cannot create a windows form with…
-
0
votes0
answers7
viewsIs it possible to install Visual Studio on Linux?
I was seeing some advantages in using Visual Studio, in place of VS Code,
-
0
votes1
answer47
viewsHow to limit the highest numerical value to be typed in C#?
I wish I had a maximum number in charge: salario = Convert.Todouble (Console.Readline()); Example: if you pass 4000 you will be invalid.