Hi,
I am facing a strange issue with a piece of code.
I have created an ICommand sample in C# & VB.Net both, but the when I click on the button using the C# code, nothing happens. I have tried the following:
Put message box within the OnClick procedure...it does not gets displayed during runtime.
Put breakpoints, but even they are not getting hit
My code is in DEBUG mode and not in Release mode
Same piece of code works fine in VB.net
Have reset my devolopment environment (devenv/resetsettings)...no help
Any clues why this strange behavior???
I have attached my solution, please remove any illegal references, as the code is referencing Network Engineer dll.