Questions tagged as 'visual-studio-2017'

1
answer

Error when starting a new project Xamarin

I recently installed Visual Studio 2017 and everything works fine. Since yesterday I try to create a new Xamarin project and I get the following message:    Error: this template attempted to load component assembly 'Xamarin.VisualStudio.Templ...
asked by 27.06.2017 / 01:44
0
answers

Change .NET Framework Version Visual Studio 2017 for mac

I've done a .net MVC project in visual studio for mac in framework 4.5 How do I change to version 3.5? I tried to change but it did not work: In addition, I've already downloaded an older version of the mono but it also does not w...
asked by 23.12.2018 / 14:48
0
answers

MSBuild.Community.Tasks.Targets not found

When I try to open a project it gives an error:    The project "C: \ Program Files (x86) \ Microsoft Visual   Studio \ 2017 \ Community \ MSBuild \ MSBuildCommunityTasks \ MSBuild.Community.Tasks.Targets "   imported was not found. In additio...
asked by 29.11.2018 / 17:18
0
answers

Can not open or locate PDB file and DLL not loaded in VS2017. How do I solve it?

I installed Visual Studio Community 2017 and configured for use in OpenGl with the GLAD and GLFW libraries. Here I am trying to run the code from the Learn OpenGL, Hello Window website: #include <glad/glad.h> #include <GLFW/glfw3.h...
asked by 02.12.2018 / 19:16
0
answers

Reference Error Assembly in Asp.net MVC

I have a DDD project in VS 2017 and Asp.Net MVC, using SDK 2.1.201. I formatted my computer and reinstalled VS 2017 and SDK 2.1.201 ... but when I open the project, it gives compilation error in all layers related to the assembly Microsoft.AspNe...
asked by 09.11.2018 / 22:05
0
answers

Connecting Visual Studio 2017 with Oracle

I took a look at some questions, but I did not find anything like it, I'm three days trying to connect my oracle in visual studio, but it does not appear in the selection butisconfiguredinODBC Someone who has gone through this knows how...
asked by 08.11.2018 / 10:59
1
answer

How 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 was unable to use the visual studio profiler for this purpose. How can I evaluate the performance of my application?     
asked by 31.10.2018 / 17:56
1
answer

File import into SSIS with columns in different positions each day

I have the following situation: I import a Flat File from a * .CSV file into a table in the database. Using SSIS in Visual Studio. However, each day the file I receive has the order of the columns changed. Thus, the "e-mail" field, for example,...
asked by 15.10.2018 / 17:12
1
answer

trying to compile code

Good afternoon and good evening. I'm doing a group college project and know that the best thing to do is to play the code on a source code hosting platform for everyone to work well and in case we're using GitHub. Anyway, I created a Cadastro...
asked by 12.10.2018 / 23:22
1
answer

VB.NET - How to sort a DataGridView by color

I have a DataGridView, where I do a document review. The DataGridView is populated by a file, I use OpenFileDialog to select the file and populate the DataGridView. Then I call a function where it is made a criticism by the CNPJ / CPF fie...
asked by 13.10.2018 / 22:17