I have a big problem useing the Visio DrawinControl in a c#-Application. I am setting the SRC-Property to the path of a visio-file and the file is loaded for visualisation in the DrawingControl. The problem is, that when there are ole-references (to files that don't exist any more) in the loaded visio-drawing it takes more then a minute to load the file. Whereas it takes a few seconds if the ole-references exist.
Is there a way to configure the DrawingControl to make no validation of ole-references and get a load-performance that is acceptable?
I hope anyone can help me with this problem ... I already tried a lot of Settings (OleUpdateDelay, OnDataChangedDelay, ...) ... nothing helped.
Thank you for help.