You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: