Message 1 of 5

Not applicable
10-01-2019
05:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have the need to save active cloud model to a local file. When I try to use SaveAs I get the following error.
"Error saving solved project: A managed exception was thrown by Revit or by one of its external applications."
My code is like below, where "NewFilePath" is to local hard drive.
SaveAsOptions sao = new SaveAsOptions(); sao.OverwriteExistingFile = true; doc.SaveAs(NewFilePath, sao);
I've tried this on both the active cloud document, and by making copy of the local cache file first, but both approaches result in error.
Any thoughts? Keep in mind my main goal is just to get a detached local copy of the cloud model.
Thanks,
Jon
Solved! Go to Solution.