Exception on loading packed .NET DLL

Issues related to Enigma Virtual Box
Post Reply
AlgorithmsInMotion
Posts: 1
Joined: Mon Dec 15, 2014 3:50 pm

Exception on loading packed .NET DLL

Post by AlgorithmsInMotion »

Hello!

We using Enigma Virtual Box to pack .NET project files including executable file and required DLL's. The problem is - in some isolated cases our users gets "Could not load file or assembly 'DevExpress.SpellChecker.v14.1.Core, Version=14.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. Attempt to access invalid address. (Exception from HRESULT: 0x800701E7)" exception. After inquiring details on this DLL from DevExpress developer team we confirmed that no special means is applied to load this DLL. The issue gets more complicated because we cant recreate this exception on any of our test environments, but still we consistently get exception reports from our users from time to time.

I reckon you'll need source files to investigate the issue. Here is the project files. Exception is thrown when user tries to open any file.
https://dl.dropboxusercontent.com/u/433 ... eWords.rar

We tried all settings from Options tab, but none seems to change the outcome.

Thank you!
Post Reply