How to load a project Visual Studio in the Interface Milestone

I have created a project in Visual Studio, which is of the MIPLibrary type, which only contains a label with the text “Hello World” and now I want to upload this project in the Milestone interface. But the problem is that I do not know if this can be done and if someone can explain to me how?

Thank you.

You can use Visual Studio to write code in C++, C#, Visual Basic, JavaScript, TypeScript, Python, and more, but for the purpose of this overview, we’ll show you examples using C#. You can use C# in Visual Studio by selecting the .NET Core workload during installation. If you’ve already installed Visual Studio, you can add the .NET Core workload by opening the Visual Studio Installer program on your computer and modifying your installation.

When you’re debugging a program, it’ll pause at lines of code where you add a breakpoint, which acts as a stop sign for your code. When your program runs into a breakpoint and pauses, you’ll be able to inspect parts of your program to find problems in that area of your code. https://essayacademia.com

Okay, I now create the project with the .NET Core working group but once I have the project in this way how do I import it into the Milestone interface?

I think this will tell you all..

https://developer.milestonesys.com/s/article/debugging-techniques-for-Smart-Client-plugins

Yes … But I have a MIP Library project and not a MIP Plugin project so that does not work for me because it only talks about plugins …

That means that I want to do it I can not if the project is of the MIP Library type?

If you have used the MIP Library template you have made a standalone application, so these you just run and cannot as you ask “upload this project in the Milestone interface”.

MIP Plugins are capable of being run as plugin in Smart Client, Management Client or Event Server (last one has no GUI).