Questions tagged as 'visual-studio-2017'

1
answer

Problems with the "Autorize" tag in asp.net core 2.1

I have been using ASP.NET Core 2.1 and when accessing as an unauthenticated user I have decided to use the [Authorize] tag in the controller, the tag works perfectly, however, when performing the redirection, access the following url: h...
asked by 09.07.2018 / 00:10
1
answer

Re-activate a disabled button C # Windows Forms

Hello first of all I am a beginner programmer (student) I am doing the game of the hangman, and my question is the following, I made the code with a method and an "if" condition so that when pressing each button this will be deactivated and will...
asked by 25.06.2018 / 10:29
1
answer

How do I fill a multilist?

I have a list linked to another list in this way: struct lista { int valor; lista *prox; } struct multi { int valor; multi *prox; lista *abajo; }; void insertarcabmulti(multi **cab, int x) { multi...
asked by 24.05.2018 / 17:31
1
answer

The 'AsyncChromeDriver 0.4.3' package could not be installed

I am trying to install the package 'AsyncChromeDriver 0.4.3' with NuGet but at the time of finishing the installation it throws this error:    The 'AsyncChromeDriver 0.4.3' package could not be installed. Is   trying to install...
asked by 18.04.2018 / 21:30
1
answer

Visual Studio 2017 hangs

When I try to program an app in xamarin.forms in visual studio 2017 community edition, the IDE hangs, debugging devenv.exe in another instance of visual studio I get the following error:    The PDB file is missing or can not be opened.   Subp...
asked by 21.03.2018 / 09:49
1
answer

Activate and deactivate a button according to the selection in MS Visual Basic checklistbox?

Cordial greeting colleagues, it turns out that I have a CRUD in MS Visual Basic, connected to a database called quote, works perfectly, I use a checklistbox that is filled with the data of the bd and I also use it to select the records to those...
asked by 13.02.2018 / 21:02
1
answer

Add values of a combobox only if they are different MS Visual Basic?

Cordial greeting colleagues, it turns out that I have a form in MS Visual basic about activities that should be done, there is a combobox for each activity with values from 1 to 8, depending on what is selected in each combobox should be added t...
asked by 02.02.2018 / 14:27
2
answers

ASP.NET MVC Web form: 404 error

Working with ASP.NET Core 1.1 Visual Studio 2017 - EntityFramework 1.0.0, Microsoft .Net Framework 4.7.02046, SQL Server 2012 LocalDB C # I am making my first experience with these tools. I follow the example ContosoUniversity developed in the M...
asked by 21.11.2017 / 00:31
1
answer

Is it possible to create an excel file from MS Visual Basic?

Cordial greetings colleagues, it turns out that I am doing a program in MS Visual Basic, through the IDE Visual Studio 2017, where it is necessary to generate an excel document with a certain format and with certain formulas in some established...
asked by 25.01.2018 / 20:03
1
answer

ImageList in WPF

I am using WPF and I need to use several images for my application. In WinForms I know that the ImageList component exists to be able to access them in a more comfortable way and I wanted to know if there is any component that fulfills the same...
asked by 01.08.2017 / 08:41