Each time a new project is started, there is always a discussion (or there should be!) of what guidelines should be used in design, naming conventions, etc. I typically like to defer to the standards given by the company that creates the language, and then define any differences. For the case of C# and .NET [...]
I have written a command line application that, among other things, converts Word Documents to HTML using the Microsoft.Office.Interop.Word library. I haven’t used it for a while, and recently had to re-run some conetnt and found this error: “Word cannot start the convertor mswrd632″ occurring quite frequently. Apparently Microsoft released a security update on 2009-12-08 [...]