GDI+ measured font size is mismatched while comparing with Windows 7 and...
Hi Team,It would be great if you can resolve my problem.The font size value is mismatched while comparing with Windows 7 and other operating system for `Cambria Math` font by using `graphics....
View ArticleDoes Guid.NewGuid() produce UUID version 4 according to RFC4122?
The .NET Framework’s 4.0 Guid.NewGuid() method, what kind of GUID does it produce?Does it produce UUID version 4 according to standard RFC4122?
View ArticleBusiness Classes for Swift and .Net Web Applications
I want to create business classes and use in the same ones in both a mobile Swift based application and .NET web application using C#. How do I create them once using C# and use them in both the...
View ArticleHow to convert .eml to .msg?
I have been using Windows live mail to receive my emails. All the downloaded emails are in .eml format.Now i want to configure my mailbox in Outlook 2010 but the mailbox export tool in windows live...
View ArticleThe unit test adapter failed to connect to the data source or to read the...
The unit test adapter failed to connect to the data source or to read the data. For more information on troubleshooting this error, see "Troubleshooting Data-Driven Unit Tests" After i migrated from...
View ArticleWhat is equivalent option of -res: of CSC compiler in Visual Studio csproj file
My project has .resources and .cs files.Using command line "csc" i can compile cs files and resources into one library using the following command: csc -res:Message s.de.resources...
View ArticleCrashes in .NET 2.0/4.0 applications after Windows 10 update 1803
Hi,We are getting customer reports of crashes of our C# WinForm .NET 2.0/4.0 apps. All of these crashes started happening right after the update 1803 is installed.I have a crash dump which shows a...
View ArticleGetting error while deploying logic app from Visual Studio 2017 Professional
Hi,I am getting below error while deploying the logic app from VS 2017 Professional."Microsoft.VisualStudio.Shell.Interop". Error: Type 'SVsSolutionObject' and type 'SVsSolution' both have the same...
View ArticleDoes Guid.NewGuid() produce UUID version 4 according to RFC4122?
The .NET Framework’s 4.0 Guid.NewGuid() method, what kind of GUID does it produce?Does it produce UUID version 4 according to standard RFC4122?
View ArticleService OnStop - how much time? what's happening?
Hi,I'm trying to write a service in C#. I've got it running and installed, but I have two questions...1. When the SCM starts and stops a service, does it always start and stop an entire process and...
View ArticleWin32.SetParent( hWndChild, hWndNewParent ) not working as expected after...
After updating Office 365 to Build 1808, one of my office add-in control doesn't sit on outlook window. Rather it sits on the desktop. I did some research, looks like Win32 call SetParent( HWND...
View ArticleSearch Active Directory where the UPN contains numbers?
Right now I have the following search.fiter but it would be nice if I could get my search to return any results where there is a combination of numbers. I have noticed a few accounts in AD that have...
View Articleexcessive use comctl32.dll with .net framework 4.x under win10
With processmonitor we traced a winforms application using comctl32.dll. Under Win7 with Framework 4.x the application starts fast an there is a normal using of comctl32.dll. Unter win10 with framework...
View ArticleHow to convert .pst to .msg
HiCan anybody help me out find a solution for conversion of .pst file to .msg files thanks & regardsKB
View ArticleWebRequest FTP
FtpWebRequest request = (FtpWebRequest)WebRequest.Create("ftp://MyFTPServer.tld"); request.Credentials = new NetworkCredential(user, password); request.Method =...
View ArticleCheckSignature on some SAML responses fails.
Hi Team,We have implemented SAML authentication and using .Net framework 4.6.2CheckSignature is failing on some SAML responses, so far we have found one such case. CheckSignature passes for all other...
View ArticleHow do I implement Dispose() on a TreeView inherited class?
Hi all; The Windows Forms TreeView control has a Dispose() method. But a sub-class can't override it. How can I dispose of objects (Brushes & Pens) when the object is no longer in use? I don't want...
View ArticleFileSystemWatcher Deleted event
I have learned the hard way that deleting a file in Windows does not necessarily mean that the file gets deleted right away, it will just be marked for deletion until the last handle to the file is...
View Article