On creating a custom ribbon UI XML definition in a VSTO project using Visual Studio 2010 with an Office 2010 edition you might run into trouble on testing your customized ribbon in Office 2007 as ribbon probably won’t include any custom tab or button at runtime without showing any error or similar. The issue is related to XML namespaces. Continue reading »
Jan 16
Deploying a .NET application using ClickOnce previously led to application crashing after installation with Microsoft’s error reporting wizard including exception code 0xE0434F4D in reported data. This crash appeared early on every invocation.