The entry point of the program is global code; ignoring 'Program.Main(string[])' entry point.
Im really not sure why
4 Replies
Do you have any other files?
The issue is that you have some file using top-level statements and that is taking precedence over your
Main
methodHey sorry for the slow reply. I have quite a few
Im currently running on a version which I KNOW has worked in the past
literally like it was running yesterday perfectly
Well, look over whether there's any files with top-level statements, i.e. statements outside the namespace/class.