nopCommerce 4.00 roadmap and estimated release date. Let's discuss

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
robbyr wrote:
Im trying out NOP beta 4.0.

can anyone from team pitch in to explain how to run github beta version?


Getting error
Unable to load DLL 'libuv'
...

Please get the latest version and try one more time (fixed)
6 years ago
Hi guys I find that this is a quite common scenario and we really need this, what do you think?

limit shipping method & pickup point for product & payment method
https://github.com/nopSolutions/nopCommerce/issues/2244
6 years ago
emiliano84 wrote:
Hi guys I find that this is a quite common scenario and we really need this, what do you think?

limit shipping method & pickup point for product & payment method
https://github.com/nopSolutions/nopCommerce/issues/2244

Meanwhile you can use Shipping Director plugin for this
6 years ago
Hi,
I am trying to use beta version of nop core in visual version 2013 update 3. I downloaded latest code form GitHub when I tried to run it gives an error - "One or more project in the solution were not loaded completely".Can you please help how to solve this.
6 years ago
harshitporwal wrote:
Hi,
I am trying to use beta version of nop core in visual version 2013 update 3. I downloaded latest code form GitHub when I tried to run it gives an error - "One or more project in the solution were not loaded completely".Can you please help how to solve this.


One mistake Its Vs 2015 update 3
6 years ago
a.m. wrote:
Im trying out NOP beta 4.0.

can anyone from team pitch in to explain how to run github beta version?


Getting error
Unable to load DLL 'libuv'
...
Please get the latest version and try one more time (fixed)


right after the installation I am getting

System.ObjectDisposedException: 'Safe handle has been closed'

System.IO.DirectoryNotFoundException: 'Could not find a part of the path 'nopCommerce-develop\src\Presentation\Nop.Web\wwwroot\images\thumbs

in pictureservice.cs


though i can see the created database tables in sql
6 years ago
robbyr wrote:


right after the installation I am getting

System.ObjectDisposedException: 'Safe handle has been closed'

System.IO.DirectoryNotFoundException: 'Could not find a part of the path 'nopCommerce-develop\src\Presentation\Nop.Web\wwwroot\images\thumbs

in pictureservice.cs


though i can see the created database tables in sql


can anyone from the team help?
6 years ago
robbyr wrote:
System.IO.DirectoryNotFoundException: 'Could not find a part of the path 'nopCommerce-develop\src\Presentation\Nop.Web\wwwroot\images\thumbs

Your path misses the disk drive. For example, C:\nopCommerce-develop\src\Presentation\Nop.Web\wwwroot\images\thumbs. Are you running it locally? Please share the entire stack trace
6 years ago
Re-downloaded from github.

New error after installation-

An unhandled exception occurred while processing the request.


InvalidOperationException: No authentication handler is configured to authenticate for the scheme: Authentication


Microsoft.AspNetCore.Http.Authentication.Internal.DefaultAuthenticationManager+<GetAuthenticateInfoAsync>d__12.MoveNext()

AggregateException: One or more errors occurred.


System.Threading.Tasks.Task.ThrowIfExceptional(bool includeTaskCanceledExceptions)


System.Threading.Tasks.Task.GetResultCore(bool waitCompletionNotification)


System.Threading.Tasks.Task.get_Result()


Nop.Services.Authentication.CookieAuthenticationService.GetAuthenticatedCustomer() in CookieAuthenticationService.cs

+

111.            var userPrincipal = authenticateTask.Result;


Nop.Web.Framework.WebWorkContext.get_CurrentCustomer() in WebWorkContext.cs

+


216.                    customer = _authenticationService.GetAuthenticatedCustomer();


Nop.Services.Security.PermissionService.Authorize(PermissionRecord permission) in PermissionService.cs

+

77.            return Authorize(permission, _workContext.CurrentCustomer);


Nop.Web.Framework.Mvc.Filters.CheckAccessPublicStoreAttribute+CheckAccessPublicStoreFilter.OnAuthorization(AuthorizationFilterContext filterContext) in CheckAccessPublicStoreAttribute.cs

+


66.                if (_permissionService.Authorize(StandardPermissionProvider.PublicStoreAllowNavigation))



Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(ref State next, ref Scope scope, ref object state, ref bool isCompleted)
6 years ago
ludlamzgull wrote:
I just hope that the new microsoft framework will allow us to easier  develop  functunality on top
of nopCommerce.


It will be .NET core
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.