Exception when setting Src property of drawing control

J

jgmeyer

I am getting the following error when setting the Src property of the drawing
control in the designer:

"Invalid Property Value"
If I click Details, it shows
"Exception from HRESULT: 0x86DB0455."

I tried setting it in code but I get the same exception when the application
runs. Can anyone help, please???
 
D

David Parker [Visio MVP]

What language are you using to set src?
Is a fully qualified path going in?
Do you need to double -up slashes?
 
Top