For some odd reason, and I have not been able to nail down exactly when, it seems to be random, this line all through my aspx files is being wiped out. It doesn’t matter what file it is. Something retriggers a refactoring of the code for some reason and it always winds up missing the same lines
<tr class="TRSpacer"></tr>
Can anyone please point me in the right direction to help solve this?
ASP.Net, Visual Studio 2012, C#, utilizing master pages.
Thanks in advance
Well someone else has found exactly this – what they describe as an horrendous bug. It seems as if it is removing elements that it deems as invalid. I think in your case the absence of a
tdtag probably won’t help.What about using
It might like that more.