I created aplication in .net framework 3.5 & created setup project in .net framework 4.0. I installed it on the machine which is having vs2010. But while uninstalling setup , it is trowing following exception-
Error 1001. An exception occurred while uninstalling. This exception will be ignored & the uninstall will continuw. However , the application might not be fully uninstalled after the uninstall is complete. -> Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configration information.
I added some .net 2.0 dll in the setup as well as .net 4.0 dll too. Is it creating problem? But i don't think because i'm running it on the higher version. Then how it is throwing error?
How to solve this?
thanks