Most voted "visual-studio-2017" questions
Visual Studio 2017 refers to the latest version of the Visual Studio Integrated Development Environment (IDE) for application development for Android, iOS, Windows, Web and Cloud.
Learn more…122 questions
Sort by count of
-
28
votes3
answers38239
viewsHow to change the language of Visual Studio 2017?
If you follow the step by step installation of Visual Studio 2017, it installs the operating system language. How to change language to English?
-
7
votes2
answers138
viewsCombobox is not being filled in by the Items I want
I have a Combobox filled out from a list created with information obtained from a txt file. But instead of being filled in with the file information it is getting inside it ----->…
-
6
votes1
answer1287
viewsClassic Asp Debug with Visual Studio 2017
I don’t know anything about Classic SP and a demand has appeared where I have to debugging an application in Classic SP, because one of the filters is not working. And Response.write/Notepad++ won’t…
-
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
votes2
answers588
viewsHow to open the Mainpage.axml of a Xamarin Project in Designer mode?
So, I recently downloaded Visual Studio 2017 and came across the Cross-platform Application (Xamarim.Forms or Native), when I create it 4 projects are generated. The App1; App1.Droid; App1.IOS;…
-
4
votes1
answer176
viewsProject error when upgrading Visual Studio 2017 to version 15.6.0
After upgrading the Visual Studio version to the update 15.6.0 all my projects (C#) have shown these errors: The "ResolveAssemblyReference" task could not be initialized with its input parameters…
visual-studio-2017asked 6 years, 8 months ago Randrade 21,612 -
4
votes3
answers2829
viewsAccent error on Visual Studio output
print('Olá Python!) Here is some information about setting up my PC. Windows 10 Pro Cmder Active code page: 850…
-
4
votes2
answers419
viewsGlobal variables Xamarin
Is it possible for me to create modules to add global variables in Xamarin? how I could create variables that can be accessed from anywhere?
-
4
votes1
answer471
viewsC# - How to clear the "cache" of Visual Studio 2017 without having to close and reopen the program?
When I make a change to a library in Visual Studio Community 2017 I need to close the program and open again for the changes to take effect. The change I’m making is the documentation of a library…
-
3
votes1
answer52
viewsplugin.media error
I’m trying to use the Media Plugin for Xamarin and Windows with the Visual Studio Community 2017. An android app that should have the ability to take some photos. I followed the following…
-
3
votes1
answer80
viewsQuestions about "linkage"
I tried to pass to IDE a code I found in a book and some doubts arose. Code: newApplication.cpp #include "stdafx.h" #include <iostream> using std::cout; using std::endl; #include "GradeBook.h"…
-
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
votes0
answers125
viewsVisual Studio Problem For Mac
I’m new to Visual Studio For Mac. I have a project that works normally in VS 2017. However, when I try "Buildar" it presents the error below: Error MSB4100: Expected "!…
visual-studio-2017asked 7 years ago Diego Luiz de Brito 33 -
2
votes2
answers71
viewsIs Checkout function supported in Visual Studio Team Services?
Today we are in a small development team, we are in 3 people. One question, Visual Studio Team Services has this function or we need a server for with TFS installed just for this function? Thank…
team-foundation-server visual-studio-2017 visual-studio-onlineasked 6 years, 11 months ago Rui Moraes 21 -
2
votes2
answers1855
viewsStopwatch construction
I’m building a stopwatch using WPF. When I performed some tests, I realized that the timer on WPF is delayed in relation to my timer iPhone. The difference starts to appear from 8 seconds after the…
-
2
votes2
answers596
viewsColor RGB in Visual Studio 2017?
How do I get more colors for the bottom of my form? I have a color in RGB and do not know how to put it beyond the colors already offered in Visual Studio 2017. I have tried searching the internet…
-
2
votes1
answer45
viewsI would like to assign yesterday as an initial date every time my program is started on a dateTimePicker
I can assign value to it just don’t know how to assign a Yesterday private void Form1_Load(object sender, EventArgs e) { dateTimePicker1.Value = DateTime.Today; }…
-
2
votes1
answer45
viewsI can’t perform a Repository search with Nhibernate C#
I’m new as a programmer, sorry if I can’t explain clearly, but please tell me what I did wrong and if possible how to do better, I want to improve as a programmer and user here at Stackoverflow I am…
-
2
votes1
answer133
viewsPassing a Connection string dynamically
Well my problem would be trying to pass a connection string from a txt. file which is also used to bring the items from my Combobox, the goal and bring a different database depending on the item…
-
2
votes1
answer147
viewsHow to know which part of the code an exception happened by looking at Visual Studio Output
I realized that in some requisitions the output of mine Visual Studio displays some messages such as this: Exception generated: 'System.Collections.Generic.Keynotfoundexception' in mscorlib.dll…
-
2
votes0
answers45
viewsXML reading in VB.NET
Good morning gentlemen, I’m having a hard time reading some XML fields. For example, I am developing a sales software and at the time of reading the XML for printing it is pulling only one item…
-
2
votes1
answer828
viewsRead tag fields in XML VB.Net
Good morning gentlemen, I need to read a field that is inside an xml tag but I’m having difficulties, I need to do this to assemble a counter. My project is to read the XML of a sale and assemble a…
-
2
votes2
answers2049
viewsVisual Studio and Github - Which files to ignore (C#)
Hello! I’m studying C# and created a repository on Github to save the exercises. When starting a new project, Visual Studio Community (2017) creates the following structure: PastaDoProjeto/…
-
2
votes1
answer234
viewsHow to fill a Datagridview manually, after having used "Tolist()" from the link as Datasource?
I am filling the Datasource of my Datagridview so: var enderecos = from endereco in EnderecoBusiness.Enderecos select new { Logradouro = endereco.Logradouro, Numero = endereco.Numero, Cidade =…
-
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, 3 months ago Sarah Tavares 31 -
1
votes1
answer190
viewsXamarin Emulator works, but after updating pro VS 2017 the application is copied but appears as blank
I use the Xamarin android player to do the simulations and test my apps but after I upgraded to Visual Studio 2017 the emulator works partially, main.AXML and the build & deploy works normally,…
-
1
votes0
answers99
viewsIn Visual Studio 2017 the option Extensions and Updates... inside Tools does not open and gives error message
I reinstalled Visual Studio 2017 (I tried several times until I got it, I had to delete some folders that contained the name Visual Studio to be able to reinstall, otherwise I would not proceed),…
-
1
votes2
answers755
viewsVisual Studio 2017 no template
Installed VS2017 but not only 'Blank Solution' templates. I tried to uninstall and reinstall without success. Someone’s been through this before? Imagery:…
-
1
votes0
answers113
viewsVisual Studio 2017 only recognizes new code if restarted
Good guys, I’m having a problem with VS 2017 when compiling or even when pulling a code via Git... VS 2017 only recognizes the new code if I do some of the following: close and open it again, insert…
-
1
votes1
answer4040
viewsHow to show accented characters in Visual Studio 2017 using C++?
Good afternoon, I asked this question a while ago, but it was bad so I deleted it and I’m redoing it in more detail. My problem is this: When I accentuate in Visual Studio it returns strange…
-
1
votes1
answer86
viewsWhat is the difference between Toolbar.axml and Tabbar.axml?
I’m starting to work with Xamarin at Visual Studio 2017, and some things have changed. In the part of android when I go in layout I come across the two files Toolbar.axml and Tabbar.axml, I wonder…
-
1
votes1
answer528
viewsHow to remove the title bar from the Visualstudio C# Xamarin android app
I’m having difficulty removing the title bar of the app I’m developing, I tried for android studio and failed miserably as well as in visual studio, as I’m not good in java opted for the look I have…
-
1
votes1
answer104
viewsDataconnectiondialog giving error in Visual Studio 2017
I’m migrating to the Visual Studio 2017 a legacy project that uses a modal window to collect database connection data and format a string connecting. The code below shows an error: var dialog = new…
-
1
votes1
answer430
viewsError "max res 25, Skipping mipmap-anydpi-v26" - Xamarin Forms
am having the following error while running my app in Visual Studio 2017: max res 25, Skipping mipmap-anydpi-v26 I searched here on the Internet and found nothing that could help me solve it. Does…
-
1
votes1
answer517
viewsVisual Studio Form Covering Windows Taskbar or Getting Behind Taskbar
I have an application that uses the property Formborderstyle = None, however this happening that in windows 10 my status bar (statusBar) that is at the bottom is behind the taskbar and windows 7…
-
1
votes0
answers29
viewsProperty Mask does not appear
The Mask property does not appear in the text box. I’m using Visual Studio 2017.
-
1
votes1
answer80
viewsStarting with Xamarin
I got interested in Xamarin and decided to test the short time, the problem is that all the tutorials I saw have the option "Portable", and in visual studio 2017 does not have, even for android as…
-
1
votes1
answer92
viewsNuget Paint Package or Digital Signature
Is there any nuget package that allows you to make digital signature drawing by screen, or even a nuget that is something like a Paint where you can draw on the screen and save as an image?
xamarin xamarin-forms visual-studio-2017 nugetasked 6 years, 5 months ago Lucas Riechelmann Ramos 521 -
1
votes0
answers46
viewsVisual Studio 2017 Oledb Xamarin.Forms
Guys I’m in need of help in the following, I’m doing a cross-platform project using Visual Studio 2017 and Xamarin.Forms, the problem is: I need to make a connection to MS Access Database. I’ve seen…
database mobile xamarin-forms ms-access visual-studio-2017asked 6 years, 4 months ago Crash_Override 11 -
1
votes0
answers229
viewsWhile installing visual studio 2017 on my Windows 7 error occurs. Visual studio 2015 is installed normally
While installing Visual Studio 2017 on my Windows 7 error occurs. 2018-03-19T13:04:58 : Verbose : Visual Studio Installer (1.15.3242.223 : release) ["C: Program Files (x86) Microsoft Visual Studio…
-
1
votes2
answers65
viewsProblem with variable connection to C# Visual Studio Database
I have my connection string that takes the connection variable from App.Config static String string_conn = ConfigurationManager.ConnectionStrings["bd1"].ConnectionString; However I put a function…
-
1
votes1
answer712
viewsHow to resolve reference error in Visual Studio Community 2017?
I want to solve a reference error when I click on a word. I used visual studio 2013 and had the "resove > reference". But in the visual studio 2017 community how can I resolve all reference…
-
1
votes0
answers438
viewsError Inserting: Incorrect integer value 'EXAMPLE' for column 'id_example' at Row 1
I am trying to insert into my mysql database through Visual Studio 2017 - C# (localhost-wamppserver) but it is giving error. The first column of the table records is the id_record which is the…
-
1
votes1
answer1374
viewsLeave Selected specific item Combobox C# Winforms Visual Studio 2017
I am developing an application that contains a customer register. In this register there is a ComboBox listing the cities in the database. My question is this: How do I leave 'setate' the name of a…
c# winforms visual-studio visual-studio-2013 visual-studio-2017asked 6 years, 5 months ago user59669 -
1
votes2
answers343
viewsCombobox slowing form loading winforms C# visual studio data
Good evening, I have a question. I have a customer register that lists cities in a combobox, only every time I open the register it loads the data and this slows the loading of the form, there is…
-
1
votes1
answer49
viewsHow can I evaluate performance in a . net core application in f#
I would like to profile my application asp.net-core developed in f#. I could not use the profiler included in the visual studio for this purpose. How can I evaluate the performance of my…
-
1
votes1
answer166
viewsCreate an extension for visual studio that adds classes dynamically
I am creating an extension for the visual studio that aims to create a project based on the options that the programmer wants. In this case a Wizard will be created where it will choose the…
-
1
votes1
answer852
viewsChange framework from a version to a newer one
I have a project .NET(c#) created in Framework 2.0. This Solution contains 11 projects. Now I need to update everything to the Framework 4.7(most recent). What would be my procedure for this? Usage…
-
1
votes0
answers126
viewsNuget Package Manager Console Not Available
I was using the console normally just now, then a command would not finish and closed the window. But now I can’t open another console window. I believe that the command is not yet running, because…
-
1
votes0
answers40
viewsAudio Error in Android Virtual Machine
I’m studying a tutorial of Xamarin, and I’m trying to run every step of it on two different machines, only in one of them the emulator closes with the following error: Device error: audio: Failed to…