JoshuaJoynoFerrer / np-activex

Automatically exported from code.google.com/p/np-activex
0 stars 0 forks source link

AciteX cannot open word document #345

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
By using this script to open the microsoft word document:
    function Orbit_OpenFileLinks(fileURL) {
          try{
        var newActiveXObj = new ActiveXObject('Word.Application');  
        newActiveXObj.Visible = true;
        newActiveXObj.Documents.Open(fileURL);
           }
           catch(error){
            console.log(error);
           }
    }

When was the last time the site was successfully worked with Chrome ?
最后一次正常使用这个网站是什么时候?
so far so good.

Please paste/attach the logs here
请在此粘贴日志的内容,或者以附件形式上传。

---------- Start of log --------------
UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like 
Gecko) Chrome/35.0.1916.153 Safari/537.36
Extension version: 1.5.0.7

------------ Frame 2 ------------------
Objects:
{"href":"http://localhost:8686/gsa/activex.html#","clsid":"{9732FB42-C321-11D1-8
36F-00A0C993F125}","actived":true,"rule":"custom_1406209827477_25_19310"}

Log:
15:09:57 PageURL: http://localhost:8686/gsa/activex.html#
15:09:57 Loading config from session cache
15:09:57 Page 
rule:{"title":"Rule","type":"wild","value":"http://localhost:8686/gsa/activex.ht
ml","userAgent":"","script":"dynamic","identifier":"custom_1406209827477_25_1931
0"}
15:09:57 Object activating
15:09:57 Create replacement object
15:09:57 0x005a0ca8 npactivex.cpp:402 instance id: LabelControl
15:09:57 0x005a0ca8 FakeDispatcher.cpp:83 Disp 0x04e2efb0 Type: [object 
HTMLDocument], Name: 
15:09:57 0x005a0ca8 axhost.cpp:531 AxHost.CreateControl: failed to create site 
for 0x80040154
15:09:57 0x005a0ca8 npactivex.cpp:448 AxHost.NPP_New: failed to create the 
control
15:09:57 0x005a0ca8 axhost.cpp:171 AxHost.~AXHost: destroying the control...
15:09:57 0x005a0ca8 Host.cpp:78 CHost::~CHost
15:09:57 Enabled object, id: LabelControl clsid: 
{9732FB42-C321-11D1-836F-00A0C993F125}
15:09:58 Dynamic create Word.Document
15:09:58 0x005a0be0 axhost.cpp:468 AxHost.setClsIDFromProgID: PROGID 
Word.Document resolved and set
15:09:58 0x005a0be0 FakeDispatcher.cpp:83 Disp 0x04e2efe0 Type: [object 
HTMLDocument], Name: 
15:09:58 0x005a0be0 axhost.cpp:556 AxHost.CreateControl: control created 
successfully
15:09:58 0x005a0be0 npactivex.cpp:460 005a0be0 AxHost.NPP_New: Create control 
finished

---------------- End of log ---------------

If the website is not accessible from everyone, we may request you to send
us the content of page.
如果这个网站不能任意访问,我们可能以后会需要您提交
网页的内容以供调试。

Original issue reported on code.google.com by tcl...@gmail.com on 24 Jul 2014 at 7:23