kennedyeoin
Programmer
I am tring to use packaging to copy a word document located on a sharepoint server.
The code I am using is
String packagePath="
Package docPackage = Package.Open(packagePath, FileMode.Create, FileAccess.ReadWrite);
I am recieving the error URI formats are not supported.
Does anybody know how to overcome this problem.
I really would appreciate any help,
Thanks
The code I am using is
String packagePath="
Package docPackage = Package.Open(packagePath, FileMode.Create, FileAccess.ReadWrite);
I am recieving the error URI formats are not supported.
Does anybody know how to overcome this problem.
I really would appreciate any help,
Thanks