could not find WindowsApplication1.program ??
Hi...
I had created a windows application using c#. Initially the solution file name as well as the namespace was WindowsApplication1,which is the default. But then i renamed the solution as WinService. The namespace is also changed as WinService. But when i try to run the project, i am getting an error as : Could not find 'WindowsApplication1.Program' specified for Main method WinService. It is also not showing any line numbers.
I searched in all my doucments and program.cs file, but i couldnt locate WindowsApplication1, as i had changed everything to WinService.
what is wrong? Please help
|