Welcome to Office Zealot Sign in | Join | Help

December 2005 - Posts

Tip for COM - .NET Interop developers

I was trying my hands at creating a .NET 2.0 component that can be consumed by a COM application. One of the errors I got in the process of registering the .NET assembly was RegAsm : warning RA0000 : No types were registered. This was baffling!! I had
Posted by desai | 18 Comments

Editing Office Document properties without Office

I wanted to access the properties of an Office document without using the Office Interops. This KB article describes exactly how to do that using VB.Net. On searching more, I came across this article on Code Project demonstrating how to do it in C#.
Posted by desai | 0 Comments