Fixing Compiler Error CS5001 In C# Application

Fixing Compiler Error CS5001 In C# Application

#fixerror #compiler #error #CS5001 #csharp #application #main #exe #winexe #targetType #file #static
#description :-
Compiler Error CS5001

Program does not contain a static 'Main' method suitable for an entry point
This error occurs when no static Main method with a correct signature is found in the code that produces an executable file.It also occurs if the entry point function, Main, is defined with the wrong case, such as lower-case main.
For information about the rules that apply to the Main method, see Main() and Command-Line Arguments.
If the Main method has an async modifier, make sure that the selected C# language version is 7.1 or higher and to use Task or Task int as the return type.

The Main method is only required when compiling an executable file, that is, when the exe or winexe element of the TargetType compiler option is specified.



Reference :- (CS1026)

Compiler Error C# Application Playlist:- #playlist #error #application


#Subscribe the #Channel #Link :- #bansodetechsolution #ajupgrading

IF any #Query or #Doubt #DM on #Instagram :- #bansode_ajay_2102


LinkedIn Profile:-

Blogger Link :-

Comments

Popular posts from this blog

Load Data From Excel To Grid View in Asp.net C#

Code Analysis | IDE0054 In C# Application

10.5. Identity and Access Management (IAM) in Cloud Computing