.NET Client With HTTPS Certificate Authetication Fails With Timeout May 22, 2012September 29, 2017Munir HusseiniNo Comments In this article, I want to show a problem I faced trying to connect a .NET client to a server…
Handle Clicks On Calendar Items In SharePoint 2010 With JavaScript May 18, 2012September 29, 2017Munir Husseini15 Comments In some scenarios, you might want to add extended client behavior to a Calendar View in SharePoint 2010. The client-side…
Code Generation And Manipulation Using T4 Templates And Visual Studio Automation By Sample May 15, 2012January 11, 2018Munir HusseiniNo Comments Introduction The goal of this exercise is to generate a class that inherits from System.Data.Entity.DbContext. It will contain properties of type System.Data.Entity.DbSet for…
Updating BDC Models in SharePoint 2010 March 8, 2012September 29, 2017Munir Husseini1 Comment Using Visual Studio 2010, I created a BDC Model and deployed it to a SharePoint 2010 farm. After a while,…
Error 1402. Could not open key: UNKNOWN\Components\… November 25, 2011Munir HusseiniNo Comments Recently, I was developing a setup package whose uninstall actions were broken. During testing, I could install the package but…
Windows Installer Cleanup Utility (MSICUU2) Discontinued November 25, 2011September 29, 2017Munir HusseiniNo Comments When you develope installer packages, you might face the situation where you install you product for testing purposes but cannot…
Windows Installer Custom Actions: Moving Properties from Immediate to Deferred Execution. November 22, 2011September 29, 2017Munir HusseiniNo Comments The Windows Installer works in two phases: the acquisition (or immediate) phase and the execution (or deferred) phase. The user…
Debugging Custom Actions in Windows Installer November 17, 2011September 29, 2017Munir HusseiniNo Comments In Visual Studio, you can add Setup Projects and WiX projects. Especially WiX projects are very powerful. Unfortunately, you cannot…
netsh http add sslcert “the parameter is incorrect” November 17, 2011September 29, 2017Munir Husseini1 Comment In the last post, I referenced a blog post by Dominick Baier about how to set up WCF over SSL.…
SSL Needs Certificates November 16, 2011September 29, 2017Munir Husseini1 Comment There are many blogs out there describing how to configure a WCF service to use SSL (for example this one…