Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I open the Orchard project?

Loading it in VS 2010 throws many errors, though it does finally, albeit partially, load.

Also, the .PROJ file was not recognized by Windows at all, I opened the .SLN file in the /src folder but that threw tons of errors when loading up in VS web express 2010. Is that the problem? Do I need full version VS 2010?

like image 824
MetaGuru Avatar asked Mar 18 '11 02:03

MetaGuru


1 Answers

Have you enlisted the full source code from Codeplex as described here? If you want to work with the source (eg. for module development) you should fetch the full source and not use the prebuilt package, which is intended for server deployment.

Also, I'd advise you to read this article about building Orchard from source. Visual Web Developer 2010 Express should work perfectly (as Orchard can be built without having VS at all).

It's ok that .proj file was not recognized - it's just an MSBuild XML file for automating the build process. You almost never have to touch those.

like image 141
Piotr Szmyd Avatar answered Nov 03 '22 07:11

Piotr Szmyd