.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Wblock crashing in .NET

3 REPLIES 3
Reply
Message 1 of 4
jprisbe
1059 Views, 3 Replies

Wblock crashing in .NET

I have a .NET DLL that a gathers object ids of entities grouped within bounding boxes and then WBlocks each group of entities to individual dwg files. I'm getting an pretty consistent crash when transaction.commit gets called. If I comment out the wblock call (sourceDatabase.Wblock(targetDatabase, objectIdColl, dwgBasePoint, DuplicateRecordCloning.Ignore)) I never get the crash.

 

Anyone seen anything like this before? Any suggestions?

3 REPLIES 3
Message 2 of 4
jprisbe
in reply to: jprisbe

I'm also seeing this every now and then.

 

Untitled.png

Message 3 of 4
jprisbe
in reply to: jprisbe

I also see this sometimes as well.

 

System.InvalidOperationException: Operation is not valid due to the current state of the object.
   at Autodesk.AutoCAD.DatabaseServices.Transaction.CheckTopTransaction()
   at Autodesk.AutoCAD.DatabaseServices.Transaction.DeleteUnmanagedObject()

...

Message 4 of 4
DiningPhilosopher
in reply to: jprisbe


@jprisbe wrote:

I also see this sometimes as well.

 

System.InvalidOperationException: Operation is not valid due to the current state of the object.
   at Autodesk.AutoCAD.DatabaseServices.Transaction.CheckTopTransaction()
   at Autodesk.AutoCAD.DatabaseServices.Transaction.DeleteUnmanagedObject()

...


This error happens when you use an API that requires an active transaction, with the most-likely culprits being ObjectId.GetObject() or TransactionManager.GetObject()

 

The problem is in your code, and I suspect the other problem is as well.

 

If you need help tracking down the source of the errors, you're going to have to show the code where it happens. Otherwise, you will have to run your code in the debugger and it should break on the line when the exception occurs.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Autodesk Design & Make Report

”Boost