(IIS8.5)Microsoft Excel无法打开或保存更多文档
由于没有足够的可用内存或磁盘空间,Microsoft Excel无法打开或保存更多文档。 •要提供更多内存,请关闭不再需要的工作簿或程序。 •要释放磁盘空间,请从您保存的磁盘中删除不再需要的文件。(IIS8.5)Microsoft Excel无法打开或保存更多文档
,而在我的应用程序中打开一个Excel工作表 应用是IIS5
和IIS7
运行良好,但是当我与IIS8.5
转移到Windows server 2012 R2
它没有工作 我得到这个错误我用Google搜索,发现了一些解决方案,但他们也没有工作。
这是我曾尝试
For both 32-bit and 64-bit versions of Windows, the folder “C:\Windows\System32\config \systemprofile\desktop” must exist and you need Full Control permissions to the
“systemprofile” and “desktop” directories.
For 64-bit versions of Windows 7 or Server 2008 and higher, the “C:\Windows\SysWOW64
\config\systemprofile\desktop” folder must also exist and you need Full Control
permissions to the “systemprofile” and “desktop” directories.
For 64-bit versions of Windows Vista, the “C:\Windows\SysWOW \config\systemprofile
\desktop” folder must also exist and you need Full Control permissions to the
“systemprofile” and “desktop” directories.
For Windows 8.1, in addition to the above, the Windows Registry Key
[HKEY_Current_User\Softwware\Microsoft\Windows\CurrentVersion\Explorer\User Shell
Folders\Cache] must be set to C:\Windows\Temp
回答:
终于找到答案 在64位系统与32位Office试试这个:
Start Run
mmc -32
File
Add Remove Snap-in
Component Services
Add
OK
Console Root
Component Services
Computers
My Computer
DCOM Config
Microsoft Excel Application
发现Excel应用程序给它适当的安全通关后你很好去
以上是 (IIS8.5)Microsoft Excel无法打开或保存更多文档 的全部内容, 来源链接: utcz.com/qa/260337.html