Network Directory Not accessible through .NET Assembly
I am using this new .NET dll and was having problems when I use this in my application from a network drive location which is a shared location. All the time the WinSCP.dll seems to truncate the root element. Say for example, if I am using the following path '\\NetworkRoot\dev\myproject\' where my project code resides, the WinSCP dll throws an exception that it can't find the WinSCP.dll in the following path '/dev/myproject'. Notice that this message somehow truncates the root folder name. I suppose this may be because your code doesn't properly amke use of the System.Reflection classes to get the path to the executing assembly when the project is run from some network location. Have you released the source code for this dll, so that I can take a look?
Please resolve this issue. I appreciate your help.