Assemblies location - mapped drive vs. local drive

Cecil

19+ years progress programming and still learning.
I have interesting problem where the .net assemblies are not loading in the session without any errors, apart from a blank WinForm the title "<insert title here>".
The -assemblies startup parameter point to a map drive which contains a assemblies folder.
Copy the contents of the assemblies folder to the local machine's drive (i.e. C:\assemblies\ ) and change the -assemblies startup parameter to point to the folder, it start to work without a problem,

I can't be permissions issue of the map drive because all the application .r code is located on there.

The windows desktop machine is being hosted by AWS. Not sure if that is a factor of not.

Any ideas?

OE 11.7.x
 
Top