linq toList gives timeout on wcf client
The WCF client timesout after the return. I have tried increasing the timeout time but that didn't work. When i debug the method there is no problem.Anyone got a...
View ArticleMicrosoft .Net Framework 45 Mutli-targetting package
Hello team,"Microsoft .Net Framework 4.5 Multi-Targetting"package got unistalled from my system accidently, as a result I am unable to open solutions which are having 4.5 framework. Could anyone please...
View ArticleThe LDAP server is unavailable after installing KB2868725
After installing the KB2868725 Windows Update, a strange LDAPs connection problem occur. Context : we have a C# web site (.NET 4.0) that perform an LDAPs Bind operation over LDAPs. The web server is...
View ArticleButton Won't Disable
I have a number of buttons on a form. When the Start button is clicked I want to disable a number of the buttons: Private Sub btnStart_Click(sender As Object, e As EventArgs) Handles btnStart.Click...
View Articleproblem using for() with datagrid - blank cell value
Hi, I am using the following for() to loop through a datagrid to save to a database. My problem here is: when looping, I am getting all records correct except the last record which I am getting a blank...
View ArticleTask.Factory.StartNew - 1st Task Disappears!
I have this very simple code (below) which uses Task.Factory.StartNew. Option Strict On Option Infer Off Option Explicit On Imports System.Threading Public Class Form1 Private Sub btnDoIt_Click(sender...
View ArticleParsing to double
I am a beginner to C#.net and programming for "Calculator". I am facing problems while parsing. Kindly help. My code is given below: using System; using System.Collections.Generic; using...
View ArticleDll C# consumir no Cobol
Boa Tade ...Gostaria de criar uma dll em c# e consumi-la no cobol.Nos diversos exemplos que já tentei, consigo carregar a dll na memória mais nao consigo acessar suas funcoes.Obs: De c# para c#...
View Articlethere is no enough space on the disk
i have call of duty 6 in my hard drive. However, when i want to play the game, the computer shows" there is no enough space on the disk". By the way, i don't think my computer is not good enough to...
View ArticleWierd socket anomalies
Hey all,I am currently working on a custom server, providing - between others - support for tcp connections using the Http application protocol. Everything works fine, and I have it implemented both...
View ArticleSSL Stream failes to read 1st packet for 50% of connections
We are migrating a secure gatewap application from Server 2008 R2 to Server 2012. Code on both ends is written in VB dot net 2005. Everything is "happy" on the 2008 server. (And has been for almost 2...
View ArticleRequired Certifications
I want to be a .net developer with c#. Which certifications are required.
View ArticleConvert Dataset to Xml with blank field in c#
i want to convert Dataset to xml some tables in dataset contains blank record and when i create the xml (by using dataset.getxml())it creates xml but without the blanks records.. i want all records...
View ArticleSSL Stream fails to read 1st packet for 50% of connections
We are migrating a secure gatewap application from Server 2008 R2 to Server 2012. Code on both ends is written in VB dot net 2005. Everything is "happy" on the 2008 server. (And has been for almost 2...
View Articleproblem occurred when running the program i made
i am new to vs i got this problem help me to fix this.An unhandled exception of type 'System.IO.FileLoadException' occurred in PresentationFramework.dllAdditional information: Mixed mode assembly is...
View ArticleI need to synchronize access to a process for multiple HTTP requests
I have a command line process which gets invoked via the Process class which can only service one HTTP request at a time. I need to synchronize access to the process, perhaps using a named mutex, but I...
View ArticleIs there an official fix (aka KB) for the FileStream.Flush bug introduced in...
I'm currently facing a problem related to the already know bug about FileStream.Flush and FileStream.Dispose which do not do their job correctly:Here...
View ArticleNon riconosce [MaxLength]
Segnalazione di errore al Run time su MaxLength (DataAnnoration), mentre in fase di compilazione è OKgrazie
View ArticleThread.Sleep performance issue when multithreading.
I have a Wcf service which is getting 400 request per second. I haven't use Thread or Task for it. In middle of code I am executing external exe and update database. For this it is taking 5s. Therefore...
View Article