asked on July 13, 2016
•
Show version history
In the RepositoryAccess SDK I am calling ...
Entry.TryGetEntryInfo(parentFolder.FolderInfo, documentName, session);
This call is occassionally throwing an InvalidOperationException with a message of "Invalid object name". What could cause this to happen? The parentFolder.FolderInfo is valid and the folder does exist. The session is valied. The documentName does not exist so I would expect it to return null, not throw an exception.
0
0