runtime error'-2145320949(8021000b) Calling method clear of interface..PROBLEM

runtime error'-2145320949(8021000b) Calling method clear of interface..PROBLEM

Anonymous
Not applicable
740 Views
4 Replies
Message 1 of 5

runtime error'-2145320949(8021000b) Calling method clear of interface..PROBLEM

Anonymous
Not applicable
what is the mean of this errror every time I met:"runtime error'-2145320949(8021000b) Calling method clear of interface IAcadselection"
0 Likes
741 Views
4 Replies
Replies (4)
Message 2 of 5

Anonymous
Not applicable
Don't know - post some code and maybe we can help you -- Mike ___________________________ Mike Tuersley CADalyst's CAD Clinic Rand IMAGINiT Technologies ___________________________ the trick is to realize that there is no spoon...
0 Likes
Message 3 of 5

Anonymous
Not applicable
Or you might be able to at least figure out what it causing it. Set a breakpoint at the start of your code and run your sub. Then when the debugger breaks into the code step through it one line at a time until you get the error. Now you know what's causing it. If you can't figure out how to fix it, you can come back here and post the line of code (plus some before that) that the debugger highlighted and we can have a better idea how to help. -- ---- Ed ---- "Mike Tuersley" wrote in message news:1jnya4ozrjjl8$.ts7xvmis8pxj$.dlg@40tude.net... > Don't know - post some code and maybe we can help you > > -- Mike > ___________________________ > Mike Tuersley > CADalyst's CAD Clinic > Rand IMAGINiT Technologies > ___________________________ > the trick is to realize that there is no spoon...
0 Likes
Message 4 of 5

Anonymous
Not applicable
well, for what its worth, now I got that same error. First time i remember seeing that exact wording ac2005 Dim ss As AcadSelectionSet this line highlighted Set ss = ThisDrawing.PickfirstSelectionSet this routine has worked for long time ok (except for when acad's known selection set bug rears it 's ugly head) Latest intervention on the system was servicepack 1 install then when I stopped execution with the vba ide acad disappeared Mark Propst "Ed Jobe" wrote in message news:415ac90c$1_3@newsprd01... > Or you might be able to at least figure out what it causing it. Set a > breakpoint at the start of your code and run your sub. Then when the > debugger breaks into the code step through it one line at a time until you > get the error. Now you know what's causing it. If you can't figure out how > to fix it, you can come back here and post the line of code (plus some > before that) that the debugger highlighted and we can have a better idea how > to help. > > -- > ---- > Ed > ---- > "Mike Tuersley" wrote in message > news:1jnya4ozrjjl8$.ts7xvmis8pxj$.dlg@40tude.net... > > Don't know - post some code and maybe we can help you > > > > -- Mike > > ___________________________ > > Mike Tuersley > > CADalyst's CAD Clinic > > Rand IMAGINiT Technologies > > ___________________________ > > the trick is to realize that there is no spoon... > >
0 Likes
Message 5 of 5

Anonymous
Not applicable
I too have gotten this error. It is just using the example in the developers guide. It has only stopped working. I have all the updates to adt 2005. Has anyone found a fix for this?
0 Likes