Hi
I have a c# application which has a dll added by reference. when I try to run the exe file from windows (after compilation) and the dll is renamed I want the application to show an error message ;
Does someone know how can I do it in code?
Thanks.