在 VS 2010 中加载它会引发许多错误,尽管它最终会加载,尽管是部分加载。
此外,Windows 根本无法识别 .PROJ 文件,我在 /src 文件夹中打开了 .SLN 文件,但是在 VS web express 2010 中加载时会引发大量错误。这是问题吗?我需要完整版VS 2010吗?
在 VS 2010 中加载它会引发许多错误,尽管它最终会加载,尽管是部分加载。
此外,Windows 根本无法识别 .PROJ 文件,我在 /src 文件夹中打开了 .SLN 文件,但是在 VS web express 2010 中加载时会引发大量错误。这是问题吗?我需要完整版VS 2010吗?
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.