Questions tagged as '.net'

1
answer

FileNotFoundException: Could not load file or assembly SecuGen.FDxSDKPro.Windows.dll or one of its dependencies

Dear all, welcome, please request your help with a problem with the .NET assembly (SecuGen.FDxSDKPro.Windows.dll) which is for .NET developers. (version 4 or higher) I explain briefly, I do not have any problem using the dll in my development...
asked by 05.05.2018 / 01:14
0
answers

How should I do to open an application developed in .net when invoked by the local host ?.

I'm very new to the subject and I have the following situation. I have some sources that I can obtain from the web application which I must support. Validate the size of the .dll associated with the application (e.g. webappsam.dll) vs the .d...
asked by 10.05.2018 / 17:41
0
answers

how to Design a Report (mneja series of parameters and call the same dataset) using ReportServices

Regarding the question I will try to explain it with an example. I hope you understand. The report has a parameter session like this: Compania: 625 Fecha Ini: 04/15/2018 Fecha Fin:04/18/2018 Semana: 1 Compania: 625 Fecha Ini: 04/19/2018 Fec...
asked by 04.05.2018 / 03:23
0
answers

MessageBox VB leaves behind

At the time of deleting an object, I confirm with a MessageBox  ( System.Windows.Forms.MessageBox ), but being a web application, this MessageBox comes after the browser. The code is as follows: Dim result As Integer = S...
asked by 03.05.2018 / 17:28
0
answers

how to dynamically resize bootstrap-treeview horizontally?

I have the following html where I load a treeview with nodes, what I would need is that it could be resized with the mouse pointer horizontally, that is to enlarge the width of the treeview. <div id="container-tree" class="col-sm-2 tree-co...
asked by 27.04.2018 / 20:34
1
answer

Fill a Textbox with a selected item in a ComboBox C #

I have a database in Access in which there are 2 fields called Base de Datos and another one called Tipo de Usuario . I would like that when selecting an item in the combobox, the type of user that it is appears in the textbox of...
asked by 25.04.2018 / 05:39
0
answers

ASP.NET MVC 5 consume data api by post

someone who can help with the following problem ...? I'm consuming data from an API using HttpClient but it returns the following    {"Object reference not set as instance of an object."} I have the following: The API response retur...
asked by 03.05.2018 / 21:25
0
answers

How to use the dynamic connection parameters

Currently this code gives me an error when the session expires, because it loses the data, what I would need to be able to store the connection data, the variable that never loses the data and that is accessible to all controllers. In the ses...
asked by 24.04.2018 / 18:49
1
answer

The monkey's game

I started to practice a bit with the POO, because I do not master the stage very much and I wanted to put into practice some knowledge that I have. Make a small game where a monkey is given to eat fruit (Parent class), among these fruits you hav...
asked by 22.04.2018 / 18:27
0
answers

Why is my modal window below the footer?

I have my web design with Masterpage which contains the menu and the footer . In the Index view, I have my Modal window, which when clicked appears below the Footer, this is the html of my Masterpage: <html xmlns="http://www....
asked by 11.04.2018 / 11:11