Active Query Builder support area

Issues running Active Query Builder 2 ASP.NET Examples

Avatar
  • updated
  • Completed

Some of the samples in the "Active Query Builder 2 ASP.NET Examples" folder use very old versions of VS. This make it very complicated to use in newer versions.

Specifically I am trying to run the "Alternate Names" projects but after upgrade to VS2015, I get:

This project references NuGet package(s) that are missing on this computer.
Enable NuGet Package Restore to download them.
For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.
The missing file is ..\Active Query Builder 2 ASP.NET Examples\Alternate Names\\.nuget\NuGet.targets.    
Alternate Names    ..\Active Query Builder 2 ASP.NET Examples\Alternate Names\Alternate Names.csproj    153

(Even after NuGet restore, same issue)

Would it be possible to have a VS2015 (or at least VS1013) version of the samples?

Thank you,

SM

Avatar
Andrey Zavyalov, PM

Hello, Simon.

Thank you for your report and sorry for the inconveniences this problem caused you.

I suppose that you've tried to open the .csproj file of this demo, not the .sln file that is common for all demo projects. This .sln file contains Nuget package dependencies. If you open it, dependencies will be updated automatically.

In the next build we'll include separate .sln files for each demo project.