emonney / QuickApp

ASP.NET Core / Angular startup project template with complete login, user and role management. Plus other useful services for Quick Application Development
https://www.ebenmonney.com/quickapp
MIT License
1.26k stars 594 forks source link

OpenIddict and OpenIddict.EntityFrameworkCore nuget packages are not found #4

Closed HoussemDellai closed 7 years ago

HoussemDellai commented 7 years ago

I installed the .vsix installer, created a project in VS, It downloaded all the packages except OpenIddict and OpenIddict.EntityFrameworkCore. And if I try to install them manually, then I cannot find these 2 packages in nuget.

emonney commented 7 years ago

OpenIddict is hosted on myget.org. If Visual studio can't find it consider moving the "NuGet.config" to the solution's folder (i.e. same folder location as your solution file) and restart VisualStudio Or Add myget.org to your package sources in VisualStudio. Visual Studio -> Tools -> Options -> NuGet Package Manager -> Package Sources, Add "aspnet-contrib", this URL "https://www.myget.org/F/aspnet-contrib/api/v3/index.json"

mirkodelgado commented 6 years ago

Hello,

I am getting the following exception on the solution when running with IE11. Problem does not seem to occur when using Chrome. Is there a fix for this?

Unhandled exception at line 97777, column 7 in http://localhost:55319/dist/vendor.js?v=lfUosEDWx0SPIsR7pMLTtKyS2gn0noolsFOWk-a1sFo 0x800a139e - JavaScript runtime error: No activity within 45000 milliseconds. Reconnecting.

mirkodelgado commented 6 years ago

Hello,

How can I update the solution to use Bootstrap 4 (beta) instead of the current 3.3.7 version?

Thanks for your help !

emonney commented 6 years ago

@mirkodelgado please open a new issue with enough information to reproduce your scenario