Friday, December 18, 2009

Reg-Free COM in VSTO Applications

So today I learned from Microsoft Support that Reg-Free COM is not supported in VSTO applications. The reason apparently is that the COM entries need to be linked to the main application manifest. In the case of VSTO applications, these are EXCEL.EXE, WINWORD.EXE, etc. I am asking them if we can work around this by loading the manifest manually via the Activation Context API. I will update when I find out more.

Sunday, November 8, 2009

SharePodLib

SharePod is a free, lightweight application to manage music on your iPod, as well as copy from your iPod to your computer. It doesn't need to be installed and can be run directly from the iPod hard drive. SharePodLib is the underlaying .NET library, available for non-commercial use by anyone. It's pretty cool.