Visual Studio 2015 Errors in watches and no value pop-up when I hover over variable. BC32208

前端 未结 3 1944
情深已故
情深已故 2021-02-14 18:59

I\'m having difficulties with serveral of my VB.Net projects that I have upgraded to Visual Studio 2015. These projects have be upgraded over many years from visual studio 2003

3条回答
  •  心在旅途
    2021-02-14 19:49

    FYI, I've just committed a fix for this that will ship in VS 2015 Update 2 (see https://github.com/dotnet/roslyn/commit/e683a8438d42d92a3d142ba53f38b33315c7dea2).

    Another possible work-around for this issue in the meantime is to strong name sign your app (and the satellite assemblies). The debugger was correctly ignoring the multiple resource dlls in the strong name case but not in the "weak" name case.

提交回复
热议问题