Hi everyone,
I’m trying to build the plugin using the nopCommerce 4.80 source.
Here’s my setup:
C:\Users\xyz\source\repos
├── nopCommerce
│ └── src\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj
└── api-for-nopcommerce
└── api-for-nopcommerce.sln
Everything restores correctly, but when I try to build the api-for-nopcommerce.sln, I get this error:
Unable to find project information for 'C:\Users\xyz\source\repos\nopCommerce\src\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj'.
If you are using Visual Studio, this may be because the project is unloaded or not part of the current solution.
I already built the main nopCommerce solution successfully, and both folders are side-by-side.
I’m using Visual Studio 2022 with .NET 9 SDK.
Thanks in advance!
Hi everyone,
I’m trying to build the plugin using the nopCommerce 4.80 source.
Here’s my setup:
C:\Users\xyz\source\repos
├── nopCommerce
│ └── src\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj
└── api-for-nopcommerce
└── api-for-nopcommerce.sln
Everything restores correctly, but when I try to build the api-for-nopcommerce.sln, I get this error:
Unable to find project information for 'C:\Users\xyz\source\repos\nopCommerce\src\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj'.
If you are using Visual Studio, this may be because the project is unloaded or not part of the current solution.
I already built the main nopCommerce solution successfully, and both folders are side-by-side.
I’m using Visual Studio 2022 with .NET 9 SDK.
Thanks in advance!