Thursday, March 15, 2012

ASP.NET AJAX UpdatePanel Doesn't Work when ClientIDMode is Other than AutoID

Be careful when using an UpdatePanel when any control within its ContentTemplate has its ClientIDMode set to anything other than AutoID, as AJAX functionality might not work.

Wednesday, March 14, 2012

"Unrecoverable build error" while Attempting to Build a Visual Studio 2010 Setup Project

If you get an "unrecoverable build error" while attempting to build a Visual Studio 2010 setup project, re-register the following two DLLs using regsvr32.exe:

%ProgramFiles%\Common Files\Microsoft Shared\MSI Tools\mergemod.dll


ole32.dll