Questions tagged as 'visual-studio-2017'

1
answer

ASP.Net Core Version

Good afternoon, I'm starting with DotNet Core, and when I create my first project by choosing " ASP.NET Core Web Application " on the next screen I only see the versions below ASP.NET Core 1.0 ASP.NET Core 1.1 I have already installe...
asked by 19.09.2018 / 21:04
0
answers

Xamarin Cross-Platform and "Native" Codes

Good morning, I recently started a cross-platform development study, and now I'm evaluating Xamarin (Visual Studio 2017), but I'm having difficulty on some issues. The main one is the possibility of overwriting the "common" class with native...
asked by 29.08.2018 / 15:59
0
answers

Save dataGridRow data to site or send to email

How can I save on my site (in a txt) or send the value of row to my email? Me.DataGridView1.CurrentRow.Cells(0).Value + "|" + Me.DataGridView1.CurrentRow.Cells(1).Value + "|" + Me.DataGridView1.CurrentRow.Cells(2).Value + "|" + Me.DataG...
asked by 20.08.2018 / 17:38
0
answers

I created a template project in vs2017, but I can not make template project references

Personally I created a template project in vs2017 with some projects that reference each other, as the Domain project has a reference to the CrossCutting project, but I can not get the template created with those references. Base.Domain.cspr...
asked by 22.08.2018 / 00:46
0
answers
2
answers

IF Condition in DataGridView

Hello. How can I check the first number of a row in a grid? Example: If Conversions.ToString(Me.DataGridView1.CurrentRow.Cells(0).Value)[0(primeiro número da row)] == (for igual a:) 5 Then WebBrowser1.Document.GetElementById("ibMaste...
asked by 10.08.2018 / 22:47
0
answers

Audio Error on Android Virtual Machine

I'm studying a Xamarin tutorial, and I'm trying to run every step of it on two different machines, but in one of them the emulator closes with the following error:    Device error: audio: Failed to create voice 'goldfish_audio_in'   qemu-sys...
asked by 07.08.2018 / 03:21
0
answers

Problem to view report using Crystal Reports in Visual Studio 2017

I'm having trouble viewing report information using Crystal Reports in Visual Studio 2017. When I open an RPT file it is displayed as follows: Being that he should open the report with the components created. The problem occurred whe...
asked by 26.07.2018 / 14:32
0
answers

Deploy (publish) .NET Core 2.1 Project with other dependent projects

I'm not sure how to publish the following project structure: I want to publish it in smarterasp, I have seen several tutorials on the internet but most of it involves azzure, or it is only one project. I've never been responsible for publi...
asked by 14.07.2018 / 12:09
1
answer

How can I remove the spacing between methods and properties?

I'm using the most up-to-date Visual Studio 2017 Preview, and I've tried uninstalling and resetting the settings, however this spacing continues regardless of what I do. How can I remove this?     
asked by 05.07.2018 / 16:06