Page 1 of 1

Error involving msxml3.dll

Posted: 26 Dec 2020, 21:07
by gibbons6546
Hello,

I've tried AHK Studio on Win10 and Win7 and I get the following error when I run the Split Code plugin. I've done some searching for a potential a solution but with no success. Can anyone please help me with this? Thank you very much

Code: Select all

Split Code.ahk
Error in #include file "C:\Users\Username\Documents\AutoHotkey\Lib\Studio.ahk": 0x80004005 - Unspecified error
Source: msxml3.dll
Description: Expected token ']' found '@'.
//'[@start<= and -->@<--end>=]
HelpFile: (null)
HelpContext: 0
Specifically: SelectSingleNode
Line#
302: For a,b in StrSplit(list,",")
303: new.SetAttribute(b,att[b])
304: if text
305: new.text:=text
306: Return,new
307: }
308: {
---> 309: Return,this.xml.SelectSingleNode(path)
310: }
311: {
312: Return,this.xml.SelectNodes(path)
313: }
314: {
315: Return,this.xml.xml
316: }
Continue running the script? [Yes] [No]