by Paul Stovell via Paul Stovell on 11/15/2009 9:40:50 AM
Back to: Magellan Home
Magellan now comes with a Visual Studio Project Template that you can use to get started with quickly. You will need Visual Studio 2008.
Magellan-Setup.msi
The installer will guide you through the installation process. During installation it will also register the Visual Studio project templates. If Visual Studio is already running, your will be prompted to close it at this time.
Once the installer finishes, your installation directory will contain the Magellan assemblies (in the Public directory), plus supporting files for the project template:
In Visual Studio under the Windows node, you will now have the ability to create a Magellan project:
Before the project is created, you will get a chance to decide whether to create unit tests, and how to handle the Magellan references. Magellan is not installed into the GAC. You can either reference the assemblies directly from the installation directory, which will mean other developers also need to install the MSI, or you can have the project wizard copy the assemblies locally (the default option):
When the project wizard has finished, you will have a new Magellan project - it should compile and run first try and the generated test should pass.
You can also set up the same project manually without using the MSI. See the manual quickstart page for more information.
Original Post: Magellan Installer
The content of the postings is owned by the respective author. CSharpFeeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on CSharpFeeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.