G
Guest
Hi Everyone,
I want to build up a web services that uses the Excel Object in .NET (COM).
I typed down the code and everything compiles fine. But when I run it, a
debug message is given : "Access is denied" when I want to pass this line :
"m_objExcel = new Excel.Application();"
What's the cause of this exception? Can I do such a thing in a Web Service?
Thanks in advance
I want to build up a web services that uses the Excel Object in .NET (COM).
I typed down the code and everything compiles fine. But when I run it, a
debug message is given : "Access is denied" when I want to pass this line :
"m_objExcel = new Excel.Application();"
What's the cause of this exception? Can I do such a thing in a Web Service?
Thanks in advance