LOAD PROJECT

Hello,
i would like to use the Project Class to administrate C# Projectes in my Editor.
The Assembly Alternet.Common.UI.Wpf.v5 owns the ClassProject with the puplic class member Load(string projectFileName).This method loads a selected Project.
With the Nuget Package Alternet.Studio.Common (7.0.0) the Project (Alternet.Common.Projects.Project) Class has this member Load() no more. How can I load a project now?

Best regards,
Johannes
Hello,
We have abstracted this class, as it's now also used for loading TypeScript/IronPython projects.
Please use DotNetProject instead, it's located in the same assembly, Alternet.Common.Projects.DotNet namespace. This class has Load method which can load .net projects.
Let me know if it helps.

Regards,
Dmitry
Hello Dimitry,
thank you very much. That's what I've been looking for.

Best regards,
Johannes