Questions tagged as 'visual-studio-2017'

0
answers

Put shadow on the edges of the form - Visual Studio 2017 C #

I created a form and joined formBorderstyle = none ;. But, I'm having the following problem, it has no shadow on its edges. How can I add them through Visual Studio?     
asked by 05.07.2018 / 17:59
0
answers

Error: "'C: \ Users \ User \ Documents \ circle' does not exist" when trying to install or update NuGet packages

Whenever I try to install or update any NuGet package this error appears: 'C: \ Users \ User \ Documents \ circle' does not exist. What can it be?     
asked by 27.06.2018 / 23:08
0
answers

How to make the application access local database (BLL & DAL)

I have this connection made to access local database, that when using the executable on the computer where I created the application works and can access the database.  public DAL ()         {             AttachDbFilename="+ System.Windows.Form...
asked by 07.06.2018 / 10:34
1
answer

GCHandler.cs Error Visual Studio 2017

Good morning, I am debugging my project and during the execution of it I come across the following error: Has anyone ever dealt with this problem and can you help me solve it?     
asked by 04.06.2018 / 15:31
1
answer

How to have the option to connect to more than one database in my C # Visual Studio application by app.config

I have a C # application that I did in Visual Studio. This application connects to a Sql Server database. I would like to put in my login a list option to choose another bank if I have more than one in my application. For example: a ctrl + c ctr...
asked by 30.05.2018 / 16:08
0
answers

Error in Visual Studio when executing the project

Has anyone ever had this error at the time of running the project in Visual Studio 2017? Note: It used to be normal ... Erro MSB4018 Falha inesperada da tarefa "VsTac". System.IO.FileNotFoundException: Não foi possível localizar o arquivo '...
asked by 29.05.2018 / 14:49
0
answers

IntelliSense with enter instead of Tab (Visual Studio 2017)

I have a problem where when a recommendation appears but IntelliSense is not sure, you need to press TAB to complete that suggestion, as in the image below : IrememberthatIchangedsomethingsinceitallowedmetopressEnterinsteadofTABintheseca...
asked by 26.05.2018 / 04:50
0
answers

How do I keep a modal open after a RedirectToAction in the view?

I have a registration form in a modal, in this modal I have a google reCaptcha that if it is not valid it should display the message "Invalid or mandatory google captcha!" clicking the record button. My difficulty is, how to keep this modal open...
asked by 06.06.2018 / 19:37
1
answer

Login Screen Error - Xamarin Forms Visual Studio 2017 Android

I'm having difficulty fetching the contents of the Entry Element and comparing it with the value being stored in the SQLite DB. Here is the code for my class Usuarios : public class Usuarios { [PrimaryKey, AutoIncrement]...
asked by 03.05.2018 / 01:36
0
answers

Problems loading TypeScript files into Visual Studio 2017 (Node.js process consuming lots of CPU)

When you open a Web Application project and display TypeScript (.ts) files, Node.js starts to consume a lot of CPU (30-40%). In .ts files of up to approximately 100 lines, loading is slow, but it shows all navigation (Go To Definition - F12)....
asked by 27.04.2018 / 16:48