Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deployment environment
Message
De
14/12/2009 10:58:52
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Versions des environnements
Environment:
C# 2.0
Divers
Thread ID:
01438925
Message ID:
01438946
Vues:
41
>Hi,
>
>I am trying to undestand how an application/solution consisting of many projects is deployed.
>
>In my VS solution I have a bunch of projects. Each project has its own BIN folder where .DLL is created/built.
>
>Do I understand correctly that when I deploy the app on the customer server I simply create one folder (e.g. MyApplication) and one BIN folder (e.g. "MyApplication/BIN/")? And then I place/copy all of my DLL from various project BIN folders into this one BIN folder?
>
>And I understand that I should have one .EXE that will be in the MyApplication folder. Which one of the projects is built into the .EXE file?

Hi,
Each project has it's own DLL - the EXE file contains only the 'Startup Project' assembly. But you should find that the DLLs for all other projects referenced by the EXE are automatically already placed in the same bin folder as the EXE. At it's simplest you could just copy that entire folder to any location and run the EXE from there (assuming the Framework is installed of course)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform