Message 1 of 20
AeccXUiLand.AeccApplication.7.0 - Error

Not applicable
05-21-2010
02:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We recently switched over to Civil 3D 2011 and have been enjoying all of the new and improved features that AutoDesk has included, but I am having an error with all of the custom programs that require API's. Below is a clip from one of my programs that is causing a Run-time error '-2147221231 (80040111)' - Problem in loading application.
Const sAppName = "AeccXUiLand.AeccApplication.7.0"
Set oAcadApp = ThisDrawing.Application
Set g_oCivilApp = oAcadApp.GetInterfaceObject(sAppName)
In trying to figure out this issue, I tried to run Autodesk's sample VBA program “SurfaceOperationsSample.dvb” and had the exact same error when trying to load the API. This error has occurred on multiple computers, so I can eliminate the thought of a faulty install. Does anyone know if this is just a glitch in 2011 that will require a service pack? Any help would be appreciated.
Thanks,
Cody
Const sAppName = "AeccXUiLand.AeccApplication.7.0"
Set oAcadApp = ThisDrawing.Application
Set g_oCivilApp = oAcadApp.GetInterfaceObject(sAppName)
In trying to figure out this issue, I tried to run Autodesk's sample VBA program “SurfaceOperationsSample.dvb” and had the exact same error when trying to load the API. This error has occurred on multiple computers, so I can eliminate the thought of a faulty install. Does anyone know if this is just a glitch in 2011 that will require a service pack? Any help would be appreciated.
Thanks,
Cody