Hello all,
My developer is encountering this problem of
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information"
Not sure why and he is not able to resolve it either?
Below is his response but I am not sure about his response as its working perfectly fine when we create the sample project. Its only when we tried to integrate with our Digital marketing platform we are facing this issue.
"
When I add Google Ad API NUGET Packages in Application Project its added some dependencies of Google Ad API in app.config and pakages.config automatically in those files but its not only added in only Application Project, its reflect also in other projects. That’s why its showing error ‘System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.’ For that yesterday I have added Web Application as well as C# library project and added Google Ad API NUGET Packages in those project but this is also not work its dll file not getting refresh token from app.config file.
Today I have again install lower version of Google Ad API library this is also failed. Its showing error on Runtime, I think lower version not supported to .Net Framework 4.6.
Can anybody throw some light on this and help us out ? This is very important and urgent for us.