D
dfaivre
I have a C# 2005 program that uses the Visio interop to draw an org chart.
When the application is installed on a corporate user machine, and the code
launches Visio, the user is asked to authenticate (for some sort of corporate
license?) themselves before the application will fully load. This
authentication then stops the rest of the C# automation code from running.
The program runs fine on my development box where I don't have to
authenticate the Visio instance.
I have already held the code from running until the user finishes the
authentication login process, but this doesn't help. Any other ideas?
David
When the application is installed on a corporate user machine, and the code
launches Visio, the user is asked to authenticate (for some sort of corporate
license?) themselves before the application will fully load. This
authentication then stops the rest of the C# automation code from running.
The program runs fine on my development box where I don't have to
authenticate the Visio instance.
I have already held the code from running until the user finishes the
authentication login process, but this doesn't help. Any other ideas?
David