Home All Groups Group Topic Archive Search About

Where to report a .net 2.0 x64 bug?

Author
20 Mar 2006 3:07 PM
CyberWatcher Developer
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

Author
20 Mar 2006 6:26 PM
Jon Skeet [C# MVP]
CyberWatcher Developer
<CyberWatcherDevelo***@discussions.microsoft.com> wrote:
> 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?

http://lab.msdn.microsoft.com/productfeedback/default.aspx

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet   Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too

AddThis Social Bookmark Button