User-17257777 posted
Hi PopSeka,
The reasons for this problem is mostly likely a dynamically loaded assembly is missing a referenced assembly. That assembly needs to be in the bin directory of your application. The solutions are as follows:
- Find the missing assembly and then reference it in the project
- Delete the bin/ and obj/ folders and rebuild the solution
Specifically, you can refer to this link:
https://stackoverflow.com/questions/1091853/error-message-unable-to-load-one-or-more-of-the-requested-types-retrieve-the-l
Best Regards,
Jiadong Meng.