MapIex errors
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-05-18 07:07 PM
Hi Team,
I am unable to proceed with the actions in blue prism with MAPIEX. Can some please help to solve the errors mentioned below.
Internal : Could not execute code stage because exception thrown by code stage: Could not load file or assembly 'BluePrismMAPIExAutomation, Version=1.1.15.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-05-18 10:42 PM
The Mapiex business object references a DLL, which on a 32bit machine lives under the C:\Program Files\.... path. On a 64bit machine the DLL is installed under C:\Program Files (x86)... and the object by default cannot see it. You need to edit the object to add in the (x86) part to the path.
