I think this is going to be tough to describe.
I write to the registry.
In the write method I check the key and if it is not what I expect I show a MessageBox
When I do a Rebuild Solution after the following message:
========== Rebuild All: 62 succeeded, 0 failed, 0 skipped ==========
the MessageBox pops up.
I tried multiple times with the same result.
The last time this happened I had about 20 files opened. I closed all tabs and tried again twice.
Both times I did not get the message.
Seems one or more of my many files is causing the problem simply by being open at the build time.
Got any idea what happens after the build message displays that could cause this.
How about, what method (like maybe New, OnLoad... ) might run (maybe in the designer) after Rebuild
I write to the registry.
In the write method I check the key and if it is not what I expect I show a MessageBox
When I do a Rebuild Solution after the following message:
========== Rebuild All: 62 succeeded, 0 failed, 0 skipped ==========
the MessageBox pops up.
I tried multiple times with the same result.
The last time this happened I had about 20 files opened. I closed all tabs and tried again twice.
Both times I did not get the message.
Seems one or more of my many files is causing the problem simply by being open at the build time.
Got any idea what happens after the build message displays that could cause this.
How about, what method (like maybe New, OnLoad... ) might run (maybe in the designer) after Rebuild