U
Urs Eichmann
Hi,
Scenario: Sharepoint event capture Add-In, is instantinating a Domain user
before loading and modifing a Visio Document.
The problem: If the user which is being instantinated is logged in
interactively on the server, everything works fine. However, if the user is
not logged in, I get Exception COMException (0x80080005): Server execution
failed on the following line:
m_VisioApp = New Visio.Application
Is this a known limitation? Is there any way around it (other than keeping
the user logged in all the time?)
Thanks for any help,
Urs Eichmann
Scenario: Sharepoint event capture Add-In, is instantinating a Domain user
before loading and modifing a Visio Document.
The problem: If the user which is being instantinated is logged in
interactively on the server, everything works fine. However, if the user is
not logged in, I get Exception COMException (0x80080005): Server execution
failed on the following line:
m_VisioApp = New Visio.Application
Is this a known limitation? Is there any way around it (other than keeping
the user logged in all the time?)
Thanks for any help,
Urs Eichmann