Questions tagged as '.net'

2
answers

Return a similar value from path

No result in this post , I would like to know how it would be used the Directory.GetFiles function, to list the files and folders within it without showing the full path. Ex: public List Listar(String a){ return Directory.GetFile...
asked by 13.10.2015 / 22:38
0
answers

Update ASMX web service reference dynamically

I have a C # application that consumes a webservice asmx (which is also developed in C #). Whenever I publish a new version of webservice, I need to update the (webservice) reference in the applications that consume it. The update operation...
asked by 10.02.2016 / 20:37
1
answer

Doubt - Visual Studio Export / Import Project

I'm having problems importing projects into VS 2015. The project was done in an earlier version of IDE and when I import it it does not come with correctly added components, needing to add one by one. Is this correct or do you have to follow...
asked by 09.12.2015 / 00:06
1
answer

How to convert a Decimal value to Datetime?

Can anyone help me with the following question? I have two return variables. Examples: 1st - type decimal ( vdecTotalHoras ) and a 2nd - also of type decimal ( vdecMediaAnalise ), both return date and time valu...
asked by 04.08.2015 / 17:24
1
answer

How to convert string to double without rounding error?

Because the following command: Convert.ToDouble("199998,99") Results in:    199998.98999999999 Already the command: Convert.ToDouble("199998,98") Results in:    199998.98000000001 ?     
asked by 31.07.2015 / 14:47
1
answer

Scheduled Tasks on the Web

In Google Inbox, you can create reminders and postpone them to a certain date and time. The reminder is then taken from the main screen and when that exact date and time arrives it returns to the. In this way, the system schedules a task fo...
asked by 20.11.2014 / 21:21
2
answers

How to Save Datagridview items within a column?

I'm creating a Budgets form, similar to this one in the photo: As you can see, in the New button, you generate a new row in the bank with the budget number in the Código field and the client in the NomeCliente field. But whe...
asked by 19.06.2015 / 14:28
1
answer

JavaScript and ActiveX Permissions in IIS

Hello, an application in Asp.Net MVC uses Scripting.FileSystemObject to create text files. On the development machine it works normally, this application was published on a server with IIS and also worked normally, but when I was publishing it o...
asked by 31.07.2015 / 21:25
2
answers

DataSet with clausa where like '%' @parametro Visual Basic 2012

Hello, I am creating a form to generate a report using the ReportViwer control and I came across a problem, I have a DataSet created with the name of ClientD, I created a clause to filter the search (DataSet Configuration), at the end of the Dat...
asked by 01.04.2015 / 18:35
1
answer

Every time I download files I get a large amount of errors [closed]

I need help. Every time I load any file in Visual Studio 2015 I get a huge amount of general errors. I'm starting to develop for windows phone and soon when importing the first sample, downloaded from msdn I get a considerable amount of er...
asked by 26.11.2015 / 05:41