Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Visual Studio Projects don't load after adding Body Tracking SDK via NuGet #1250

Closed
redfood opened this issue Jun 11, 2020 · 1 comment
Closed
Assignees
Labels
Body Tracking Issue related to the Body Tracking SDK Bug Something isn't working

Comments

@redfood
Copy link

redfood commented Jun 11, 2020

Describe the bug

(I'm not sure if this is the correct place to report this problem since I think it is with that NuGet package).

I am using Visual Studio 2019. If I create a project and add the body tracking SDK via NuGet. I can compile and run my program file. If I close and then reopen the project the solution looks empty and it says "unloaded".

To Reproduce

  1. Open Visual Studio 2019
  2. Add the body tracking SDK via NuGet
  3. Create a command line c program that uses the body tracking SDK.
  4. Quit VS
  5. Reopen the "solution"

Expected behavior
The solution would open.

Logs
N/A

Desktop (please complete the following information):

  • OS with Version: 10.0.18363
  • SDK Version: v1.0.1
  • Firmware version:
    RGB camera firmware: 1.6.108
    Depth camera firmware: 1.6.79

Additional context
I am able to get the project to load if I edit the .vcxproj file and delete the following lines:

<None Include="..\packages\Microsoft.Azure.Kinect.BodyTracking.1.0.1\content\dnn_model_2_0.onnx">
      <Link>%(RecursiveDir)%(FileName)%(Extension)</Link>
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>

(I found this because sometimes VS would give an error about trying to include dnn_model_2_0.onnx twice.

@redfood redfood added Body Tracking Issue related to the Body Tracking SDK Bug Something isn't working Triage Needed The Issue still needs to be reviewed by Azure Kinect team members. labels Jun 11, 2020
@qm13 qm13 self-assigned this Jun 11, 2020
@qm13 qm13 removed the Triage Needed The Issue still needs to be reviewed by Azure Kinect team members. label Jun 11, 2020
@qm13 qm13 added the Investigating Dev team needs to Investigate label Mar 4, 2021
@qm13 qm13 assigned vladalx and unassigned qm13 Mar 4, 2021
@qm13 qm13 assigned qm13 and unassigned vladalx Aug 16, 2021
@qm13 qm13 removed the Investigating Dev team needs to Investigate label Aug 16, 2021
@qm13
Copy link
Collaborator

qm13 commented Mar 21, 2022

Fixed

@qm13 qm13 closed this as completed Mar 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Body Tracking Issue related to the Body Tracking SDK Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants