No namespace Microsoft.Office.Interop.Visio.Application

L

Liu Feng

I download the Visio2003 SDK, and the version of Office Visio is
11.5509.6568 (with SP2).

An application(Visio add-on) created by the wizard within VS.NET 2003, the
code has
Microsoft.Office.Interop.Visio.Application, But there should be
Visio.Application!

Why does it?

And, Can only use the Wizard of VisioSDK to create application "Visio
add-on"?

--


Thanks,
LiuFeng
MSN Messenger: [email protected]
 
A

Al Edlund

sometimes an import is renamed so that instead of using the fully qualified
namespace you can use a short cut.
ex. imports visio = microsoft.office.interop.visio
so that you can use visio.application in your code

no, you do not have to use the visiosdk to create a setup/distribution
project, you can create it yourself.
al
 
Top