Search Results

0
votes
5answers
517 views

My VSTO 3.0 Outlook addin doesn’t load

I'm trying to diagnose why my Outlook plugin written in C#/VSTO 3.0/VS 2008 doesn't load after being installed. The plugin works awesomely on my development machine, which has Visual Studio …
0
votes

How Do I detect Text and Cursor position changes in Word using VSTO

As you've probably discovered, Word has events, but they're for really coarse actions like a document o …
0
votes

My VSTO 3.0 Outlook addin doesn’t load

Solved my problem after weeks of pain. The "Manifest" reg key was getting corrupted to some junk value during the setup build. It was a known Visual Studio bug that supposedly got fixed in Visual …