When i am trying to consume a dll that uses an mmpk in order to use its locator, i get the following error "The type initializer for 'RuntimeCoreNet.GeneratedWrappers.CoreMobileMapPackage' threw an exception." the inner exception message shows "Invalid ArcGISRuntime deployment folder, missing folder arcgisruntime100.11\client32"
The problem is that i am forced to use a windows form to call the locator's dll, otherwise the locator's dll works fine (i.e a wpf application)
Any ideas? i tried using ilmerge with no succes since i cannot find any documentation.