Microsoft.Office.Interop.Excell.dll

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bockstap
    New Member
    • May 2010
    • 2

    Microsoft.Office.Interop.Excell.dll

    Hi, I am using the Microsoft.Offic e.Interop.Excel l.dll in asp.net. My question is:
    Do I need to install microsoft office excel on the IIS production server?
  • ThatThatGuy
    Recognized Expert Contributor
    • Jul 2009
    • 453

    #2
    Originally posted by bockstap
    Hi, I am using the Microsoft.Offic e.Interop.Excel l.dll in asp.net. My question is:
    Do I need to install microsoft office excel on the IIS production server?
    ya you need it....

    I recommend use OledbConnection for accessing data from excel....

    Comment

    • bockstap
      New Member
      • May 2010
      • 2

      #3
      Originally posted by ThatThatGuy
      ya you need it....

      I recommend use OledbConnection for accessing data from excel....
      http://support.microsoft.com/kb/306572
      I also need to embed files in the excel document,... i think that this is not possible using oledbconnection

      Comment

      • ThatThatGuy
        Recognized Expert Contributor
        • Jul 2009
        • 453

        #4
        Originally posted by bockstap
        Hi, I am using the Microsoft.Offic e.Interop.Excel l.dll in asp.net. My question is:
        Do I need to install microsoft office excel on the IIS production server?
        if the dll is not copied in bin then....
        you need to....

        Why don't you try it on a non excel machine

        Comment

        Working...