VISIO Activex Src Property Error

P

Paritosh Mhaisekar

Hi,
I tried using the VISIO activex object on my Winform
I wanted to open the SVG file when the form is loaded . But when i set the
src property of the drawing control. I get an error which is extremely
cryptic.
Following is the MS documentation
"
Loading a Visio Document
Use the Visio drawing control's Src property to load a document into the
control. For example, the following C# example shows how to load a Visio
drawing:

drawingControl.Src = "C:\\Drawing.vsd";

You can load any Visio file type using the Src property (for example, .vsd,
..vdx, .vst, or .svg). The file can be stored locally or on a remote file
server."

This throws error for me for a svg file.
Any ideas ??
TIA
Paritosh M
 

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