Where to report a .net 2.0 x64 bug?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have made a test project with about 150 lines of code which causes a
‘System.AccessViolationException’ when run on an x64 bit system.
It’s the combination of UTF8Encoding.UTF8.GetBytes,
UTF8Encoding.UTF8.GetString, and a BinarySearch which trigger the bug.

Where should I submit this bug?

-Rune
 
Back
Top