Questions tagged as 'c#'

0
answers

The "GenerateResource" task failed unexpectedly

I renamed the project name and caused several problems in the project, giving the error below. I was able to resolve everyone else except this one. What can it be?     
asked by 13.04.2015 / 04:13
2
answers

Go through components of form C #

Hello, I have a table coming from the database, with several rows and columns. One of these columns is stored the address of the previously saved image. Now I need to go through all the PictureBox and put in the ImageLocation the address of thos...
asked by 28.03.2015 / 18:58
1
answer

Error trying to consume WebService: Server did not recognize the value of the header

I'm experiencing the following error when trying to read a WebService: SoapFault - faultcode: 'soap:Client' faultstring: 'O servidor não reconheceu o valor do cabeçalho HTTP SOAPAction: http://temuri.org/HelloWorld.' faultactor: 'null' det...
asked by 27.03.2015 / 19:05
1
answer

Modify an Address with several Offset

Hello, I have this address Game.exe + 01438C2C and these offset 0x0 0x3C 0xA6C and would like to know how to modify the hex value of them. Ex: from 61 72 30 32 to 61 72 30 33 I was using writeprocessmemory with "fa...
asked by 30.01.2015 / 14:42
0
answers

Difficulty in calculating with jquery

A jquery function was done by a fellow designer to meet the following need. I have a table, which works inside a repeater, which works like a grid. This table has 4 <TD> . There is TD that I bring from the database, a value I...
asked by 30.01.2015 / 18:10
0
answers

Insert image inside an existing table in a word document

I have hundreds of documents and need to add a logo inside an existing table. I'm using spire.doc, does anyone have a light to give me? Console.WriteLine("Digite o nome: "); String nome = Console.ReadLine(); //Console.W...
asked by 30.01.2015 / 19:40
1
answer

Mask for a datepicker field in an application [duplicate]

I have an application in wpf, so there are windows that have fields for date types, I put those fields with datepicker where there is a calendar for choosing the date. So far so good, what I could not get by is a mask to stay like this "00/...
asked by 06.03.2015 / 15:51
1
answer

How to set a default page?

I downloaded a project, which when I run from this: The Web server is configured not to list the contents of this directory. I'm new to this environment, what do I have to configure? Note: Visual Studio 2013 Ultimate     
asked by 18.01.2015 / 19:07
1
answer

Use TempData ASP MVC

From what I've been looking for ( here ), I can save a list of data in a TempData created in a function, to use in another function in my Controller. Now, I'm trying to do this, but I can not do it: Model: ... namespace ARTSOFT.dal.ViewM...
asked by 30.12.2014 / 17:48
0
answers

Inserting value of type double in the mysql database

I have a WindowsForm with a value field and I need to enter the value of it in the database. Do I need some examples of how to do this? Query file //Cadastrar Gastos public void cadastroGasto(Gasto gasto) { tr...
asked by 08.01.2015 / 01:25