Re: one more short question
From: Junkstyle (Junkstyle_at_discussions.microsoft.com)
Date: 11/30/04
- Next message: Stigur: "Refer to Masters with multiple shapes from shapes"
- Previous message: Forrest Liu: "Drawing Control IsDirty?"
- Next in thread: Kari Yli-Kuha: "Re: one more short question"
- Reply: Kari Yli-Kuha: "Re: one more short question"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 30 Nov 2004 15:31:06 -0800
Thanks Kari. I got it running in vb.exe as well as c# as a windows app. I
very much appreciate your help so if you dont know this next question I still
owe you alot of gratitude.
One thing is I'm trying to implement it under IIS but I keep getting the
exception:
{System.Runtime.InteropServices.COMException} System.Object
"Server execution failed"
code:
Microsoft.Office.Interop.Visio.InvisibleApp ovApp;
Microsoft.Office.Interop.Visio.Document ovDoc;
ovApp = new Microsoft.Office.Interop.Visio.InvisibleApp(); //error: "Server
execution failed"
ovDoc = ovApp.Documents.Open(svgFullPath);
ovDoc.SaveAs("vsdFullPath");
ovDoc.Close();
ovApp.Quit();
Is it possible to have Visio calls run under IIS? Is there a setting I'm
missing?
Thanks
- Next message: Stigur: "Refer to Masters with multiple shapes from shapes"
- Previous message: Forrest Liu: "Drawing Control IsDirty?"
- Next in thread: Kari Yli-Kuha: "Re: one more short question"
- Reply: Kari Yli-Kuha: "Re: one more short question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|