microsoft / vs-azure-iot-edge-docs

Documentation for Azure IoT Edge Tools for Visual Studio
Creative Commons Attribution 4.0 International
5 stars 6 forks source link

Debugging disabled for .NET Core projects after installing plugin #5

Closed heing closed 5 years ago

heing commented 5 years ago

After installing the extension version 1.1 on VS 2019, I cannot debug or start .NET Core projects anymore. The "Start Debugging" and "Start Without Debugging" options are grayed out in the Debug menu and when right-clicking on the project. .NET Framework console application works as expected.

If I disable the extension and restart Visual Studio, debugging works again.

SLdragon commented 5 years ago

Hi, @heing, thanks for your feedback, I install 1.1 and try to debug dotnetcore project, it works fine. image

Can you share us more detailed information about your project and your VS version, I will take try, thanks!

heing commented 5 years ago

The project is the default .NET Core console application. Visual Studio version is 16.1.5 (Professional). See other installed extensions in attached screen shot below:

image

Also, I did not have this problem with extension version 1.0.

heing commented 5 years ago

I have upgraded Visual Studio to version 16.2.2 and it seemed to solve the issue.