G
Guest
I use two classes to manage the Main() command line (and alot of other stuff)
for my prototyping environment.
I tryed putting the MainClass in a DLL and just having the other class
(which gets modified on a per project basis) as the 'program.cs' file (the
only *.cs file).
I keep getting 'Main() not defined error' even though it was defined via the
DLL reference in the project.
Has anyone created a 'rapid development' environment where the Main()
entrypoint
is NOT in any *.cs file for a console application?
for my prototyping environment.
I tryed putting the MainClass in a DLL and just having the other class
(which gets modified on a per project basis) as the 'program.cs' file (the
only *.cs file).
I keep getting 'Main() not defined error' even though it was defined via the
DLL reference in the project.
Has anyone created a 'rapid development' environment where the Main()
entrypoint
is NOT in any *.cs file for a console application?