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: (e-mail address removed)
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top