Questions tagged as 'visual-studio-2017'

2
answers

How to change the language of Visual Studio 2017?

If you follow Visual Studio 2017 installation step by step, it installs the operating system language. How do I change the language to English?     
asked by 11.03.2017 / 22:45
2
answers

ComboBox is not being populated by the Items I want

I have a ComboBox filled in from a list created with information obtained from a txt file. But instead of being filled with the information of the file he is receiving inside it ----- > GeraRelatorio.Planta , would you like to know why...
asked by 27.08.2018 / 14:14
2
answers

How to open the MainPage.axml from a Xamarin Project in Designer mode?

So recently I downloaded Visual Studio 2017 and came across the Multiplatform Application (Xamarim.Forms or Native), when I create it it is generated 4 projects. The App1; App1.Droid; App1.IOS; App1.UWP (Universal Windows Plataform) . I...
asked by 23.05.2017 / 05:39
1
answer

Error in projects when upgrading Visual Studio 2017 to version 15.6.0

After upgrading the version of Visual Studio to the 15.6.0 update my projects ( C# ) started to show these errors: The "ResolveAssemblyReference" task could not be initialized with its input parameters The "ResolveAssemblyReference" t...
asked by 08.03.2018 / 14:22
1
answer

Classic Asp debug with visual studio 2017

I do not know anything of classic asp and appeared a demand where I have to do debugging of a classic asp application, since one of the filters are not working. And the response.write / notepad ++ will not help me in this case, because I already...
asked by 08.05.2018 / 19:15
1
answer

Create an extension for visual studio that dynamically adds classes

I'm creating an extension for visual studio that aims to create a project based on the options the programmer wants. In this case a wizard will be created where it will choose the entity (s) you want to create, and based on this selection will c...
asked by 13.07.2018 / 16:59
1
answer

plugin.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 guidelines: In Resources, you added a folder na...
asked by 31.08.2018 / 02:24
1
answer

Doubts about "linkage"

I tried to pass to IDE a code I found in a book and some doubts came up. Code: newApplication.cpp #include "stdafx.h" #include <iostream> using std::cout; using std::endl; #include "GradeBook.h" int main() { GradeBook gradeB...
asked by 15.11.2018 / 02:13
2
answers

Accent error in Visual Studio output

print('Olá Python!) Here's some information on setting up my PC. Windows 10 Pro Cmder Active Code Page: 850
asked by 20.12.2018 / 14:50
1
answer

I would like to assign yesterday's day as Start Date every time my program was started in a dateTimePicker

I can assign value to it just do not know how to assign a yesterday private void Form1_Load(object sender, EventArgs e) { dateTimePicker1.Value = DateTime.Today; }
asked by 24.08.2018 / 16:18