Questions tagged as 'c#'

1
answer

Access memory region that has already been deallocated

I'm in the final process of developing a program and I came across an error, I spent some time researching and could not solve the problem. About the program: In short, the program receives and writes values in another program (Aspen HYSYS...
asked by 02.12.2014 / 17:28
2
answers

DataGridView with columns of different tables in a DataSet

I imported 16 tables from my MSSQL into a DataSet and made all the necessary relationships. I need to generate a report on a DataGridView (or other tool) with columns specific to several tables. How can I do this?     
asked by 02.12.2014 / 13:48
1
answer

Best score with unity-android playerprefs

Hello. I did a normal best score system in unity (when score > playerprefs, it will set the text of the textmesh). On the computer it worked, but when I step to Android the bestscore gets 0 Someone would know what iss is     
asked by 11.01.2015 / 13:13
1
answer

Error while adding While value in List

I'm trying to add the value of a result from my while , then load it into my GridView . But I'm having a problem adding the value to my List<> . You can not add prob1.vTotal to lstTotal . namespace Avalicao...
asked by 04.11.2014 / 01:24
1
answer

Logical system for directories

I have a system of directories in the bank ex table directory: id parentDirID parent dir means q is a subdirectory. How would the "copy" directories function on the system? moving directories would just update the parentDirID, so I wo...
asked by 18.03.2015 / 15:52
1
answer

How to make an x64 application connect to a 32bits ODBC driver?

I have an x64 application written in C # with .Net Framework 4 that needs to connect to the Microsoft ODBC for Oracle driver. When using this driver with the application in x86 mode, this connection works normally. However when using the ap...
asked by 08.10.2014 / 13:51
1
answer

SCRIPT5017: Syntax error in normal expression

When I run my application through Chrome or Firefox it works perfectly. But IE 10 at some point in the application gives this Javascript error. **JavaScript critical error at line 99, column 86 in http://localhost:64146/VoucherRequest/ConfirmR...
asked by 30.09.2014 / 20:19
1
answer

Select Specific Lists

I have the following code to return the libraries of my project in SharePoint: function retornarLista() { collList = website.get_lists(); context.load(collList);//, 'Include(TemplateType==109)' context.executeQueryAsync(onQuerySuc...
asked by 02.10.2014 / 17:58
1
answer

Multiple Resource Files in .NET

Is it possible to have 2 resource files in visual studio with the same resources name, one of which is intended for testing environments and another for production environments?     
asked by 06.10.2014 / 16:57
1
answer

How to get div through another class

I have .aspx where I put a div alert. I have a Message class to handle the system messages. To treat these messages when instantiating the class, I pass as parameter the page, in the step method as parameter the message and...
asked by 03.10.2014 / 14:05