Autodesk GIS Design Server
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Trying to get access to acadVisual izationEng ine causes access Violation
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
82 Views, 1 Replies
07-25-2002 07:31 PM
Hi,
im trying to develop an customized vba addin for Adesk map
with that I can execute object rules.
I used the example from model engine api help, if I don't
start with the generic application (only map 5) and do the
connect to GIS server by myself it works fine.
But unless I work with the Generic Application (get the session via AeExExchange) Map raises the access violation.
Can anyone tell me what the problem is?
Thanks in Advance,
Thomas
im trying to develop an customized vba addin for Adesk map
with that I can execute object rules.
I used the example from model engine api help, if I don't
start with the generic application (only map 5) and do the
connect to GIS server by myself it works fine.
But unless I work with the Generic Application (get the session via AeExExchange) Map raises the access violation.
Can anyone tell me what the problem is?
Thanks in Advance,
Thomas
*[Autodesk], Richard Horrocks
Re: Trying to get access to acadVisual izationEng ine causes access Violation
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-07-2002 05:56 AM in reply to:
tluxa
Hi Thomas,
when you run the Generic application a sequence of
components are loaded, included the ObjectRules Engine, and from your
application looks that you are loading the ObjectRules Engine again, so that can
cause problems. Also if you try to load an application from Tools>Macro, you
have to handle it as a different session.
components are loaded, included the ObjectRules Engine, and from your
application looks that you are loading the ObjectRules Engine again, so that can
cause problems. Also if you try to load an application from Tools>Macro, you
have to handle it as a different session.
You don't have problems in AutodeskMap, because
nothing is loaded.
nothing is loaded.
Is recommended that any implementation that you
want to do using the GenApp be done inside the GenApp code..
want to do using the GenApp be done inside the GenApp code..
Thanks
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
"tluxa" <Hi,
href="mailto:t.luxa@saardata.de">t.luxa@saardata.de> wrote in message
href="news:f0fb3b2.-1@WebX.maYIadrTaRb">news:f0fb3b2.-1@WebX.maYIadrTaRb...
im trying to develop an customized vba addin for Adesk map
with that I
can execute object rules.
I used the example from model engine api help, if I don't
start with
the generic application (only map 5) and do the
connect to GIS server by
myself it works fine.
But unless I work with the Generic Application (get the session via
AeExExchange) Map raises the access violation.
Can anyone tell me what the problem is?
Thanks in Advance,
Thomas

