OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.38k stars 1.12k forks source link

1.8.1 build error with Lucene #4964

Open orchardbot opened 9 years ago

orchardbot commented 9 years ago

mghz created: https://orchard.codeplex.com/workitem/21135

Hello,

First time user, downloaded webmatrix and created a new orchard site, clicked on Visual Studio and did a build. No changes or customization yet and I get this error:

Error 1 Object reference not set to an instance of an object. C:\Users\mghz\Documents\My Web Sites\orchard\Modules\Lucene\Lucene.csproj 1

Any ideas?

orchardbot commented 9 years ago

urbanit commented:

If you downloaded with WebMatrix, can you run it from there? If you want to debug with VisualStudio, you better download the source code...

orchardbot commented 9 years ago

mghz commented:

Downloading the source worked and I was able to build. Thanks.