Questions tagged as 'visual-studio'

2
answers

Retrieve double GridView javascript

The following code points to the event change of a textbox (column 3). I want to recover the value in a asp:TextBox of a GridView (Column 5) $("#<%=GridEdos.ClientID%> [id*='txtBox']").change(function ()...
asked by 18.01.2017 / 23:44
1
answer

C # - Error Basic Authentication WebServices REST and POST method

I am currently working with NetFramework 4.0 and also assigning basic authorization and I must use the following Dll System.Web.Http.Cors but I do not locate it or in the package manager of Visual Studio 2012. The class that authentica...
asked by 22.01.2017 / 22:03
1
answer

Project compatible with all versions of windows with visual studio 2012 for desktop (winforms)

Good day I just published a project with visual studio 2012 for desktop (winforms), when I install the application in windows 8.1 and 8 there is no problem, but my problem is that when I install it in windows 7, 10 and xp there are several mista...
asked by 30.11.2016 / 18:53
1
answer

reports c # and postrgres

Good evening in advance thank you very much for any contribution, I'm doing a project and at the time of making the reports I stumble with Npgsql not link to the ReportViewer any suggestions? or maybe a editor of reports defirentes...
asked by 24.10.2016 / 09:46
2
answers

Include DLL in executable

I wanted to know if it was possible to include the dlls in the executable in such a way that I was included in a single executable file in Visual Studio 2012 with C #     
asked by 30.08.2016 / 16:46
1
answer

How can I perform calculation operations with data obtained from a .txt file in C # implementing the StreamReader class?

How can I perform calculation operations with data obtained from a .txt file in C # implementing class StreamReader ? The data is in the form of a table of employees with their respective salaries and hours worked in a text file. Wha...
asked by 19.07.2016 / 17:21
2
answers

Error compiling PocketPC project

I have the following error:    Error 1 Registration or implementation error: 0x8973190d. Failed to open file '% CSIDL_PROGRAM_FILES% \ Microsoft SQL Server Compact Edition \ v3.5 \ Devices \ wce500 \ ARMV4i \ sqlce.ppc.wce5.armv4i.CAB'. Error...
asked by 27.07.2016 / 20:09
2
answers

Error adding references to my Web project

Good morning, I have a project in Visual Studio 2012 (Web Site made in visual basic), which, by updating the references (dll), were changed. The web application worked fine, but when the dll was changed, the references stopped working. Her...
asked by 13.06.2016 / 23:34
4
answers

How can I change System.String [] in string

I have an application that returns a user but the output is System.String[] would like me to give me the real value of the array. How can I do this? Here is my code of the way I passed the parameters. Thanks UserData[] userData...
asked by 01.04.2016 / 23:02
1
answer

How to make a foreign key in SQlite.net from c #

Hello friends I am working on a project of c # I am new to this and I can not find the way to declare a foreigner from a class with c # code I clarify that I am using the MVC model but I give you one of my classes class producto { [SQLite...
asked by 05.04.2016 / 01:16