in

CodePrairie .NET

South Dakota .NET User Group

I Hate Linux

WHS Dev Tips: Correction

On Monday and Tuesday I made a horrible mistake in the two part WHS Dev Tip on remote and local debugging as I completely forgot about the static Control.CheckForIllegalCrossThreadCalls property that can be used to get around debug time exceptions such as this one:

Invalid Operation Exception

Both tips #9 and #9.5 have been updated to reflect this new information and to make working with Express sound less full of doom and gloom.

I must admit that until very recently... I didn't know about this property as I had no need for it. When I'd have an issue with an illegal cross thread operation in my code, I'd fix it as I'm quite anal about fixing easily reproduced bugs and not just suppressing them.

None the less the underlying problem that lead to my initial statements of doom and gloom are still accurate... the Home Server Console is doing some illegal cross threading, something that really should be fixed.

Read the complete post at http://feeds.feedburner.com/~r/IHateLinux/~3/200016243/whs-dev-tips-correction.html

Powered by Community Server (Commercial Edition), by Telligent Systems