Program has more than one entry point defined? CS0017 Problem with main()? Program has more than one entry point defined? CS0017 Problem with main()? selenium selenium

Program has more than one entry point defined? CS0017 Problem with main()?


Try adding this to your .csproj project file:

<PropertyGroup>    <GenerateProgramFile>false</GenerateProgramFile></PropertyGroup>