logo
Welcome to our new AbleCommerce forums. As a guest, you may view the information here. To post to this forum, you must have a registered account with us, either as a new user evaluating AbleCommerce or an existing user of the application. For all questions related to the older version of Gold and earlier, please go to AbleCommerce Gold forum. Please use your AbleCommerce username and password to Login. New Registrations are disabled.

Notification

Icon
Error

Options
Go to last post Go to first unread
Jay  
#1 Posted : Tuesday, March 24, 2020 11:24:09 AM(UTC)
Jay

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?

Wanna join the discussion?! Login to your AbleCommerce Forums forum account. New Registrations are disabled.

Naveed Ashraf  
#2 Posted : Tuesday, March 24, 2020 12:16:48 PM(UTC)
Naveed Ashraf

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
Thanks for your support!
Naveed Ashraf
Ablecommerce.com
Developer Assistance Available
Jay  
#3 Posted : Tuesday, March 24, 2020 1:09:19 PM(UTC)
Jay

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.
Users browsing this topic
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.