Questions tagged as 'c#'

1
answer

Android Error Xamarin C # [closed]

I wanted to know if someone else has happened to him. Once I compile the project correctly (Visual studio 2015) and the apk is generated I install the application on my Android phone I open it and I get the message "The application has been inte...
asked by 24.03.2017 / 16:58
1
answer

IIS execution error

Good morning. I would like you to help me I am uploading my website in a IIS my web config is this code: <system.web> <compilation debug="true" targetFramework="4.5" /> <httpRuntime targetFramework="4.5" /> </syst...
asked by 25.03.2017 / 16:19
0
answers

Unable to find the assembly

I have a Web application that needs a project called TokenService, to make it work. The application is launched in two different windows, in one is the application and in another the TokenService, the problem is that in TokenService I get the fo...
asked by 24.03.2017 / 20:06
0
answers

How do I simulate a page in the Global.asax?

The final goal I want is to get a request (eg: Pepe.aspx) and execute a C # method directly. I already achieved it but the HttpContext has the session in null (I know because it is in null) In the global.asax I put: protected void Applica...
asked by 18.03.2017 / 01:11
0
answers

Download Server Excel File

To download an excel file, This is my code but just send me an alert with an "OK", use a generic Handler. public void ProcessRequest(HttpContext context) { System.Web.HttpResponse response = System.Web.HttpContext.Current.Response;...
asked by 07.07.2017 / 17:22
0
answers

How to connect a UWP to a page that offers sound service? C # [closed]

What I'm trying to do is to lower the sound of an ip that gave me a page that provides the sound transmission service and implement it (Play it) in the app, this project I started on the Universal Windows Platform (UWP), C # language, I hope you...
asked by 16.03.2017 / 03:06
2
answers

Choose the time in TextBox ASP.NET C #

Is it possible that in a TextBox you select only the time? Since I want to choose the time and that I get an example    17:36:34 Like the image:     
asked by 07.05.2017 / 02:47
0
answers

Error "does not have an entry point." in Projects that do not have an Entry Point

I have a project that consists of a set of development tools that compile a .dll, to maintain the quality use a project dedicated to code tests and try to add a report of code coverage. Due to the Continuous Integration system, I use NUnit +...
asked by 06.03.2017 / 20:58
0
answers

Display Image in a PictureBox using Ozeki SDK and C #

It is possible to show the video of the Web camera in a PictureBox using the Ozeki SDK. Codigo : using Ozeki; using Ozeki.Media; using Ozeki.Camera; namespace Cam { public partial class Form1 : Form { public Form1()...
asked by 22.02.2017 / 20:54
2
answers

Problem showing a panel and hiding another

I am creating a form and I am using a tabControl , within a tabPage . I am using several panels, my panels cover all the space, therefore, they are on top. I send them to call in this way: private void salud_Click(object sender, Ev...
asked by 17.05.2017 / 03:06