-
Notifications
You must be signed in to change notification settings - Fork 967
Clarified which New Project should be selected (for VS 2022) #4616
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
Conversation
There are two options; one does not work (.NET) due to the prerequisites set in the guide.
@enricosebastian : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Learn Build status updates of commit bce7348: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Can you review the proposed changes? When the changes are ready for publication, add a #label:"aq-pr-triaged" |
Thanks, @enricosebastian. I think the problem is deeper in this topic because it doesn't discuss at all the difference between creating a project for .NET Framework (the original Windows-only version of .NET) or what was once known as .NET Core (the .NET option). You mentioned the pre-requisites pushing you to needing the windows version. I don't see that in the prereqs, though if you do try the suggested example then it needs to be the windows version (.NET Framework). Can you tell me a little more about what in the prereqs suggested to you that it needed to be the Windows version of the .NET framework? I agree a change needs to be made here, I think it may be more than just picking a different template. |
Hi @TylerMSFT! Been following the C++/CLI documentation for a few days now because I will be needing it for a project at work. Followed the guide, but found out that there would be two CLR Empty Projects options; one that's .NET and another that's .NET Framework. It didn't specify nor differentiate between the two in the walkthrough (or perhaps I missed that par. Sorry, rushing my project hahaha). Decided to try both .NET and .NET Framework; the former would result in I do agree with you that a total rework might be needed (or at least the section is split to differentiate between the two C++/CLI projects), but right now this edit will be a big help for those like me just starting to read through the documentation, and just need to see the output |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @enricosebastian!
#sign-off |
There are two options; one does not work (.NET) due to the prerequisites set in the guide.