Forum member

Arlockff

2 posts

Posts by Arlockff

  1. Embedded Resource DLLs cause System.OutOfMemoryException

    Thanks for the reply! The "Instrument output assembly" setting did the trick for me! I cannot give sample code for this, but the two DLL files are both third party ones: MahApps.Metro.dll (658 KB [673,792 bytes]) which can be acquired from a nuget package or from http://mahapps.com/ System.Wind…

  2. Embedded Resource DLLs cause System.OutOfMemoryException

    I have a C# Project that includes 2 .dll files with the following Properties settings: Build Action : Embedded Resource Copy to Output Directory : Do not copy I also have two project references that respectively reference these 2 .dll files. Each of these references have their Properties settin…