RickStrahl / AlbumViewerVNext

West Wind Album Viewer ASP.NET Core and Angular Sample
507 stars 353 forks source link

How to run the project in Visual studio 2015 #2

Closed farooksk closed 7 years ago

farooksk commented 7 years ago

I have tried the project through cmd its working but when i am trying to work with visual studio 2015. the source files of AlbumViewerBusiness, AlbumViewerNetCore, WestWind.Utilities are failed to load.

Please can you tell me procedure to run the project in visual studio 2015 with all prerequisites.

Thanks, Farook

RickStrahl commented 7 years ago

Are you pulling this repo from the Last.NET1.01Version tag?

Otherwise the current solution won't work. You need Visual Studio 2017 for the current builds as it's using the new .csproj file support in .NET core which is only supported in Visual Studio 2017. The above tag is the last version that still supports project.json and works in VS 2015.

farooksk commented 7 years ago

sorry i didn't get this point (Are you pulling this repo from the Last.NET1.01Version tag?)

Can you please elaborate ?

farooksk commented 7 years ago

pulling this repo from 1.1.1 version

RickStrahl commented 7 years ago

You need to pull from this release or earlier in order to use VS 2015. All releases after this one require Visual Studio 2017 (or you can use the command line tools and another editor).

https://github.com/RickStrahl/AlbumViewerVNext/releases/tag/Last.NET1.01Version

farooksk commented 7 years ago

please guide me how to add page with report functionality in this project.

if have any document kind of thing please share with me

Thanks, Farook

RickStrahl commented 7 years ago

This is not the right forum to ask how to questions and this question is off topic to boot. Sorry.