I am trying to write a file to a MOSS 07 Document library in C#
Outlook Add-in - on my test development machine, the code works
great. Early on during development I encountered this 409 conflict
error and I don't remember what I did to revent this error. I am
using a "PUT" to do this. There is no other files in the document
library and WebDAV is Allowed.
Here is the custom error:
SharePointServices.UploadDcoument(..) error: The remote server
returned an error: (409) Conflict. Remote filename:
http://moss:8000/sites/NEMA/OutlookAddin/NEMA Outlook Add-in Document
Library/Tyler Event/Tyler Event_Budget.xlsx
Any thoughts?