Questions tagged as 'visual-studio-2017'

0
answers

Visual Studio 2017 - Conditional Compilation depending on server architecture

I want a help on conditional compilation in visual studio, I have an SAP library that I use in my environments that I need to reference the correct version of this DLL depending on the server architecture, for example: I have some old web sit...
asked by 27.12.2017 / 18:43
0
answers

Visual Studio 2017 Design XAML bug, does not recognize resources

internalstaticSystem.Drawing.Bitmapradio_hover_btn{get{objectobj=ResourceManager.GetObject("radio_hover_btn", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } I have problems with this code above, it simply does not...
asked by 20.12.2017 / 18:36
0
answers

Open VS Code projects for VS 2017

I have the layered architecture that was created in Visual Studio Code: WhenopeninginVisualStudio2017itdoesnotopenallfiles: RunningtheprojectbyselectingWeb.Apialwaysgivesthefollowingerror: What is the reason for this error?     
asked by 01.12.2017 / 13:53
0
answers

Problem with APK Size Generated by Visual Studio

I am using the latest version of Visual Studio Community 2017, and when I generate the apk, it is getting mega 90. I have already made several changes and I did not get results. It is a simple project with few classes and features, a maximum of...
asked by 19.10.2017 / 00:35
0
answers

Visual Studio 2017 v15.3.0 - Debug mode with bug

Here's a picture: Hereisthecodefortheimageabove:List<string>teste=newList<string>(newstring[]{"0", "1", "2", "3", "4" }); I installed the newer version today (15.3.0). Someone who is with version 15.3.0, and can tell me how it...
asked by 16.08.2017 / 00:48
1
answer

Could not find android.jar for API Level 25

I'm just trying to run a simple "Hello World" in Visual Studio. I created a cross platform design. I installed Visual Studio 2017, trying to run does not open the emulator, generating the following error: Error: Could not find android.ja...
asked by 22.08.2017 / 04:21
0
answers

Debugging .net core application in docker on windows 7

I need to generate an application in a docker container, but my computer is running windows 7 OS. I installed Docker Toolbox, and inside its own bash I run the hello world container, but visual studio 2017 does not recognize that docker is in...
asked by 19.07.2017 / 17:36
1
answer

Setting up Visual Studio to use GTK +

I've been browsing and the only place I found something similar was stackoverflow in English, where the configuration for using GTK + in Visual Studio 2010 is described. For the little experience I have, I thought I could set it up for use in...
asked by 22.03.2017 / 18:31
1
answer

How to add additive fonts beyond those offered by Visual Studio?

How can I add fonts other than those offered by Visual Studio? I suspect it's not the Windows fonts because Visual Studio does not list some specific fonts.     
asked by 05.07.2018 / 20:12
1
answer

Write a Date Field in SQlite and view the Date using DatePicker

Hello to the master of xamarin.forms Android, I am trying to write a date in SQlite, using Android xzamarin.forms, with a DatePicker, in visual studio 2017, the user should enter the date in 11/11/1900 format and then write to SQLite in the Ameri...
asked by 08.10.2018 / 14:10