Thats strange - It's definitely a C++ project...
CPP -- error CS5001: Program does not contain a static 'Main' method suitable for an entry point
Pieter Claassens (ZA) (PC BP Product Engineering)
20
Reputation points
Hi,
Getting this error on a C++ application:
error CS5001: Program does not contain a static 'Main' method suitable for an entry point:
Tried adding this: (no luck...)
public static void Main()
{
}
1 answer
Sort by: Most helpful
-
Pieter Claassens (ZA) (PC BP Product Engineering) 20 Reputation points
2024-07-25T09:57:11.8066667+00:00