Questions tagged as '.net'

2
answers

DataGrid shows red lines

At the end of an information load the DataGrid shows me some red lines. Can you help me !!!?     
asked by 30.05.2016 / 22:36
1
answer

Have control of a StatusStrip that belongs to a Form1 from Form2 C #

I have a% main% co that contains a status bar Form with several StatusStrip . I must have control of StatusLabel from another form to change the StatusStrip message depending on what I'm doing. For example, if I put...
asked by 31.03.2016 / 16:07
1
answer

How can I play sound on two different audio devices? (headphones and speakers of my pc)

I wish that, when an event is launched in my application, a sound will be reproduced both in an earphone (if I have it connected) and in the speakers of my pc. I was testing with WaveOut but it did not work. Thanks     
asked by 16.06.2016 / 21:51
1
answer

Error installing Paypal SDK Xamarin

I'm trying to install the Paypal SDK (1.7.0) and I get the following error:    Could not install package 'PayPalCoreSDK 1.7.0'. You are trying to   install this package into a project that targets   'portable-net45 + win + MonoTouch10 + MonoA...
asked by 19.02.2016 / 00:02
1
answer

Error ORA-12154: could not resolve the connect identifier specified, in FluentNHibernate configuration

Download a solution that is already in production environment, from the server to my pc. However, executing it shows me an error of type FluentNHibernate.Cfg.FluentConfigurationException: {"An invalid or incomplete configuration was used while...
asked by 12.09.2016 / 23:09
2
answers

C # MVC Core.Net 2.1 A Layout shared between different web projects in the same solution

In C # .Net Core 2.1 I currently have a solution composed of several web projects (MVC) and these must be managed in a common front, that is to say that you must navigate through the pages of the different projects from a single application. Thi...
asked by 27.12.2018 / 21:38
1
answer

Entity Framework can not find 'System.Data.SqlClient'

After installing and uninstalling EF 6.1.3 in several projects of my solution, when I wanted to use it I had the following problem:    No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'. Ma...
asked by 27.01.2016 / 14:25
0
answers

how to perform a Json with the DDD architecture pattern

I have the following code in which a client makes a Http request of type Post with Json, so my question is how can I de-serialize that Json and extract its data. I already have created the classes where are the tributes of that Json file inside...
asked by 15.09.2018 / 00:18
0
answers

Read XML from a gridview field and display it in a datatable

Visual Studio 2012 - Web Application. I want to go through the gridview, when I get to the "REQUESTCONTENT" field, I'll go through it and insert the values of that field in a datatable. This is the gridview: And this is the xml in...
asked by 03.10.2018 / 19:28
1
answer

error 500.19 IIS 7.5

I have a development developed in .net mvc 5 with framework 4.6.1, I'm doing a local server IIS 7.5 windows 7 to work in a local network, and configure it and when I add my files to deploy my application in .net I get error 500.19, but when I ad...
asked by 23.08.2018 / 00:53