I have developed an application that uses MEF to get all the UserControls available to be shown on a form. The user controls and the form both reside in the same assembly. This all works fine when I launch the exe from XP, but throw exception when using Windows 7 machine. Is there any suggestion to solve this issue.
I have developed an application that uses MEF to get all the UserControls available
Share
HI,
I got this sorted out. I was using Log4Net in the application and for some strange reasons, the setup application for the Winforms was not taking the log4not xml file. This was missing in the installed version and this was the reason of the application being getting errored out.
Thanks for your replies.