I am trying the "getting started" tutorial for DotNet command line at: https://docs.microsoft.com/en-us/dotnet/core/tutorials/using-with-xplat-cli
The entire tutorial is to fire up a command prompt - I used admin mode - and run the following two DotNet commands:
$ dotnet new console
$ dotnet run
The first one succeeded though it took several minutes. The second failed after a very long time.
The log showed about 20 error messages that all looked similar to this:
_7.9.0.5.cs(1081,43): error CS0229: Ambiguity between 'IWOA.DllName' and 'IWOA.D llName' [C:\Windows\system32\system32.csproj] wbem\Framework\root\citrix\VdaParameters\BrokerAgent_SN_a80ce61cfbf8b47a_Version
- They all mention this dll: 'IWOA.DllName'
- They all have citrix in the folder path.
I rarely post here since I can usually find answers to my question with some online digging but this one stumps me. I was unable to find even the slightest reference on line to this problem.
So what in the world is going on here?
FYI: Visual studio version is 15.8.8 and as far as I can tell my whole environment is uo to date.
Thanks