Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multiple Projects
Message
Information générale
Forum:
ASP.NET
Catégorie:
Solution Explorer
Divers
Thread ID:
01312735
Message ID:
01312747
Vues:
16
>Ok, thanks to Viv, I was able to to create a blank solution and I have added to projects to it.
>
>The first project I'm calling AppShell. This will be the main desktop, the menu, toolbars, app object and so forth. The next project is my Customer project. Thanks to Bonnie's wise advice, I'm going to segment functionality into seperate projects.
>
>I was considering doing a tabbed UI type of interface, just like SQL and .Net. Instead of having individual forms, I would use tabbed input areas.
>
>So I removed the Form1 form and the .cs file from the second project, and now I cannot compile. I get:
>
>"Program '...Customers\obj\Debug\Customers.exe' does not contain a static 'Main' method suitable for an entry point
>Customers"
>
>I don't understand why the Customer project needs an entry point. The solution will be compiled into an EXE, who's startup project is AppShell. I don't need a form in the Customer project (yet). I will be creating tabs classes that will appear on the AppShell desktop form in the first project.
>
>I have set AppShell as the startup project for the solution.
>
>I could use some help.

Sounds as if your second project was also of type "Windows Forms Application" where you probably should have used "Class Library" etc instead
>
>Thanks
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform