Bruce Baker

Hi


I've just upgraded my development machine to Office 2007, and now my Vis studio app won't build, as the following lines won't build

Imports Word = Microsoft.Office.Interop.Word
Imports Office = Microsoft.Office.core

Friend WithEvents ThisDocument As Word.Document
Friend WithEvents ThisApplication As Word.Application

I expect that's coz the existing COM references aren't found - what do I need to do to get it going again

I installed VSTO second edition....

My code is doing some word mail-merging .. !


Thanks



Re: Visual Studio Tools for Office what references do I need now I've updated to VSTO second edition

Bruce Baker

Sorry - it was a lazy question - i've fixed it (just removed and added new com references)