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
votes2
answers155
viewsHow to get only one information from this table? VB.NET
Hello, I have this table, which has no class, id or name. I would like to pick up only her phone. how would it be possible to take? <tr> <td><a…
-
0
votes1
answer222
viewsError installing - Nuget - Unable to connect to the remote server
My Nuget wasn’t able to download any packages and I couldn’t see the packages installed on Manager Package, so I researched a little and decided to uninstall and install again. The problem starts…
-
0
votes0
answers553
viewsError using Nuget Package Manager in VS 2017
I installed VS 2017 community 2017 and gives this error when I need to use Nuget Package Manager ? PM> enable-migrations enable-migrations : O termo 'enable-migrations' não é reconhecido como…
-
0
votes1
answer222
viewsCommand "dotnet run" too slow
When I execute the command dotnet run via the command line in my ASP.NET Core project I have to wait 8 to 10 seconds until I can access the browser to test any changes. I downloaded Visual Studio…
-
0
votes1
answer409
viewsHow to hide password from app.config file?
Whenever I go to create a new stringconnection, Visualstudio asks me if I want to leave the visible password in the app.config file I always say yes, because I don’t know how to insert it directly…
visual-studioasked 7 years, 7 months ago Italo Rodrigo 4,344 -
0
votes1
answer48
viewsMainwindow changes size by itself when running the application
Greetings! I created a small XAML window in a WPF project where in Design view is perfect, but when I run the application in Debug mode the window changes in size on its own. What to do so that the…
-
0
votes0
answers288
viewsError opening project files
I am trying to open files in my project but it is giving error when I try to access any of them. I can compile anyway. The files exist, I can edit them outside the IDE, the names are correct. How…
visual-studioasked 7 years, 7 months ago Bart 334 -
0
votes0
answers105
viewsError using a c++ dll in a C#code
I created a dll with a code in C++, when I went to use gave an error. function within the dll that I tried to use extern "C" __declspec(dllexport) void ClickLeftMouse(int x, int y){ POINT cursorPos;…
-
0
votes1
answer930
viewsPrinting Datagridview C#
I need to print the selected columns in a Datagridview. I can not generate image, because there are many columns (15 in all) and not all appear on the screen. I can make the impression in landscape…
-
0
votes0
answers59
viewsVisual Studio 2015 restarts when creating a Report file
Whenever I try to create a Report file in my project, Visual Studio 2015 presents the following messages: How could I solve this?…
-
0
votes0
answers58
viewsMysql - VB - Connection error
I have an error, when trying to connect to Mysql in a report accompanied by a Reportviewer is making a mistake.. I have already tried to create a user with all access on Workbench in the previous…
-
0
votes0
answers58
viewsVB: Datagridview
Good morning. I have the problem that the table design does not update. The Design: Private Sub DataGridClientsDesign() 'Procedimento que contem o novo estilo da datagrid…
-
0
votes0
answers246
viewsI can’t make a reference to a project
Hello, I’m with a MVC Solution divided into 4 projects: Model, Persistence, Contoller and View Persistence has a reference for Model Controller has 2 references for Model and Persistence I’m trying…
-
0
votes0
answers25
viewsProject not found when trying to install Entity from Nuget
The drop-down list where all my Solution projects are or should be listed, is coming in blank. What should I do to list the projects there? I’ve already given a rebuild and it’s still empty. The…
-
0
votes0
answers141
viewsIs there a tool to test black box in C#?
I know that Java has the Sikuli IDE. C# has a similar tool?
-
0
votes0
answers32
viewsDebug . net core application in Docker in windows 7
I need to generate an application in a Docker container, but my computer has windows 7 OS. I installed Docker Toolbox, and inside the bash itself I can run hello world container, but visual studio…
visual-studio debug docker asp.net-core visual-studio-2017asked 7 years, 4 months ago Weslley Rocha 169 -
0
votes1
answer802
viewsError while trying to compile files. h in c++
The code is this: #include "stdafx.h" #include "classeID.h" #include <iostream> #include <string> using namespace std; int main() { id label("default", 0); cout << "Nome: "…
-
0
votes1
answer149
viewsVB.NET, Visual Studio and Namespaces
How to make Visual Studio 2017 + VB.NET create new classes already with namespace, as it does in C#? I’ve tried creating and editing item templates using the parameter $itemfolder$, but it doesn’t…
-
0
votes0
answers558
viewsXamarin Forms - Select and display Images
I am developing an application in Xamarin Forms and I am in need of a functionality in which the user can choose an image from the gallery and that this image can be displayed in an Image control in…
-
0
votes1
answer106
viewsSetting up the Xamarin
I’m learning Xamarin and mobile development. I have seen several examples of how to set up a small application and I see that practically everyone starts like this: Blank App (Xamarin.Forms…
-
0
votes0
answers35
viewsAlternate Webbrowser running recent pages
I would like to know if there is any control for the platform . NET that runs current pages without giving errors. I’ve looked on Youtube, Google, but I never do. Awesomium.NET doesn’t change.…
-
0
votes1
answer415
viewsC# Visual Studio unknown build error
I went to refactor my code in C# that was working perfectly, but it was gigantic, and it stopped working and the visual studio does not describe the error in any corner. Below is my code and Visual…
-
0
votes1
answer274
viewsINTERNAL COMPILER ERROR Visual Studio 2017 with SFML
I’m having a problem compiling a code in visual studio 2017 with SFML libraries, when I try to compile it gives the following error: INTERNAL COMPILER ERROR in 'C: Program Files (x86) Microsoft…
-
0
votes2
answers554
viewsHow to make the main form invisible c#
How do I make the main form created by Visual Studio invisible after opening another one? I tried to use the "Hide();" command, but I was unsuccessful. code : using System; using…
-
0
votes0
answers131
viewsType is defined in a meeting that is not referenced
I have a project called DataLibrary, a . dll is referenced in another project of mine, but for some reason, when compiling VS gives me an error to say that there is a type that is closed in…
-
0
votes0
answers39
viewsVisual Studio 2017 v15.3.0 - Bug debugging mode
Follow picture: Follow the image code above: List<string> teste = new List<string>(new string[] { "0", "1", "2", "3", "4" }); I installed the newest version today (15.3.0). Someone who…
-
0
votes1
answer56
viewsData Security/Access in Visual Studio Team Services (VSTS)
I have access to Visual Studio Team Services (www.meudominio.visualstudio.com) and at first I use only the application as security Microsoft Authenticator , that is to say, two-step verification of…
visual-studio security-guard microsoft visual-studio-onlineasked 7 years, 3 months ago Augusto Formentão 82 -
0
votes1
answer123
viewsCompare Plugin Notepad++ is it possible to use on VB6 or . NET?
I need to know if it is possible to use the Notepad++ Compare plugin in projects made in VB6 and . NET. If yes I would like some tips on how to use it. And I have no idea how to start The system I…
-
0
votes1
answer42
viewsSpecsync4mtm problem
So guys, every time I try to run the specsync4mtm.cmd send me 'C: Users zidan Onedrive Visual Documents' is not recognized as a internal or external command, a operable program or a batch file.' I…
-
0
votes1
answer72
viewsError when recognizing Webdriverwait
I am performing a unit test in C# with Selenium Webdriver and when trying to enter the code Webdriverwait the same is not found. I’m using the namespaces below and you still don’t recognize.…
-
0
votes0
answers37
viewsError calling a service through Serviceclient in C#
I have a part in the project (MVC that connects to BD through web services) of my company that calls WCF services this way: public static ReturnType CallWebMethod<TService, ReturnType>(String…
-
0
votes1
answer548
viewsI cannot run an application in x86 debug mode
I’m having problems in my application, because when I compile in anycpu debug, it runs perfectly, but when I compile in x86 debug it presents the following error: System.Badimageformatexception: 'An…
-
0
votes1
answer61
viewsReturning to the main page when accessing an invalid url
As I redirect the user to the main page of the application, in case it tries to access a url invalid. For example, www.teste/teste.html, in case the page does not exist then system directs the user…
-
0
votes0
answers331
viewsSynchronize project in visual studio with team service
Good night. How do I get the modifications made by my team to be seen on my pc? I’m a beginner in visual studio team service technology. Ex: A member of my team created a form and checked in on the…
-
0
votes0
answers236
viewsIgnore files from the Debug obj folder
I’m having a problem, every time I check in the visual studio relates these files : I created a file (.tfignore) to try to ignore them but it didn’t work : \packages \obj \bin \_design\.sass-cache…
-
0
votes1
answer115
viewsDoes not install Xamarin.googleplayservices.base
Even praying, we are able to install the plugin via Nuget: Xamarin.googleplayservices.base The message is: Unable to install 'Xamarin.GooglePlayServices.Base package 42.1021.1'. You are trying to…
-
0
votes0
answers149
viewsError 407 when connecting in proxy
I am trying to communicate with a web service and my machine uses internet via proxy. When initiating web service communication, proxy authentication error. How can I get the user and password I use…
-
0
votes0
answers65
viewsHow to show my phone in vs2017 and compile with it?
Today I use vysor to create my applications. Without Vysor, I can’t see my Cell(J500M) in the VS2017 debug bar. There’s another way I can plug in any phone and show up on VS2017 without using…
-
0
votes1
answer155
viewsConflict when opening multiple screens in the menuStrip - Visual Studio
I have 3 forms. Parent Form (Main) Child Form (Services) Child Form (Suppliers) What’s happening.. I block the person from trying to open more than 1 time the same form, but when they try to open…
-
0
votes2
answers161
viewsHow Forms are opened - Visual Studio
Good morning, My problem is that when I start the program it gets like this: That is, the form child nor scroll bar has there cut the other options To solve, I maximize the parent form, but it looks…
-
0
votes0
answers36
viewsConnection error in the Connection string
Hello, trying to connect my VS to Mysql by string connection I get every time error that the server was not found, as I should proceed? private void btnCadastrarConfirmed_Click(object sender,…
-
0
votes0
answers206
viewsThere is no vs_setup.msi file, as I do
I use VS2017. The option Other Project there is no. I had to download an extension, install, in order to have this option, because I am doing a windows service and I will need to install this…
-
0
votes1
answer45
viewsEnable tab in Readonly = true fields | Visual Studio
Hello, I have this code in the Combobox event, when I select who is a Physical person it enables the relevant fields and blocks those of "Legal" person and vice versa. However it is still possible…
-
0
votes1
answer70
viewsIs it possible to create a class from a Forms opening routine? How?
I have several forms that I’m 'instantiating' by the event click on the toolstrip, but it seems that it is getting polluted since all codes do the same routine changing only the parameters. Event to…
-
0
votes1
answer32
viewsShow grouped partial files
I’m creating a partial class, and I’d like to implement some validations in another partial class, just to separate the methods. I know that this is possible, but I would like to join these two…
visual-studioasked 7 years, 1 month ago Nicola Bogar 1,149 -
0
votes1
answer1720
viewsStandard Windows Form Actions [Minimize - Maximize - Close]
I’m using the visual studio - Windows Forms, and by default the form has the control buttons of the "Minimize" another of "Maximize" and another to Close the form that is a "X", I need to manipulate…
-
0
votes1
answer425
viewsHow to uninstall nuget packages at once, including dependencies
There is a way to uninstall nuget packets at once, without having to look around or hoping to give the error to know which is the dependency to uninstall and then go uninstalled one by one. If I…
-
0
votes2
answers490
viewsXamarin (Visual Studio) x POSTGRESQL
Good evening, you guys, I work in a company of development of commercial automation software, A Alterdata, and today I work directly with Postgresql, and I have a lot of affinity with it. I wonder…
-
0
votes1
answer42
viewsAdjusting local branches before committing
I’m new to Git and I need to make a quick adjustment to my branches. I started an activity in a wrong local branch "X". I would like to migrate the changes to a local branch "Y" to give commit from…
-
0
votes1
answer69
viewsPostgresql/Visualstudio database modeling
Hello. I have this form: How much the modeling of the bank there in the part of "products" I intend to load all products(name, quantity available, unit value) and when the person selects some and…