Well, nothing much to say, this article is taken from http://leon.mvps.org/DotNet/RegasmInstaller.html. Thanks Leon, just for my own bookmarking here are step. [Article is taken as it is from Leon’s article.] Realising…
Category: Programming
Excel Automation Add-In for Office 64bit Check List
After days of research, hit and trail; today I finally got a working 64bit Excel Automation Add-In. I am using Visual Studio 2010 [.NET 4.0 client profile framework]. 1. Create…
Sandcastle: Code Documentation in C#
Over the years I use lot of documentation and those help me build my software with ease. However, never need to build one for my projects as they are not…
Short Note: Colorbox moving Close button on Top right
By default Colorbox Close button is on Bottom Right. However moving it back to top is as simple as changing Position of div from bottom to top. All I have…
GDI+ Generic Error
I see lot of people asking about GDI+ Generic Error. Since this is “generic” error nobody can tell what is wrong with code. So did a work around and get…
PHP Upgrade on Plesk/Linux
Well if you search topic on google you will find lot about it. But here is quick guide for me with little explanation. 1. Plesk do not ship PHP as…
Static Object in ASP.NET
Recently I found a problem in one of application we developed. Here my colleague use a Static SqlConnection object through a class in his code. He did that to save…