Message 1 of 3
Revit crash issue

Not applicable
11-13-2019
01:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all,
I am getting following message (crash) while opening and closing multiple Revit families.
I have gone through the following link related to above error message, but we are unable to narrow it down to the exact problem.
Below is our code snippet,
Autodesk.Revit.DB.Document doc = globalDoc.Application.OpenDocumentFile(filePath); try { //Some oeprations to get family types //and parameters and store them in xml } catch (Exception ex) { logDocument.Message(ex.Message, ex.StackTrace); } doc.Close(false); doc.Dispose();
Seeking advice/help on this issue. TIA.