2

Similar to this question, I'm having trouble with an old webforms project in vs2015. The code will compile and run without error.

If I enable a breakpoint and try to look at any value in a Quickwatch, I get the following error:

error BC32208: Project already has a reference to assembly 'projectname.resources'. A second reference to 'projectname.resources.dll' cannot be added.

Similarly, if I break into the code and hover the mouse over a variable name then I do not get a pop-up containing the variable's current value.

I also looked at this microsoft link to no avail.

Is there a workaround for webforms?

My project doesn't have any localized [culture-code].resx files.

There's no assembly tab in project properties.

Community
  • 1
  • 1
Hoppe
  • 6,508
  • 17
  • 60
  • 114

1 Answers1

0

Amber Zhang from Microsoft contacted me to inform me that this has been resolved in vs2015 update 2. Downloaded and verified today. Thanks Amber!

Hoppe
  • 6,508
  • 17
  • 60
  • 114