是Office 2003的互操作支持的Windows Server 2008上..?操作、Office、Server、Windows

由网友(孤街.)分享简介:我收到以下错误试图Windows服务器上运行互操作相关的计划2008年其运行精致取胜Server 2003和XP上:I am getting below error while trying to run an interop dependent program on Windows server 2008 its...

我收到以下错误试图Windows服务器上运行互操作相关的计划2008年其运行精致取胜Server 2003和XP上:

I am getting below error while trying to run an interop dependent program on Windows server 2008 its running fine on Win Server 2003 and XP:

System.Runtime.InteropServices.COMException(0x800A03EC):从HRESULT异常:0x800A03EC    在Microsoft.Office.Interop.Excel.WorkbookClass.SaveAs(......)

System.Runtime.InteropServices.COMException (0x800A03EC): Exception from HRESULT: 0x800A03EC at Microsoft.Office.Interop.Excel.WorkbookClass.SaveAs(.......)

据微软称,Windows Server 2008是不是在suppoerted操作系统列表。

According to Microsoft, Windows Server 2008 is not in list of suppoerted OS.

http://www.microsoft.com/downloads/en/details.aspx?familyid=3c9a983a-ac14-4125-8ba0-d36d67e0f4ad&displaylang=en

支持的操作系统:Windows 2000 Service Pack 3的,在Windows Server 2003; Windows XP的

Supported Operating Systems:Windows 2000 Service Pack 3;Windows Server 2003;Windows XP

任何人都可以请证实..有没有人尝试过​​呢..?

Can anybody please confirm this.. has anyone tried it ..?

推荐答案

找到答案...... !!!!!!!

Found Answer.......!!!!!!!

官方Microsoft Office 2003的互操作不支持微软Windows Server 2008上。

Officially Microsoft Office 2003 Interop is not supported on Windows server 2008 by Microsoft.

但很多排列与放大器之后;组合与code和搜索,我们遇到了一个解决方案而适用于我们的场景。

But after a lot of permutations & combinations with the code and search, we came across one solution which works for our scenario.

解决的办法是插入Windows 2003和2008年保持其文件夹结构的方式之间的区别,因为Office互操作依赖于桌面文件夹中的文件打开/保存intermediately。 2003年系统公司在systemprofile,systemprofile系统是不存在于2008年桌面文件夹。

The solution is to plug the difference between the way Windows 2003 and 2008 maintains its folder structure, because Office Interop depends on the desktop folder for file open/save intermediately. The 2003 system houses the desktop folder under systemprofile which is absent in 2008.

所以,当我们创建于2008年此文件夹中的各个层次下,如下图所示;办公室互操作是能根据需要保存文件。 须根据

So when we create this folder on 2008 under the respective hierarchy as indicated below; the office Interop is able to save the file as required. This Desktop folder is required to be created under

C: WINDOWS system32 设置 systemprofile,systemprofile系统

C:WindowsSystem32configsystemprofile

C: WINDOWS Syswow64资料设置 systemprofile,systemprofile系统

C:WindowsSysWOW64configsystemprofile

这工作对我来说...

This worked for me...

另外做检查,如果.NET 1.1的安装,因为它需要的互操作性,并在Windows Server pinstalled OT $ P $ 2008年

Also do check if .NET 1.1 is installed because its needed by Interop and ot preinstalled by Windows Server 2008

或者,你也可以使用SaveCopyas()方法IST只是把onargument为文件名字符串)

Or you can also Use SaveCopyas() method ist just take onargument as filename string)

谢谢你们..!

阅读全文

相关推荐

最新文章