Managing Entities in Memory
I'm looking for advice on managing disconnected entities and memory... As an example, I have an Account entity which can be associated with Statement entities. An Account may be retrieved from the...
View ArticleMath globally in regex C#
Hi.System.Text.RegularExpressions.Match x = Regex.Match(textBox1.Text, @"\b\w+(?='s)\b");I want to match the names followed by 's in the textBox1. And here is the code for it. But the problem is it...
View ArticleKB 2600088
Hello - this hotfix updates the Microsoft .NET Framework 4.0 for Extended (4.0.30319). The Windows 2K8 R2 Svr it is occurring on has Microsoft >NET Framework 4.0 MultiTarget Pack (4.0.30319)...
View ArticleContact Form API that sends data to a database
I am building an iPad app and I need new way to send the data from a contact form to the SQL database. I need to bypass by CMS due to some other issues from an upgrade. I am trying to write an API...
View ArticleRegistering a COM object on a machine that does not have Visual Studio?
Hello Everyone,It is a humble request to be patient and read through the entire issue below, please: I built a C# application (.NET Framework 4) for COM object. When I build the application on the...
View ArticleMatch globally in regex C#
Hi.System.Text.RegularExpressions.Match x = Regex.Match(textBox1.Text, @"\b\w+(?='s)\b");I want to match the names followed by 's in the textBox1. And here is the code for it. But the problem is it...
View ArticleHow To Delete a File Immediately in C#
I have a situation where I need to delete a file and immediately recreate another file with the exact same name. I have tried to use File.Delete and FileInfo objects in C# but both appear to be...
View ArticleGet the difference of two bitmap images from a web camera video using aforge
Hi,I'm working on my final year project.I want to get the difference of two bitmap images which comes continuously from the web camera.Then save result images to another picture box as a video.Simply I...
View ArticleExtracting serial number, vendor id and product id from USB pendrive using C#
Hey guys, I am working on this small project where I have to extract the 3 parameters from the USB device (serial number, vendor id,product id) using c#and write them to the text files one by one.I...
View ArticlePermissionSet - Request Failed error
Hi,I have few projects communicating using ChannelSink, ServerSink and ClientSink.I've upgraded the projects from .NET 2.0 to .NET 4.0. Before the upgrade everything worked fine.Now, when I try to...
View ArticleASP.NET 1.1 Error: System.Net.WebException: The request failed with HTTP...
Hi,I have an old XML based web service (ASMX) running under ASP.NET v1.1.4322 on Windows Server 2003 R2 SP2 Standard Edition. This web service was running fine since last so many years under a...
View ArticleHow to cause GeoCoordinate.IsUnknown Property to be false?
The .Net 4 GeoCoordinate.IsUnknown property is read only and seems to be set to false whennew Pushpin() is called, even though the Location information is not yet valid (set).The property is not useful...
View ArticleIssue while converting old Russian string to new in c#
Hi,I am facing the problem while displaying the old Russian characters.I have the old system, where Russian characters "мешалка 1" was defined. When i copied same to notepad in Same machine or windows...
View ArticleConvert 1 bit bitmap to 8 bit bitmap
Hi to all!! Well i have a question about it's possible convert an bitmap 1 bit to bitmap 8 bit(or grayscale). and how i can do it in c#.... can do it using a color matrix? or how?
View ArticleAPI time out when trying to send serialized data if data is more in number
I am working on an API that is connected for a store. Now there are bunch of Items and user base and I have different serializable classes that represent this data.Issue that I am facing is when I am...
View ArticleProblem while adding zkemkeeper.dll in MVC application visual studio13
Hey! I am working on MVC visual studio 13 and while I am trying to add reference (zkemkeeper.dll) to my project it displays error that it cannot be added. I am working on a project which will use...
View ArticleHow to copy File stream to Memory Stream
Hi,I'm having File stream which is saved in Temp. and now i want to return the stream and delete the Temp file.So i have a plan to copy all the file stream to Memory stream and delete the temp...
View ArticleRedirecting IO streams of MFC console application
I have a MFC console application(done using AllocConsole and I presume FreeConsole is called to detach from parent console and then AllocConsole is called) which I'm trying to automate by redirecting...
View ArticleX509Certificate Perfomance Issue
I'm new to .NET development, but have been a programmer for 16 years, so I'm not new to coding. I developed this code as a C# COM object (dll) for a lotus notes application. The COM Object gets...
View ArticleAudio Visual Speech Recognition
Hi there , I was working on a AVSR (Audio Visual Speech Recognition) project . Wanted to know that has Microsoft developed any API's on this research field , or anything I could...
View Article