Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
我唯一一次看到该错误是当您尝试在共享主机上安装 .MSI 文件时。要访问该功能,您将需要虚拟专用 (http://x.co/b7Si) 或专用服务器 (http://x.co/b7Sk)。
The only time I have seen that error is when you are trying to install .MSI files on shared hosting. To have access to that ability, you will need a virtual dedicated (http://x.co/b7Si) or dedicated server (http://x.co/b7Sk).
当您从此处下载 Open XML SDK 2.0 时,它将为您提供一个 dll,您需要包含该 dll 才能使用
DocumentFormat
命名空间。特定的 dll 称为DocumentFormat.OpenXml.dll
,您应该将该 dll 复制到支持人员告诉您创建的文件夹中。您还需要在项目中引用该 dll 才能使用它。一旦执行此操作,您看到的特定错误消息就会消失。When you download the Open XML SDK 2.0 from here, it will give you a dll that you will need to include in order to use the
DocumentFormat
namespace. The specific dll is calledDocumentFormat.OpenXml.dll
and you should copy that dll into the folders the support person told you to create. You will also need to reference that dll in your project in order to use it. Once you do that the specific error message you are seeing will go away.我能够通过使用复选框“创建应用程序根”来解决该错误。
请注意,在 GoDaddy 上使用 IIS 管理器创建的应用程序应与使用 FTP 在 GoDaddy 上创建的应用程序同名。
此问题已通过 GoDaddy 支持得到解答。
I was able to solve the error by using the tick box "Create Application Root".
Note that the application created using the IIS manager on GoDaddy should be the same name as the application created on GoDaddy using the FTP.
This was answered using GoDaddy support.