====== Creating a New ComfileTech.WinForms Project ====== To create a new CFHEADER .NET project in Visual Studio, simply follow these steps: - Open Visual Studio and select "Create a new project".{{new_project_1.png }}

 

- Select the //ComfileTech.WinForms// project template. {{new_project_2.png }}

 

- Give the project a name and press //Create//. {{new_project_3.png }}

 

- When the project opens, build it, and then select the main form.. {{new_project_4.png }}

 

From that point on, you create your application just as you would for any other WinForms application. If you receive an error about not being able to find "MonoPosixHelper", add the Nuget package [[https://www.nuget.org/packages/Mono.Posix.NETStandard/1.0.0|Mono.Posix.NETStandard]] to your project. ===== Debugging ===== If you need to debug your application on a Linux device from within Visual Studio, use our [[:comfilepi:dotnet_core_development:remote_debugger:index|Remote .NET Debugger Visual Studio Extension]]