Execute NX Open application from Network Location
Execute NX Open application from Network Location
(OP)
Unable to run the NX Open application's from Network locations, getting ufusr error. This application is running without any issues when copied to local folder.
What is the difference between running from local folder to that with Network folder.
What is the difference between running from local folder to that with Network folder.





RE: Execute NX Open application from Network Location
Here is the command for Win7-32
C:\Windows\Microsoft.NET\Framework\v2.0.50727\caspol.EXE -q -m -cg LocalIntranet_Zone FullTrust
And Win7-64
C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CasPol.exe -q -m -cg LocalIntranet_Zone FullTrust
Also, be sure to compile your DLL with a "release" status (vs "debugging")
And do not forget to sign your application too
Hope this helps...