I have created a setup in windows application using C#. In the Installer class I have overridden the Uninstall method as I wanted to perform some custom actions. But, while uninstallation I am getting error as
Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
Can anyone help as I am not getting how to sort it out.