Connection with excel file problems

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SeeMe
    New Member
    • Mar 2008
    • 18

    Connection with excel file problems

    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
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    Explain what you mean by "Software not allow me to write this code." I don't understand what you mean. Are you getting an error?

    Comment

    Working...