Hello,
I'm using an instance of the class ProjectContentRegistry. From this instance i'm calling the function GetProjectContentForReference and passing it the name and location of the assemblies i want to load. In normal run mode it works fine and is pretty fast. However in Debug mode it takes up to 80 seconds to load a hand full assemblies (System.Windows.Forms takes 40-50 sec). In the output window i also get plenty of First chance Mono.Cecil.ReferenceException messages.
Is there a faster way to retrieve instances of IProjectContent from assemblies?
Pete