Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple Projects
Message
From
23/04/2008 18:35:08
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
General information
Forum:
ASP.NET
Category:
Solution Explorer
Miscellaneous
Thread ID:
01312735
Message ID:
01312777
Views:
12
>>>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.
>>>
>>
>>When you created the Customer project you probably selected "Windows Forms Application". That basically means it's going to compile to an EXE, and as such requires an entry point. What you probably wanted to do was create a new project using the "Class Library" template instead - you can add any kind of item you want to the project itself (eg. forms, for example).
>
>
>Ahh, the blind sees.
>
>Thanks guys!

Plus Kevin, even if you create a windows forms project (intentionally) and you delete the default form, all you have to do after you create the form you want as your starting point is right click on that form and choose set as startup form. Same with a project, you can set a project within a solution to be the startup project. All this does in the first case is call the form in the Main() method.
Tim
Timothy Bryan
Previous
Reply
Map
View

Click here to load this message in the networking platform