I am trying to Build a web Project that uses ASP.NET
CORE Framework.
In the start.cs file I'm getting compile time error near app.UseBrowserLink()
and I don't know why. I didn't make any changes on that file.
"Error CS0121 The call is ambiguous between the following methods
or properties: 'Microsoft.AspNetCore.Builder.BrowserLinkExtensions.UseBrowserLink(Microsoft.AspNetCore.Builder.IApplicationBuilder)' and Microsoft.AspNetCore.Builder.BrowserLinkLoaderExtensions.UseBrowserLink(Microsoft.AspNetCore.Builder.IApplicationBuilder)' MyPage C:\Users\adduria\Source\Repos\TelerikUI\MyPage\src\MyPage\Startup.cs 49 Active"
Can you please help me with that?
Check your Nuget, you might have both the
Microsoft.VisualStudio.Web.BrowserLink
and Microsoft.VisualStudio.Web.BrowerLink.Loader
packages referenced. Remove the Loader
one.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With