I know this is not tough but still I am facing a problem, I have created one console application Named Console Application, Under this application, there are two class one i
Maybe you need to:
Compile first (Ctrl+Shift+B)
Use another word instead of Delegate
Try giving your method an args parameter Main(string[] args)
Main(string[] args)
It works for me: