P
Pradeep
I have added a reference to "Microsoft.Office.Interop.Visio.dll" in my
project. I am unable to use it in the using statement as shown below:
using Visio = Microsoft.Office.Interop.Visio;
Help me to know any prerequisites for the above statement to work.
project. I am unable to use it in the using statement as shown below:
using Visio = Microsoft.Office.Interop.Visio;
Help me to know any prerequisites for the above statement to work.