Hi,

I have windows form application that uses unmanaged c library.
When I am using no touch deployment, I am trying to load this dll from url
that this application came from.
for example http://Myserver/Depl0y/analytic.dll
I am geeting exception File not found.
When I am trying to access manually through web browser, I am getting the
dll to download.
Securty group on client machine has fulltrust.

Is it possible to do?

Thank you.