System.UnauthorizedAccessException when using GlobalData ADXIESharedMemory

Add-in Express™ Support Service
That's what is more important than anything else

System.UnauthorizedAccessException when using GlobalData ADXIESharedMemory
 
czetsuya




Posts: 44
Joined: 2011-05-01
Hello,

We have been testing an ie plugin developed using add-in express. It works perfectly now but we are encountering some strange issues on some machines:

System.UnauthorizedAccessException
Path Access Denied
C:\Users\[user]\AppData\Local\Microsoft\Windows\Temporary Internet Files\[plugin]' refused.
Exception Target Site: WinIOError

Note on the installation we encountered:
Error 2755

Thanks,
czetsuya
Posted 27 May, 2011 03:43:41 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Czetsuya,

The writable location should be '..\Temporary Internet Files\Low\[plugin]'.
Posted 27 May, 2011 05:51:57 Top
czetsuya




Posts: 44
Joined: 2011-05-01
Thanks Sergey, will try it later.

BTW have you tried this:

var embeds = doc2.getElementsByTagName("embed");
foreach (HTMLEmbed embed in embeds)
{
  embed.setAttribute("wmode", "transparent", 0);
}


And for object tags?

What I want is to add wmode attribute to all object and embed tags so that it will be below my popup stack.

Already tried the above code but is not working.

Thanks,
czetsuya
Posted 27 May, 2011 10:41:16 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Czetsuya,

I am not sure if I understand you correctly.
You can send me a sample project with the issue. I will test it.
Posted 30 May, 2011 06:08:10 Top
czetsuya




Posts: 44
Joined: 2011-05-01
Hi Sergey,

Seems like it's already working when I followed your advice to save it in LOW folder.

Thanks,
czetsuya
Posted 01 Jun, 2011 04:33:42 Top
Andrei Smolin


Add-in Express team


Posts: 18842
Joined: 2006-05-11
Hi czetsuya,

May we close this case?


Andrei Smolin
Add-in Express Team Leader
Posted 01 Jun, 2011 05:44:35 Top
czetsuya




Posts: 44
Joined: 2011-05-01
Hi Andrei,

Yes sure, it's already fixed.

Thanks again,
czetsuya
Posted 07 Jun, 2011 22:20:39 Top