Hi,
I using Microsoft Visual Studio C# 2003, Microsoft Office Excel 2003 and using IIS server. I added Microsoft Excel 11.0 Object Library refrence.
1. Software not allow me to write this code:
Excel.Applicati on app = new Excel.Applicati on();
2. Excel.Applicati on app = new Excel.Applicati onClass();
When the program run with this code that will show an error in bellow.
Server Error in '/data' Application.
Asscess dinied.
May I know what happen for my program?
Thank you
I using Microsoft Visual Studio C# 2003, Microsoft Office Excel 2003 and using IIS server. I added Microsoft Excel 11.0 Object Library refrence.
1. Software not allow me to write this code:
Excel.Applicati on app = new Excel.Applicati on();
2. Excel.Applicati on app = new Excel.Applicati onClass();
When the program run with this code that will show an error in bellow.
Server Error in '/data' Application.
Asscess dinied.
May I know what happen for my program?
Thank you
Comment