My file is in the solution (Files\customer invoice.xls) and this is how I am referencing it in the code. but in debug it shows c:\windows\system32\inetsrv\Files\customer invoice.xls'.
how should I reference it?
|
My file is in the solution (Files\customer invoice.xls) and this is how I am referencing it in the code. but in debug it shows c:\windows\system32\inetsrv\Files\customer invoice.xls'. how should I reference it? |
|||
|
|
|
Without seeing any additional code my first guess is that you have mixed up System.IO.File and Microsoft.SharePoint.SPFile. Please add your code as well to the question, that would help, a lot! |
|||||
|