DWG export hangs at the export method

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
We have an addin that exports DWGs from files and for some reason the export method stops.
This is the method we use:
Document..::..Export Method (String, String, ICollection<(Of <(<'ElementId>)>)>, DWGExportOptions)
and this is a copy of the line where it stops (just to really indicate that its beyond my control, its a problem somewhere inside the API):
_doc.Export(path, v.ViewName,viewToExport,options);
I can understand that we there could be something wrong with the code, but the addin is the most used at our company and there are people using it without problems, some experience problems sometimes and some never get it to work. The problem exist for both 2014 and 2015, we run the latest UR.
It allways works for me: but I've used the remote debugger to hook on to users to be able to find out where it actually stops.
So just to clarify: the exact same file with the exact same settings will freeze at the export method for a user and then work for me when I try 1 minute later (on the same machine, using remote desktop).
What ends up in the export folder is 3 .pat-files.
Any ideas? What could be the problem or suggestions on how to investigate further?
Thanks
/Erik
To Autodesk: I've filed a support request case for this so there is no need to escalate.