Message 1 of 9

Not applicable
04-25-2017
03:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We are building a Revit plugin which exports rvt file to json for WebGL rendering. The core of plugin is a child class of IExportContext which is triggered by CustomExporter. The same piece of code works fine for rvt 2015 to 2017. After we rebuild the plugin with rvt 2018, we find the plugin will crash easily if we export multiple views. With some experiments, we find crash will occur unless we only export current active 3D view.
Some other observation are
1) crash has not debug information. It crashes at revit DLLs.
2) crash happens right after IExportContext.OnViewEnd()
I attached a simplified code sample to illustrate the problem. Please help.
Solved! Go to Solution.