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
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