| Author: Prafulla S Shimpi 16 Sep 2008 | Member Level: Gold Points : 2 |
This error occurs if program doesn't find static 'Main' method i.e. entry point to the program, from where program can run as an exe. C# is case-sensitive, so 'M' should be in uppercase.
More detailed information avaialble on MSDN
http://msdn.microsoft.com/en-us/library/1y814bzs(VS.80).aspx
|