Base solution for your next web application

Activities of "nickkellett"

Hi @ismcagdas - I tried that thanks but it didn't work. Still get the same issue about key not being present. It may well be a .NET core / VS issue so I'm just going to park it for now.

Thanks @jdavis01 - I tried that but it didn't work for me (even when doing the restore on each project). However since everything else seems to work well and I think this may be a VS issue as well, I'm going to park it for now.

As a side note, I just wanted to say that in general I really like what I see here, and I've already been able to convert my test project to use AWS Aurora db, so this is a pretty awesome framework.

No problem at all. Here's the only output I see: Restoring NuGet packages... Time Elapsed: 00:00:23.0552358 ========== Finished ==========

Error occurred while restoring NuGet packages: The given key was not present in the dictionary.

Not much to go on :)

Ok, thanks about the warning information, but what about the package restore error?

I fixed my js error on the front-end - it was because I hadn't run bower. I think that should be added to the instructions here: <a class="postlink" href="https://aspnetzero.com/Documents/Getting-Started-Core">https://aspnetzero.com/Documents/Getting-Started-Core</a> However I'm still wondering about the NuGet package restore error, and the yellow warnings in the dependencies. So I would say this issue is still open :)

Hi, I'm using VS 2017 community edition 15.4.1. I do get a JS error: TypeError: abp.localization is undefined.

I have yellow dependency warnings and when I try to do a Nuget Restore, I get the following error: "Error occurred while restoring NuGet packages: The given key was not present in the dictionary. "

Perhaps as a result of this, when I launch the app and login (successfully) I get a strange page result and can't proceed any farther. Screenshots attached. Am using .NET Core MVC + JQuery.

Thanks @godrunner, that was the fix!

Hi, I just downloaded my Core MVC + JQuery project and am following the instructions here: <a class="postlink" href="https://aspnetzero.com/Documents/Getting-Started-Core">https://aspnetzero.com/Documents/Getting-Started-Core</a> When I do my first build I have the same issue as this thread: #4093 It starts by saying failing to restore Nuget packages due to missing keys. Then the build fails with missing asset files. I have done a Nuget package rebuild and also tried updating the packages, but I can't get the build to complete. Finally, when I run Update-Database I get "Build Failed" error, so can't launch the website. Screenshots attached. I'm using the Community version of VS2017. Thanks!

Showing 1 to 9 of 9 entries