On 2011/05/22 15:58, cate wrote:
I have multiple classes with the Main method defined. For the project, which contains these, the main point of entry can be defined by setting "Startup object" to the project's "main" entry point. However, I want to build the exe for every class that defines a Main method and to run them whenever I please. How do you set that up?
Aren't you getting your terminology all confused? It's not clear from your question what you're using as the Build environment - probably Visual Studio or one of its evolutions. If so, then: One Solution can contain multiple Projects. Each Project can build an EXE and hence have a "main". However, when debugging, you can only have one Project at a time as the Startup object.
-- Regards, Mike Fry Johannesburg -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
