Visio
Visio C#
Visio C#
  • Visio and C#
    • Hello world
    • Get the Visio PIA from the Global Assembly Cache
  • ShapeSheet
    • GetResults
    • SetResults
    • GetFormulas
    • SetFormulas
Powered by GitBook
On this page
  1. Visio and C#

Get the Visio PIA from the Global Assembly Cache

Launch CMD

Run this command

SUBST X: C:\Windows\assembly

CD to the location of the Assembly

CD X:\GAC_MSIL\Microsoft.Office.Interop.Visio\14.0.0.0__71e9bce111e9429c

Copy the Microsoft.Office.Interop.dll out of the folder

COPY X:\GAC_MSIL\Microsoft.Office.Interop.Visio\14.0.0.0__71e9bce111e9429c\Microsoft.Office.Interop.Dll d:\PIA
PreviousHello worldNextGetResults

Last updated 3 years ago