Thread in Threadpool becomes alive after around 30 hrs
The issue is that Threadpool initiates 'n' number of threads to execute its operation.One of the thread while executing, goes idle and becomes alive after ~30 hrs. The issue is not happening in the...
View ArticleCombine Coded UI Test HTML Logs?
After running my Coded UI tests in Visual Studio 2012 I wanted the test results to be logged to an HTML file. I am able to achieve this. but my question isUnfortunately, every single test gets its own...
View ArticleBUYING VISUAL STUDIO
HIBuying visual studio as OEM software is legal? below sites provide very cheap pricing , if i buy from there would there be any licencing issue with microsoft...
View ArticleFAXCOMEX.DLL Example
Hi All,I am working on a application where I need to send a Fax from a C#.Net code.Primarily I used a "FAXCOMLib" which works fine for the local machine. Then I used that same code to send a Fax from a...
View ArticleC#: Address book - read xml file by starting program
Hi everybodyI'm a beginner in C#, so please be patient :) I'm writing an address book in C#. I got 2 tabs. 1 tab is for add a new contact and the other tab is for select an existent contact and display...
View ArticleUdpClient connectivity problem
I have a C# windows service using UDP client to send/receive UDP records for a billing accounting application. At some point, a connectivity problem arises and even a manual ping fails.... later the...
View ArticleSystem.Drawing.Graphics.DrawPath throws OutOfMemoryException when drawing a...
System.Drawing.Graphics.DrawPath throws OutOfMemoryException when drawing a very small cubic bezier with a pen width greater than 1.5. This is a very very very painful bug, because this means we...
View ArticleDoes C# support struct bit definitions?
Does C# support struct bit definitions?. For example is there a way to declare a structure like this in c#.net?typedef struct{ UINT16 SrcPort;UINT16 DstPort;UINT16 Reserved1:4;UINT16 HdrLength:4;UINT16...
View ArticleIncorrect default short date pattern for culture es-DO
The default short date pattern for culture es-DO is currently d/M/yy, but the expected pattern for this culture is dd/MM/yyyy, like other Latin-american / Spanish-speaking cultures. This is documented...
View ArticleInternalsVisibleToAttribute
HiI'm trying to modify a class in the System.dll assembly (HttpListenerResponse), without much luck so far. I found the InternalsVisibleToAttribute that should be capable of exposing the internals of...
View Articlehow to render xps arc into gdi plus arc
Hi All, iam rendering xps arc into gdi plus arc . In xps they gave start and end points of arc. andrx=X radius of entire ellipse, ry=Y radius of entire ellipse, x-axis-rotation = angle to which entire...
View ArticleNatural language processing in .NET
How can we build a application which parses the sentences and tells the grammer. Active and Passive words etc?Manjunath T
View Article.NET API to recognise MAC Stream Files.
Hi. I need to is there is any .NET API to recignise MAC stream file such as AFP_afpinfo , AFP_Resource?or any Manged code to do it?
View Articleregasm.exe failed although file exists
HelloexecutingC:\Program Files (x86)\Jedox\Jedox Suite\oaddin>"C:\Windows\Microsoft.NET\Framework\v4.0.30319\regasm" /codebase /tlb JedoxOfficeAddin.dllresults inRegAsm : error RA0000 : Could not...
View ArticleIs .NET framework certified/validated against 62304 IEC 2006 - Medical Device...
Hi, we will develop software for a medical instrument that has the potential to cause injuries. The 62604 IEC 2006 standard says "any software that is not developed for the purpose of being...
View ArticleXml Dif licensing
Hello everyone,we need a XML dif in our production code. I found the XmlDiff library which is part of the .Net XML Power Tools (http://msdn.microsoft.com/en-us/library/aa302295.aspx).Can anyone tell me...
View ArticleHow does a .net 3.5 dll loaded when reference by .net 4 App.
Hi, I was trying to understand how .net handles a particular scenario; Created an App in 4.0 .net framework and has a assembly reference to a library created in .net 3.5 framework. How does both the...
View Article.dll can be decompiled using decompilers .... how to protect them ?
hi...dll is not secured how to protect them ?
View ArticleExecuting a windows speech recognition macro (*.wsrmac file)
I want to execute WSR macros within an "in-proc" recognition engine, not the desktop engine. Does anyone know how to do this?
View ArticleWPF: Exception has been thrown by the target of an invocation on user's computer
I'm trying to run my WPF application on my user's computer, but upon startup it gives the following error:An unhandled exception occurredInner exception: Exception has been thrown by the target of an...
View Article