I have one C++/CLi project I am trying migrate to .Net 5.0. Can anybody please suggest any link or steps to migrate project to .Net 5.0
Best Regards
Mrutyunjaya
I have one C++/CLi project I am trying migrate to .Net 5.0. Can anybody please suggest any link or steps to migrate project to .Net 5.0
Best Regards
Mrutyunjaya
Your question is not related with network, I will remove network tag. Thank you!
See the recommendations and samples:
Also check if your Visual Studio creates and compiles new projects of “CLR Empty Project (.NET)” and “CLR Class Library (.NET)” type. Try some typical cases, for example: https://mariusbancila.ro/blog/2019/12/18/cpp-cli-projects-targeting-net-core-3-x.
I have one .Net application which loads one C++/Cli dll. I have done necessary changes in both project as per documentation to support .Net 5. but while execution in test environment where I have installed .Net 5, it is giving error below..

9 people are following this question.