在Linux Ubuntu上安装Office 2010时,我收到了以下错误消息:
Error: The following file is located on a Fuse Filesystem. It may prevent wine from working.
我正在使用PlayonLinux安装Office 2010
任何建议。
如@Rinzwind所述,禁用了安全检查
酒上说
错误:葡萄酒似乎已经崩溃了。如果您的程序正在运行,只需忽略此消息。
因此,我忽略了它,通过单击NEXT继续前进,但随后它显示了错误消息。
错误:二进制未找到: WINWORD.EXE,EXCEL.EXE OUT
我试图使用js outlook activexobject发送一封带有多个附件的电子邮件。但却得到了对象错误。我可以发送带有单个附件的电子邮件,但无法使用多个附件发送。
I was trying the below code
function sendmail()
{
var attachFilePath = document.getElementById('fPath').value;
var theApp; //Reference to Outlook.Application
var theMailItem; //Outlook.mailItem