Questions tagged as 'visual-studio-2017'

0
answers

404 in the minified files

I just uploaded a web page with the "Internet Information Services (IIS) Manager", but when trying it, it does not recognize the styles or the js, it does not find its routes. When I run it in development, it works, but when I upload it, it does...
asked by 27.12.2018 / 21:51
1
answer

Jquery methods do not run in my view in .net

I have these methods in my js: function soloNumeros(e) { var key = window.Event ? e.which : e.keyCode return (key >= 48 && key <= 57); } function soloPegarNumeros(n) { permitid...
asked by 28.12.2018 / 18:41
0
answers

Can you get JavaScript data and take it to visual basic.net in Web Forms?

I'm doing validations on a register page with regular expressions, but the problem is that when I hit the "Register" button the flow continues, if or if I have to put an if and else, but for that I have to get an value of javascript and this has...
asked by 18.12.2018 / 21:39
0
answers

vb.net - error filling the data adapter when I select an item from a dropdown

I'm doing 3 dropdown, one that is "department", the other one is "province" and the last one is "district". When my page loads, it is already pulling data from the database in the "department" dropdown, but when I click on one of those data I dr...
asked by 10.12.2018 / 20:24
0
answers

how to publish an ASP.NET web application project (.NET Framework) with a database in the IIS?

MY PROJECT CONTAINS FORMS is connected to the database because when I execute it, there are no problems, the db recognizes me, but when I publish on the IIS server it recognizes the page, but when the database is consulted, it does not res...
asked by 11.12.2018 / 17:08
0
answers

error MSB6006 with code 1 when compiling wireshark

"C:\DesarrolloWireshark\Wireshark.sln" (destino predeterminado) (1) -> "C:\DesarrolloWireshark\ui\ui.vcxproj.metaproj" (destino predeterminado) (47) -> "C:\DesarrolloWireshark\ui\ui.vcxproj" (destino predeterminado) (79) -> (...
asked by 03.12.2018 / 22:07
0
answers

Visual Studio + GitLab

I have been working with visual studio 2017 and GitLab as a software repository for a few months, until now everything is more than correct but ... I need to do the following and I do not give the correct way to do it. I have several reposito...
asked by 03.12.2018 / 10:22
1
answer

Exception of type 'System.StackOverflowException' was thrown in c #

What I want to do is move from one form to another. I call from MenuForm to another call "EmfermoRep", which is fine, but the problem comes when I want to go back from "EnfermoRep" to "MenuForm". I tried to add a button and instantiate "MenuForm...
asked by 29.11.2018 / 18:50
0
answers

C # Combobox similar to Combobox Access

I am starting to program in C # although in VBA I have been doing it for more than 20 years. My surprise has been that when using the combobox in Visual Studio 2017, they differ a lot from what I'm used to using in Access. In Access it is very s...
asked by 21.11.2018 / 20:42
1
answer

How can I reload a datagridview from another form?

I have the following problem with my project: I have a form 1 where I see tickets that took turns. When I click on call once the record is selected, it saves the information inside a table. This other form raises the information a...
asked by 19.11.2018 / 17:42