Why does this get an access violation:
using fs := new FileStream( fullFilename, FileMode.Open, System.IO.FileAccess.Read )
when the fullfilename is like "\\52.1.1.1\d$\temp\file.bmp" and EVERYONE has access to the folder?
If the file is just "d:\temp\file.bmp", the FileStream can read it. There is something about the IP address part.
The language is Oxygene, but I'm not sure why that would make a difference. But it IS .Net. FWIW.