Calling .NET Assembly to write a file
I have a Stored Procedure which calls a .NET Assembly function to copy a file to the server's hard drive.
This works fine on my local machine, but when I attempt to run it on our customer's Windows 2003 Server PC I get the following error:-
"The given path's format is not supported"
There is nothing wrong with either the path or the file I am passing.
Any Ideas? Could this be due to permissions on the server?
Thanks for your help
|