SpecFlow will throw a System.Reflection.ReflectionTypeLoadException in the FeatureSetup method where it does not provide any information about the exception and will ask you to retrieve the LoaderExceptions property (error shown below). Setting a Debugging break at the beginning of the generated FeatureSetup method to look at the problem would not trigger the break. How can I find out the source of this problem?
Error: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.