L
Larry - tekWorx, LLC.
I have an application that I developed in VB.Net that accesses visio from the
program and creates drawings.
I originally programmed the application to work with Visio 2002 and never
had any problems.
I just upgraded to Visio 2003 and now the program gives me an error when it
tries to create my drawing file...
An unhandled exception of type 'System.Runtime.InteropServices.COMException'
occurred in Project Developer.exe
Additional information:
Requested operation is presently disabled.
The program stops at the following line:
newPage = curDoc.Pages.Add
It seems that I can no longer add a page. I checked to make sure that the
Markup is OFF, but it will still not allow me to add pages.
Any help is greatly appreciated!
program and creates drawings.
I originally programmed the application to work with Visio 2002 and never
had any problems.
I just upgraded to Visio 2003 and now the program gives me an error when it
tries to create my drawing file...
An unhandled exception of type 'System.Runtime.InteropServices.COMException'
occurred in Project Developer.exe
Additional information:
Requested operation is presently disabled.
The program stops at the following line:
newPage = curDoc.Pages.Add
It seems that I can no longer add a page. I checked to make sure that the
Markup is OFF, but it will still not allow me to add pages.
Any help is greatly appreciated!