Questions tagged as 'visual-studio'

0
answers

Help with MVC Entity Framework

This is my controller: public ActionResult Index() { IEnumerable<ent.RRHH_SEDE> listar = db.TraerTodo(); Enumerable<mod.RRHH_SEDEModel> entidad = Mapper.Map<IEnumerable<ent.RRHH_SEDE>, IEnumerable<mod.RRHH_SED...
asked by 24.08.2017 / 19:28
1
answer

MySql authentication problem

It turns out that after I did all the steps to tell the database, add connections, until then everything went great, until when I finished adding my tables and their field, that I execute my program I get this. I made a button in my meno that al...
asked by 18.08.2017 / 14:42
1
answer

How can I use a DLL written in C

I'm a little new with this library management. It turns out that I need to use the GNU Libmicrohttpd library found on this link link . This library the inconvenience that I have found is that it is written in C and the project that I am d...
asked by 16.08.2017 / 17:37
0
answers

Visual Studio does not open my work folder

Good someone knows because Visual Studio when I want to open my work file called for example "PAGE" shows me the files and gives me this error message The Git 'c: / Users / jordannjord / Desktop' repository contains many active changes, only...
asked by 31.08.2017 / 00:07
1
answer

Behavior of a form without border

Good morning, I am creating an application in Windows Forms, which has no border. I would like to know if it is possible to have the same behavior as a Form with border (the effect when minimizing, maximizing, changing Form). I am currentl...
asked by 24.07.2017 / 21:06
1
answer

Error Emulator Xamarin Visual Studio 2017

Hello everyone I want to help me I have a device with android 5.1 but when I put it in developer mode and debug mode in the Visual Studio my slider does not recognize it as an emulator. I would like you to help me please.     
asked by 05.07.2017 / 07:07
1
answer

Fill DropBox with XML data

I have a file in XML to be able to fill several data of a drop down, but I do not know if it is not deserving correctly or I am wrong in my code because when I execute it, it does not show any value inside the DropDown Here is where I create...
asked by 29.06.2017 / 18:08
1
answer

Pattern development with C #

They passed me a program in C # in POO, I have my notions that they are classes and objects, but I wanted to know why in PRODUCTOMODEL first instance Producto pro=new Producto(); and then create Product p to later match. Then I s...
asked by 18.06.2017 / 01:43
1
answer

Return the sorted data in a dataset and display them in a form

I have a dataset that returns this data sorted by the uds column in descending form as shown in the example The problem I have when filling in the dataset to pass it to the reportviewer I do it in this way, the data do not leave me s...
asked by 15.06.2017 / 12:02
0
answers

Problems with C # in Visual Studio for Mac

How can I do a C # project in Visual Studio for Mac, changing .NET Code to .NET Framework ? Now download and install Mono. What do I do next?     
asked by 12.06.2017 / 20:20