How do I report a bug in the .NET framework to Microsoft?

  • Thread starter Thread starter Jason Smith
  • Start date Start date
J

Jason Smith

I've found a minor bug in the .NET framework. Nothing major - just a simple
thing that causes the first MessageBox you show to be non-modal. Couldn't
find anything on it in the KB. Thought Microsoft might like to hear about
it. I was actually sort of surprised to find it - everything I've done with
..NET framework up to this point has been bug-free.

Anyone know how to report a bug to Microsoft so the right people get to see
it?
 
Jason,

Posting details here with example code to reproduce the error is normally a
good start. If the problem is agreed to be an error in the framework, it
will normally be picked up by an MVP who will then pass it on to MS.

Martin.
 
Back
Top