How to Reference Office 11 or 12 or both

  • Thread starter Thread starter Kerem Gümrükcü
  • Start date Start date
K

Kerem Gümrükcü

Hi Dean,
Is there a way to solve all this resetting and recompilation?

Yes and No. A way to use both version of office could be
"Late Binding" of COM objects, if you use COM. This is
one solution but you should know that late binding is n-times
slower than a real reference to the typlib or dll,...

Regards

Kerem

--
 
As a MS WinForm developer, I have built applications that reference Office
assemblies in my apps for special purposes like Spell Checking (Word), etc.
I have Office 12 at home but my employer has Office 11. Today, in order to
compile the same application in both locations, I have been deleting and
resetting the references between Office 11 and Office 12, which is getting
tiresome. I also worry about recompiling the applications when my employer
finally installs Office 12.

Is there a way to solve all this resetting and recompilation?

Thanks,
Dean S
 
Back
Top