Hello,
I've upgrade from EF6 alpha 3 to beta 1 and I have a TypeLoadException with IQueryableExtensions. When I compare A3 to B1 using code reflection, I notice this class has been renamed. Probably it is loaded by reflection (with a magic string that hasn't be renamed accordingly).
Regards.
Comments: Hi, Correct, this type name did change. Any chance you could provide a stack trace of the exception? We need to try an isolate which piece of code is loading based on type name. ~Rowan
I've upgrade from EF6 alpha 3 to beta 1 and I have a TypeLoadException with IQueryableExtensions. When I compare A3 to B1 using code reflection, I notice this class has been renamed. Probably it is loaded by reflection (with a magic string that hasn't be renamed accordingly).
Regards.
Comments: Hi, Correct, this type name did change. Any chance you could provide a stack trace of the exception? We need to try an isolate which piece of code is loading based on type name. ~Rowan