vote up 0 vote down star

Hi You wrote at: Opened SerialPort crashes C# application

"A look into the .NET Framework source code helped a lot. But I think the thrown ObjectDisposedException should be caught by the SerialPort, not by the user."

I'd like to take a look on source code for serialPort. How can I do it?

Regards. Marek

flag
1  
This should be a comment on that question, not a whole new question. – jrista Aug 21 at 6:46
I know but I couldn't when I tried. I don't know why. Now I see "comment". Next time it'll be better. thx. – MarekK Aug 21 at 11:44
You need 50 rep before you can leave comments – Brian Surowiec Aug 21 at 15:06

1 Answer

vote up 1 vote down check

You can use .NET Reflector from Red Gate which you can find here http://www.red-gate.com/products/reflector/ to decompile the dlls and the source is also available from Microsoft for debugging.

Edit: Here's two links about how to setup Visual Studio to download the source for debugging as well as an app that will download it all at once for you.

link|flag
Reflector is the best. I did not find debug source code from Microsoft. – MarekK Aug 21 at 12:40
I can't switch MS source code in my VS express 2008 SP1. There is no option shown in tutorials. :( Strange. I don't have "Enable source server support". – MarekK Aug 24 at 20:50

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.