- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All
I'm trying to use Fenton Webb's BlockView.Net control in my addin(in fact I use two of them).
It works fine but there are some issues (i.e. the addin crashes Autocad if I start the command/dialog, close it and start it again).
So, if anybody has any experience with this control, I have a couple of questions:
1. Did anybody encounter the problem mentioned above, its reason and maybe a solution?
2. There is the issue of the control crashing Visual Studio when trying to open the form in designer (see Kean Walmsley's blog http://through-the-interface.typepad.com/through_the_interface/2008/06/autocad-net-ver.html ).
In the same blog, Toby Tanzillo proposed a solution based on System.Process.GetCurrentProcess, but one cannot add or modify code in the designer. Has anyone succeeded using that?
3. For each file to view, the control creates a new Database which remains there for the life of the Autocad session, eating up memory etc.
Can these Databases be deleted when the command exits? Could one use a single Database, erasing its contents each time before reading in anothe file?
Well, this was a mothfull.
Any tips will be much appreciated.
alex
Solved! Go to Solution.