Hi All,
I have installed Visual Studio Enterprise 2019 Version: 16.4.3 to explore Kubernetes services.
For that purpose i have seen one video Url where they suggested how to use Kubernetes services.
When i have open my existing MVC project in Visual studio then found one notification in output like there is some error to integrate Kubernetes/Helm Check the log for more details.
When i open the log file then found like below:
{
"timestamp": "2020-01-23 13-23-09.800",
"message": "An error occurred while adding Kubernetes/Helm support to this project:\r\nCannot access a disposed object.\r\nObject name: 'Microsoft.VisualStudio.ProjectSystem.UnconfiguredProjectImpl'.",
"exception": {
"ClassName": "System.ObjectDisposedException",
"Message": "Cannot access a disposed object.",
"Data": null,
"InnerException": null,
"HelpURL": null,
"StackTraceString": " at Microsoft.Verify.NotDisposed(IDisposableObservable disposedValue, String message)\r\n
For checking the same i created new Asp.Net core application and found like there option is present as in below image:

But the same option is not exist when i check for existing MVC application.
How could i get this option for existing MVC app also?
Note: I am using docker for windows and it is currently running on my system.
Thanks,
Vikash
vicky Bangalore