K
Kevin B
I am completly stumped here. I have developed (& supported) a couple of inhouse Outllook COM Addins in VB6 and am doing the latest project (a pair of Word & Outlook addins) in VB.Net. Up until this morning everything was working fine, I could run the addin in debug, which ran the appropriate application, and could put stop points in the code.
Suddenly today, the Word addin doesn't appear to be working. I've even gone as far as creating a new Word addin (with only the basic bare code) and the OnConnect code isn't even firing. The entry is in the registry and if I set the same test addin for Outlook (i.e. add the needed registry entries) it works fine. It's as if Word has stopped accepting addins
When I try adding the addin manually, Word says that the dll is not a valid addin (but it also says that in Outlook, and it works fine there so I suspect it's related to it being a .Net dll)
I'm using XP Proffesional, Office XP & VS 2003. I've even tried rebootting in case it was just Windows being odd. Anyone have any advice
Thanks
Kevin
Suddenly today, the Word addin doesn't appear to be working. I've even gone as far as creating a new Word addin (with only the basic bare code) and the OnConnect code isn't even firing. The entry is in the registry and if I set the same test addin for Outlook (i.e. add the needed registry entries) it works fine. It's as if Word has stopped accepting addins
When I try adding the addin manually, Word says that the dll is not a valid addin (but it also says that in Outlook, and it works fine there so I suspect it's related to it being a .Net dll)
I'm using XP Proffesional, Office XP & VS 2003. I've even tried rebootting in case it was just Windows being odd. Anyone have any advice
Thanks
Kevin