J
josh
I'm getting the following exception thrown when trying to get a reference to
a shape on the drawing in the Visio ActiveX control:
System.Runtime.InteropServices.COMException -
Cannot create object.
The drawing control is hosted in a Windows Forms app (.Net 1.1) and the code
I'm using to get a reference to the shape is:
Dim shapeLastModifiedDate As Visio.Shape = oPage.Shapes.Item("DateLastUpdate")
where oPage is the active page. any help would be greatly appreciated!
a shape on the drawing in the Visio ActiveX control:
System.Runtime.InteropServices.COMException -
Cannot create object.
The drawing control is hosted in a Windows Forms app (.Net 1.1) and the code
I'm using to get a reference to the shape is:
Dim shapeLastModifiedDate As Visio.Shape = oPage.Shapes.Item("DateLastUpdate")
where oPage is the active page. any help would be greatly appreciated!