September 2008 - Posts
Hi all, The other day I was working with a customer of mine on a .NET application which was suffering from a memory leak . The weird thing was that the application could run just fine for 10 days in a row before the memory began growing and growing. What
Read More...
Hi all, The other day I was trying to add a simple autoupdate functionality to a little tool I developed, and I needed to check the version of current assembly against the udpated one. If current assembly was older than the updated one, I needed to substitute
Read More...
Hi all, The following C# sample shows how to use CertEnroll COM component to create a certificate request , send the request to the CA , get the response from the CA , and install the new certificate in the machine: (Note that this sample is a WinForms
Read More...
Hi all, If you ever try to use XEnroll.dll in your ASP.NET application (through Interop.XENROLLLib.dll , of course), you may face an issue like the following: Your ASP.NET app impersonates the client user and tries to make a certificate request on her
Read More...