hi friends,
in visual C# 2008 express edition IDE, when I tried to add more than one C# source files in the same project then I got following errors:
Error 1 Program 'C:\Documents and Settings\Santosh Tripathi\My Documents\Visual Studio 2008\Projects\ConsoleApplication1\ConsoleApplication1\obj\Debug\ConsoleApplication1.exe' has more than one entry point defined: 'ConsoleApplication1.Class2.Main()'. Compile with /main to specify the type that contains the entry point. C:\Documents and Settings\Santosh Tripathi\My Documents\Visual Studio 2008\Projects\ConsoleApplication1\ConsoleApplication1\Class2.cs 10 21 ConsoleApplication1
Error 2 Program 'C:\Documents and Settings\Santosh Tripathi\My Documents\Visual Studio 2008\Projects\ConsoleApplication1\ConsoleApplication1\obj\Debug\ConsoleApplication1.exe' has more than one entry point defined: 'ConsoleApplication1.Class1.Main()'. Compile with /main to specify the type that contains the entry point. C:\Documents and Settings\Santosh Tripathi\My Documents\Visual Studio 2008\Projects\ConsoleApplication1\ConsoleApplication1\Class1.cs 10 21 ConsoleApplication1
what all I want is to add more than one C# program files in a single C# project in this IDE.
is this possible ?
regards
san