I am developing an app with Microsoft’s Kinect SDK (version 1.5), but code generates a warning message:
CA1016 : Microsoft.Design : Add an AssemblyVersion attribute to ‘Microsoft.Kinect.Toolkit.dll’.
How do I fix it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is not an important error. An Assembly version is just what version of your software it is. You can easily fix this.
Just change the Assembly Version, save and you should be fine. Hope this helps!
Note: You may want to see What are differences between AssemblyVersion, AssemblyFileVersion and AssemblyInformationalVersion? for more details