Friday, September 29, 2017

ProSteel Object enablers- Cannot find a dll or other file that it needs

ProSteel Object enablers- Cannot find a dll or other file that it needs

program files\Bentley\prostructures\objectenabler\autocad
2016prostructures.dbx


Install AutoPLANT prerequisites. Might be .NET 4.5 or other .NET issue









Tuesday, September 5, 2017

AutoCAD DGNPurge unhandled exception

Items with Line type DGN are causing a problem. Need to change all the entities with DGN linetype to something else. You can find all the line types with DGN* using the filter command in Autocad.
Need to run Rpurge then DGNpurge.


unhandled exception
 eNullObjectId

Autodesk.AutoCAD.Runtime.Exception: eNullObjectId
   at Autodesk.AutoCAD.DatabaseServices.OpenCloseTransaction.GetObject(ObjectId id, OpenMode mode, Boolean openErased, Boolean forceOpenOnLockedLayer)