But now I have an isolated crash in the activitylog:
226
2012/02/01 11:22:47.558
Error
Editor or Editor Extension
System.NullReferenceException: Object reference not set to an instance of an object.
at D.R.a(Int32 A)
at RemObjects.Oxygene.VisualStudio.Editor.MatchingTagger.<GetTags>d__0.MoveNext()
at Microsoft.VisualStudio.Text.Tagging.Implementation.TagAggregator`1.<GetTagsForBuffer>d__16.MoveNext()
And it looks the same as the ones in the crash log when starting an app…
Scrolling into view also triggers it.
What I did was clicking inside the iif and then it crashed…
AFAIK any iif. I had about 25 in the complete project. I have replaced them all to the if…then…else expression and no error has occurred anymore. Also I did not experience the VS crash on starting the app anymore (see other thread about the crashes on start). But if i’m proved wrong I’ll place that here immediatly.
To be clear: the error where the debugger won’t attach still occurs, just the VS crash (at about the same time) doesn’t seem to occur anymore. But sometimes I could debug for hours without problem, so it’s not certain until same time has passed.