Rank: Member
Groups: Authorized User, Developers Joined: 11/12/2018(UTC) Posts: 25
Thanks: 1 times Was thanked: 4 time(s) in 3 post(s)
|
I downloaded AbleCommerce-9.0.0-b5588-WAP.zip and unzipped it to c:\AbleCommerce-9.0.0-b5588-WAP. When I open the solution in Visual Studio Pro 2019, all of the references have a yellow triangle with an exclamation mark, and all of the "using" lines in the code have red squiggly lines under them. Hovering over them indicates "The type or namespace name '[whatever]' could not be found (are you missing a using directive or an assembly reference?)". The using System lines show this as well. I tried adding a reference path to the project properties, but that didn't help. Any ideas?
|
|
|
|
Rank: Advanced Member
Groups: Admin, Administrators, Developers, Registered, HelpDesk, Authorized User Joined: 7/31/2019(UTC) Posts: 77
Was thanked: 8 time(s) in 8 post(s)
|
Hi, If you have extracted the files properly then your directory structure should be similar to following image: https://ibb.co/6y1qJsd[img=https://ibb.co/6y1qJsd]Directory structure[/img] most of the local reference paths are relative to the /Lib directory. Otherwise we are using "NuGet" packages for external references and you need to restore the NuGet packages by: 1. Inside Visual studio, in Solution explorer window, right click on the solution node. 2. and select "Restore the NuGet Packages" command option. Thanks, Naveed Ashraf |
|
|
|
|
Rank: Member
Groups: Authorized User, Developers Joined: 11/12/2018(UTC) Posts: 25
Thanks: 1 times Was thanked: 4 time(s) in 3 post(s)
|
Thanks Naveed, restoring NuGet and restarting Visual Studio fixed it.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The AbleCommerce Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close