G
Guest
Hi,
I'm using a Word Interop (Word 2007) in C# to open a document, make some
text replacement, save it temporary and then send it to the user. I'm doing
this like this:
....
app = new word.Application();
doc = app.Documents.Add(ref templateFile, ref falseValue, ref missing, ref
missing);
....
On local environment and on my testserver (Windows 2003 - I know "MS doesn't
support server-side office automation") it works fine. But after deployed to
my ISP doc = null and app.Documents.Count = 0. Why?
Can anybody help me?
Thanks a lot,
Andreas Hengstebeck
I'm using a Word Interop (Word 2007) in C# to open a document, make some
text replacement, save it temporary and then send it to the user. I'm doing
this like this:
....
app = new word.Application();
doc = app.Documents.Add(ref templateFile, ref falseValue, ref missing, ref
missing);
....
On local environment and on my testserver (Windows 2003 - I know "MS doesn't
support server-side office automation") it works fine. But after deployed to
my ISP doc = null and app.Documents.Count = 0. Why?
Can anybody help me?
Thanks a lot,
Andreas Hengstebeck