Questions tagged as 'c#'

1
answer

Access location in windows 10 (universal application)

I was trying to convert an old my project made for Windows phone 8.1 to a universal application for Windows 10, when I came across this error below. The question is, how do I fix it? How do I request access to the location of a computer mysel...
asked by 31.07.2015 / 01:21
0
answers

Send a list to a web api using $ http.put of AngularJS

I'm having trouble getting a list using the $ http.put method of angularjs, I can send an object normally, but a list is not following, does anyone have any code examples so I can clear this question or pass a link of some material about, from n...
asked by 20.07.2015 / 19:01
1
answer

JavaScript and ActiveX Permissions in IIS

Hello, an application in Asp.Net MVC uses Scripting.FileSystemObject to create text files. On the development machine it works normally, this application was published on a server with IIS and also worked normally, but when I was publishing it o...
asked by 31.07.2015 / 21:25
0
answers

Doubt on how to use Layered Identity

I created an AspNet MVC project with Identity to understand how the Identity part works. I made changes to the code, including roles and claims. I migrated this project to a company project, but the project is all done in layers (MVC, Business,...
asked by 15.07.2015 / 14:25
1
answer

How do I register dependencies with Windsor that are in different layers of the application?

How to register dependencies with Windsor that are in different layers of the application? I do not want to be referencing all the application layers in the presentation layer as most do around. I have the following error that I know becau...
asked by 22.05.2015 / 19:55
1
answer

How to remove xml encapsulation in json returned by WebService

I created the following method: [WebService(Namespace = "http://myDomain.com.br/PublicacaoService")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] [System.ComponentModel.ToolboxItem(false)] [System.Web.Script.Services.ScriptSer...
asked by 12.08.2014 / 18:49
1
answer

Object Lists Comparison - C #

I need to compare 2 lists of objects that have been filled via the database, according to classes below: public class Ausente { public ObjectId Id { get; set; } public Int32 RA { get; set; } } public class AlunoEstagio { public Ob...
asked by 31.10.2015 / 18:26
0
answers

Identify phone number [closed]

I need a C # code that identifies phone calls. Example: bina type. I do not know what kind of device I'll use. I searched, it looks like it has USB, but I have no idea how to connect to the port and communicate with it. I need to pick up the...
asked by 07.10.2014 / 17:10
1
answer

Error in application when switching to enable 32-bits = True in IIS7

I use the CobrebemX in my ASP.NET web application to print tickets. We changed server and now when I enable the enable 32-bits = True option for the application pool of said application the following error occurs:    HTTP Error 500.19...
asked by 23.06.2015 / 13:07
0
answers

Block android application closure

I'm developing a managerial application for Android, using C # with Xamarin. There is some way to block the application (or block all buttons on the tablet) so that the user can not shut it down, except with some password authorization. The user...
asked by 25.11.2014 / 21:05