Object reference not set to an instance of an object
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Whenever I try to open certain files in civil 3d it'll pop up this message and it will keep re-appearing after I click continue which blocks me out of the program. Here is the error message that pops up:
System.NullReferenceException: Object reference not set to an instance of an object.
at Autodesk.AutoCAD.LayerManager.LayerManagerControl.UpdateConfiguration()
at Autodesk.AutoCAD.LayerManager.LayerManagerControl.UpdateLayerManager(RestoreType eRestore, Boolean bForce)
at Autodesk.AutoCAD.LayerManager.CommandCatcher.UpdateOnIdle.OnIdle(LayerManagerControl lmc)
at Autodesk.AutoCAD.LayerManager.LayerManagerControl.Application_Idle(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at Autodesk.AutoCAD.ApplicationServices.Core.Application.raise_Idle(Object value0, EventArgs value1)
at Autodesk.AutoCAD.ApplicationServices.Core.Application.OnIdle()