Is it possible to run a Mono application on Windows located on a remote drive that is referenced by a UNC? If I have an application x.exe that is located at the location:
\\myserver\avolume\app If I run the application: mono \\myserver\avolume\app\x.exe I receive an exception when any form is instantiated. The same .NET assembly runs OK when the assembly is local or when the remote location is mapped as a drive (e.g. f: = \\myserver\avolume\app). Is there something "special" to do that will enable Mono to work from a UNC location? Bill Seddon _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
