November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
And just as I hit submit button I found a way to reproduce this.
- run the in IIS Express but don't attach debugger to it
- stop IIS Express from systray (right-click it and select Exit)
- start IIS Expres again from Visual Studio (press F5 for example)
- go to edit the page
Rebuilding the solution fixes it also.
The weirdest thing just happened. I can't reproduce it anymore but thought about reporting this.
I have this page type which has five properties as shown below. ContentSelectionAttribute's code took from here.
I was running the page in debugger and editing stuff in form designer. For some reason, don't remember why, I hit F5 to refresh the whole page. This is what happened.
Link property that should be normal PageReference selection control has turned to dropdownlist, and somehow it gets it's content from ContactPerson property's list (the items are identical).
I tried to refresh the page again but it didn't settle. I switched to other page (in edit mode) and back again and still it was showing dropdownlist. I was losing my mind until I had an epiphany to close browser window, stop debugging and restart Visual Studio. After that everything went back to normal.
Now the thing is. If this happens in production environment, I don't know how I'm going to explain this to the customer and do I have to stop and restart IIS to fix it.