[Mono-list] Running Mono from a location specified by a UNC

Bill Seddon bill.seddon at lyquidity.com
Mon Jan 2 13:37:27 EST 2006


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



More information about the Mono-list mailing list