GordianDotNet / VSMonoDebugger

Enables Visual Studio 2017 to deploy and debug a mono application on remote linux machines via SSH.
MIT License
49 stars 25 forks source link

Deply, Run and Debug with error #32

Closed Lucamenghini closed 2 years ago

Lucamenghini commented 2 years ago

Hi, thank you in advance. When I launch "Deploy, run and debug" from VS "mono" menu I have this error: "No startup project found! Checked projects in StartupProjects in ='iotTest01\iotTest01.vbproj' " I have only 1 project in my solution and in the property everything appears ok about the startup option. What I wrong? thanks bye

GordianDotNet commented 2 years ago

Sorry but you are using a Visual Basic project. The vbproj projects are different to C# projects. I don't have the time to support VB.