提问人:Matthias 提问时间:3/17/2014 最后编辑:RizwanMatthias 更新时间:10/25/2021 访问量:9042
为什么systemprofile需要Desktop文件夹才能打开excel文件
Why does systemprofile need Desktop folder to open excel file
问:
在 systemprofile 文件夹中创建名为“Desktop”的文件夹之前,我们无法使用 ASP.net 打开 Excel 工作簿。
解决方案是在C:\Windows\SysWOW64\config\systemprofile\
错误信息:
System.Runtime.InteropServices.COMException (0x800A03EC): Microsoft Office Excel cannot access the file 'c:\temp\test.xls'.
有几个可能的原因:
- 文件名或路径不存在。
- 该文件正被另一个程序使用。
- 您尝试保存的工作簿与当前打开的工作簿同名。
有人知道对此的解释吗?
如果在此处找到提示:Windows Server 2008 x64 之上的 Excel 2007 自动化
但是我不明白这个 Desktop 文件夹与 Excel 或 InteropServices 有什么关系。
版本信息:
操作系统: Windows Server 2012
IIS:Internet Information Services(版本 8.0.9200.16384)
Excel:Excel 2013
答: 暂无答案
评论