1
Error on Document Viewer: Unable to load DLL 'PortableEngine.Native.dll': The network path was not found.
Problem reported by Sami Bader - 1/25/2022 at 12:51 AM
Submitted
Hi all,
We are getting this error on one of our deployment environment but the depolyment for other environments are working without issues

Unable to load DLL 'PortableEngine.Native.dll': The network path was not found. (Exception from HRESULT: 0x80070035) 

We are using asp.net mvc with framework version 4.7.2
and the deployment is on IIS
We tracked also the AssemblyResolver log, but couldn't identifyt the exact problem.

Can anybody help please
Thanks

1 Reply

Reply to Thread
0
Cem Alacayir Replied
Employee Post
That's strange. Are you using a virtual directory pointing to a UNC path (\\server\share) for this deployment? I guess that's where "network path" error comes from.

This article may be helpful, especially "Enable Insecure Guest Logons" section:

Reply to Thread