Trouble with java hash codes between .NET 1.1 and 2.0 -
12-03-2007
, 02:44 PM
Hello,
I have some J# code that uses string hash codes. I recently noticed that
after moving that code to .NET 2.0 from 1.1 the code no longer works the
same because the hash codes returned for the strings is different.
Could someone explain why this is? Is there a solution for this? Like
forcing the J# code to use the 1.1 version of the J# libs? I seem to recall
being able to force a runtime version with properties in the AssemblyInfo
file but I don't know how to do that...
This is a pretty urgent issue for me, so any advice/suggestions are
appreciated.
Keith |