locked
Managed Debugging Assistant 'LoadFromContext' RRS feed

  • Question

  • User-1701663573 posted

    HI I am getting this exception when I use IIS express for debugging in asp.net in a xamarin project
    The assembly named 'Microsoft.WebTools.BrowserLink.Tracing' was loaded from 'file:///E:/visualstudio/Common7/IDE/Extensions/Microsoft/Web Tools/Browser Link/Microsoft.WebTools.BrowserLink.Tracing.DLL' using the LoadFrom context. The use of this context can result in unexpected behavior for serialization, casting and dependency resolution. In almost all cases, it is recommended that the LoadFrom context be avoided. This can be done by installing assemblies in the Global Assembly Cache or in the ApplicationBase directory and using Assembly.Load when explicitly loading assemblies.'
    how do I fix this

    Friday, October 2, 2020 2:45 AM

Answers

  • User-1701663573 posted

    Ya thanks for replying actually I got this fixed I actually reset the exception settings to default and it worked fine 

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Monday, October 5, 2020 7:58 AM

All replies