This is a migrated thread and some comments may be shown as answers.

how to find out 0x800A0046 CTL_E_PERMISSIONDENIED

0 Answers 309 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
Newi
Top achievements
Rank 1
Newi asked on 09 Mar 2016, 10:35 PM

hi

after 1000 times try and  catch (ex) i dont know

how to find out why i get HRESULT 0x800A0046 CTL_E_PERMISSIONDENIED

i allso check my fileperm when i use 

   var fso = new ActiveXObject("Scripting.FileSystemObject")
   
var f = fso.OpenTextFile("C:\\test.txt", 8, true)
   
f.Write(strSQLci+"\n");
   
f.Close();   

any ideas 

thx 4 help ;-)

Newi

No answers yet. Maybe you can help?

Tags
Fiddler Classic
Asked by
Newi
Top achievements
Rank 1
Share this question
or