Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build C++ sample. #2

Closed
profiler-bg opened this issue Nov 29, 2016 · 2 comments
Closed

Unable to build C++ sample. #2

profiler-bg opened this issue Nov 29, 2016 · 2 comments
Assignees
Labels

Comments

@profiler-bg
Copy link

Hi,

Tried building the sample in both VS2015 & VS2017RC with no success in both.

VS2017RC: Due to new NuGet doesn't even offer to restore packages.
VS2015: Complains that the project references a package with version: 1.2.194-develop-24916 which it is unable to find in the NuGet repo. I'm unable to update or remove it (so I can install the 1.3 version).

Is this expected behaviour?

Regards,
HP

@profiler-bg
Copy link
Author

The solution I used was:

  1. Delete packages.config.
  2. Open Setup.Configuration.VC.vcxproj with VS code and delete the condition on line 185 that checks if the specific version is installed.
  3. Open solution in VS2015.
  4. Manually install the latest Microsoft.VisualStudio.Setup.Configuration.Native package.

@heaths
Copy link
Member

heaths commented Nov 29, 2016

Seems I never published version 1.2.194, but updating to 1.2.304 via the NuGet interface should've worked. I'll be fixing this but updating to our RC bits anyway.

@heaths heaths added the bug label Nov 29, 2016
@heaths heaths self-assigned this Nov 29, 2016
heaths added a commit that referenced this issue Nov 29, 2016
@heaths heaths closed this as completed Nov 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants