Questions tagged as 'c#'

0
answers

Is it possible to modify the device name in UWP?

I was researching how to modify the name of the device using UWP , but I can not find information about it. I know I can get device information, such as model, operating system version, and device name with EasClientDeviceInformation...
asked by 04.11.2016 / 19:19
0
answers

Graph daily and weekly? [closed]

Good day, I find this situation and I would like some idea of how to solve it please, this coupled with the fact that I am new by programming in c #. I need to make a graph that shows me the production of 4 lines (1,2,3,4) and the days of the we...
asked by 04.11.2016 / 16:49
0
answers

Serialize a class to xml after it passes the binding validation in wpf c #

I have a project in WPF with a configuration file in XML I have made a ViewModel class that is Binded to MainWindow.xaml, and I have done one validator using IDataErrorInfo and classes with the ValidationRule interface. What I want is that...
asked by 14.10.2016 / 12:21
0
answers

Can a Subreport be done within another Subreport in reportviewer?

Currently when I'm doing a subreport I pass the data in this way: ........ report.SubreportProcessing += new SubreportProcessingEventHandler(SubreportProcessingEventHandler); ......... void SubreportProcessingEventHandler(object sender...
asked by 14.10.2016 / 17:13
1
answer

Views for cubes

Hello everyone, does anyone know if it will be possible to create views from a cube? That is, I have a cube with many metrics and dimensions, but I have many users who want to see the cube but do not want to see all the metrics or all the dimens...
asked by 28.09.2016 / 01:47
1
answer

NullReferenceException when using the WooCommerce.NET plugin

I am using the "WooCommerce.NET" plugin, to make the connection between WooCommerce (version 2.6. *) and my application on asp.net with C # in Visual Studio 2013. Trying to use the "GetProducts ()" method throws me the following exception:...
asked by 28.09.2016 / 17:35
0
answers

Spire.Doc in ASP.NET

I am starting to use Spire.Doc , and I would like to know how to include an image in a table (a dynamic image) I have the code that comes on the page of Spire.Doc Table: //Se crea la tabla document = new Document(); sectio...
asked by 13.10.2016 / 20:12
1
answer

Hide WebMethod in the browser

I'm creating a web application with C# , ASP.NET , AJAX and JavaScript , I'm using a WebService and everything works fine, the problem is that I uploaded the application to the server to test and to open the brows...
asked by 06.09.2016 / 16:36
0
answers

Error in file dbmanager_schema.xml

When I try to create a project "ASP.NET" I find the following error. It also happens when I open a project done previously.     
asked by 09.11.2016 / 01:32
3
answers

How to get cookies with angularjs from the server's http response

I wanted to consult the following, I have an application that uses CORS, and I need to obtain the cookie that the ws of the web api return to me. Observing in the browser I see that the cookie goes in the header as Set-Cookie. I already probe wi...
asked by 07.11.2016 / 23:11