Monobjc / monobjc

Git Repository for the Monobjc Project
http://www.monobjc.net/
17 stars 3 forks source link

Embedding is confused when different assemblies exist #364

Closed letiemble closed 11 years ago

letiemble commented 11 years ago

Embedding is confused when different assemblies exist both in local and in the GAC. The embedding task should always pick up the referenced assembly.

letiemble commented 11 years ago

Fix by using the reflection context when loading assemblies for inspection.