Error when accessing the site

This forum is for eXpress++ general support.
Message
Author
k-insis
Posts: 100
Joined: Fri Jan 28, 2011 4:07 am

Re: Error when accessing the site

#11 Post by k-insis »

Interesting, I do run all Windows instances under Linux VMs and dc_spawnurl works as documented .

But url.dll that is used inside that is part of internet explorer which might be blocked under specific configuration due to safety issues.

This: "rundll32 url.dll,FileProtocolHandler file://fil............" might represent suspicious activity to security mechanism and is aborted immediately by OS

Greetings
Eugene Lutsenko wrote: Sat Mar 12, 2022 1:26 am It turns out that this error in the DC_Spawnuri() function occurred when Windows was running under Linux. Another option with DllCall( "SHELL32.DLL" ,... works fine in this case as well.

Post Reply