Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Could not load file or assembly AutoMapper, Version=5.1.1.0, Culture=neutral #28

Open
Umplify opened this issue Jan 30, 2017 · 0 comments

Comments

@Umplify
Copy link

Umplify commented Jan 30, 2017

Have had a C# library which uses Automapper to map between two objects. When the code is running in C# context only (for e.g. as a console application, windows or web application) the things work fine. Now, the need is to invoke the same C# library from electron-edge. Attempting to do so results in getting the error message below:

Error: Could not load file or assembly 'AutoMapper, Version=5.1.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005' or one of its dependencies. Invalid pointer (Exception from HRESULT: 0x80004003 (E_POINTER))

How can we address this issue?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants