Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. MS Office 2007 - Server Requirements

MS Office 2007 - Server Requirements

Scheduled Pinned Locked Moved C#
questioncsharpcomsysadminbusiness
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    newc1
    wrote on last edited by
    #1

    Hi, Not sure where the best place for this question would be, but hopefully someone might be able to help. I have developed a .Net 2.0 windows service that utilises the MS Office Excel 12.0 PIA. I am looking into the implementation of this service onto a number of production web servers and ideally would like to not have to install the full version of Office 2007 onto each server. It is possible to download the Office 2007 PIA redistributable package, but Office 2007 must be installed as a prerequisite. Is there anyway I can utilise the Office Interop's on a server that does not have Office installed? Thanx, and apologise if this is posted in the wrong forum...

    Clean code is the key to happiness.

    M 1 Reply Last reply
    0
    • N newc1

      Hi, Not sure where the best place for this question would be, but hopefully someone might be able to help. I have developed a .Net 2.0 windows service that utilises the MS Office Excel 12.0 PIA. I am looking into the implementation of this service onto a number of production web servers and ideally would like to not have to install the full version of Office 2007 onto each server. It is possible to download the Office 2007 PIA redistributable package, but Office 2007 must be installed as a prerequisite. Is there anyway I can utilise the Office Interop's on a server that does not have Office installed? Thanx, and apologise if this is posted in the wrong forum...

      Clean code is the key to happiness.

      M Offline
      M Offline
      Mike Dimmick
      wrote on last edited by
      #2

      The Office Primary Interop Assemblies do nothing by themselves. They simply provide a way to call the Office programs to do something on your program's behalf. Even if they're not visible, the Office apps have to run when you call the methods in the PIAs. If you check Task Manager, you will see that (in this case) EXCEL.EXE is running.

      DoEvents: Generating unexpected recursion since 1991

      N 1 Reply Last reply
      0
      • M Mike Dimmick

        The Office Primary Interop Assemblies do nothing by themselves. They simply provide a way to call the Office programs to do something on your program's behalf. Even if they're not visible, the Office apps have to run when you call the methods in the PIAs. If you check Task Manager, you will see that (in this case) EXCEL.EXE is running.

        DoEvents: Generating unexpected recursion since 1991

        N Offline
        N Offline
        newc1
        wrote on last edited by
        #3

        Had a feeling that was the case. Thanx for the quick response...

        Clean code is the key to happiness.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups