Microsoft.Office.Interop.Excel error

Discussion in 'ASP.NET 2.0' started by danics, Jun 25, 2008.

  1. Hi, I m Using Microsoft.Office.Interop.Excel for create Excel file of my html output. thats good for runnig application in local but when i m publish than into server thats show to me below error!

    Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies

    also i add Microsoft.Office.Interop.Excel.dll to bin folder but thats not solution.
    please help me.
     
  2. Open a Support Ticket from your Control Panel and ask about this.
    Was still my understanding that we do not have access to it.
    But I am not certain of that.
    Salute,
    Mark
     
  3. Did you ever find a solution to this problem? I am having the same problem with an HttpModule. I can successfully run this module with the same web.config file on 2 other servers, but when I move the site to DiscountASP, the server does not seem able to load the assembly.

    Any clues?
     

Share This Page