Questions tagged as '.net'

0
answers

Problem when trying to compile in Xamarin Studio in Windows 7

Hi, friends, I'm trying to compile a simpe Hola mundo! in Monodevelop for Windows 7 x64 (Xamarin Studio) and I'm throwing this error    The reference assemblies of the .NET version are not found   Framewrk ".NETFramework.Version = v4.5...
asked by 21.11.2017 / 22:05
2
answers

pass several sqlDataSource parameters to a stored procedure

I have a stored procedure that selects a table according to several criteria, it is a search type if the user does not enter any parameter all the records in the table must be shown, in case the user decides to fill in a criterion of search only...
asked by 15.11.2017 / 08:00
1
answer

OnClick does not run after OnClientClick

I have a form with a button, when I put the button (this button actually use it for several things changing the name and using flags in the method that defines the click) this executes the JavaScript in the client but never reaches the code -beh...
asked by 30.08.2017 / 22:16
0
answers

c # detect server access from outside [closed]

I need to identify if the user is accessing from the company or from outside and based on that use a public or private ip to redirect to a site. Is there any way to do it? I appreciate your help. The application is in c #.     
asked by 28.04.2017 / 16:06
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
3
answers

Error calling web service (asmx)

I am creating a class that will be the structure that will always return all services (asynchronous calls) public class RespuestaServicio { public bool IsSuccess { get; set; } public string Error { get; set; } public int Codigo { get; set; } p...
asked by 22.02.2017 / 19:32
0
answers

As valid the curp in the renapo to get name and surname [closed]

I need to validate the CURP field and get information from it.     
asked by 31.10.2016 / 23:44
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
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
1
answer

Export data from a database and upload file to dropbox C #

I would like to know if it is possible and if it is, how would the code be or an example of how to do it for mobile devices or windows CE ?. I am programming in visual studio 2008, SQL Compact 3.5, .net Compact.     
asked by 12.09.2016 / 15:14