NU1101 erros

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
what version of VS are you running?  2019 is best, and upgrade it to latest version (release, not preview)
4 years ago
Hi New York!

Thanks for replying.

I am running this version below:

4 years ago
I think it is actually doing something new ...

I got this warning instead of 598 errors ...

warning NETSDK1071

The difference I did was gave IUSR permissions to the "src" folder.

So far, the Output window has this ...

1>------ Build started: Project: Nop.Core, Configuration: Release Any CPU ------
1>C:\Program Files\dotnet\sdk\3.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.DefaultItems.targets(187,5): warning NETSDK1071: A PackageReference to 'Microsoft.AspNetCore.App' specified a Version of `2.2.5`. Specifying the version of this package is not recommended. For more information, see https://aka.ms/sdkimplicitrefs
1>Nop.Core -> C:\Users\Cricket\Desktop\src\Libraries\Nop.Core\bin\Release\netcoreapp2.2\Nop.Core.dll
1>Done building project "Nop.Core.csproj".
2>------ Build started: Project: Nop.Data, Configuration: Release Any CPU ------
2>Nop.Data -> C:\Users\Cricket\Desktop\src\Libraries\Nop.Data\bin\Release\netcoreapp2.2\Nop.Data.dll
3>------ Build started: Project: Nop.Services, Configuration: Release Any CPU ------
3>Nop.Services -> C:\Users\Cricket\Desktop\src\Libraries\Nop.Services\bin\Release\netcoreapp2.2\Nop.Services.dll
4>------ Build started: Project: Nop.Web.Framework, Configuration: Release Any CPU ------

It's looking a lot better than it did before. :)
4 years ago
Oh!! That was painful to get this result! LOL!

Now, on to what to do next. Hmmm ...

Thanks for watching over me, guys!

4 years ago
RE: ....gave IUSR permissions to the "src" folder.

I'm not sure if it's related, but I've found that you have to Unblock the .rar file  (or any .zip file for downloaded plugins) before you unpack/unzip them.
4 years ago
Here's the next hurdle ...



The fix for it is here ... sort of ...

https://www.nopcommerce.com/boards/t/73033/exception-occurs-when-i-run-nopcommerce-42-for-first-time.aspx

... and here ... sort of ...

https://www.nopcommerce.com/boards/t/72937/help-systemexception-a-plugin-with-sevenspikesnoppluginscategoriesheadermenu-system-name-is-already-defined.aspx

... and here ... sort of ...

https://github.com/nopSolutions/nopCommerce/commit/7b9f8f0fb6178c40b92167ebdaa049a21a47b1ee

... but ... I still can't get it to work ... * sigh! *
4 years ago
OK. OK. I finally got it to render!

First, I had not installed the .NET Core 2.2 runtime.

Second, I set the IUSR permissions on the "src" folder.

Third, I deleted the duplicate plugins using Windows Explorer in the "src" folder tree.

Fourth, I did a Clean and then a Rebuild for the nopCommerce solution.

Fifth, maybe fifth, I changed my default browser from Mozilla Firefox to Microsoft Edge. I'm not really sure if that was a deal-breaker or not.

I am currently running in Debug mode. I really don't know what to expect. I am from the old day of just Classic ASP, so me using Visual Studio at all is like rolling the boulder from the entrance of the cave where I've been residing for well over a decade.

I'll y'all on more when I know more. :)
4 years ago
Yep!

It works!

Now, on to other things on my checklist!

Really cool product! Thank you Team nopCommerce!!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.