Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deployment environment
Message
From
14/12/2009 10:58:52
 
 
To
14/12/2009 09:16:53
General information
Forum:
ASP.NET
Category:
Forms
Environment versions
Environment:
C# 2.0
Miscellaneous
Thread ID:
01438925
Message ID:
01438946
Views:
42
>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)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform