Search:
Namespaces
Discussions
.NET v1.1
Feedback
SortedList Default IComparer Error
Messages
Related Types
This message was discovered on
microsoft.public.dotnet.framework
.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
Post a new message to this list...
BillHouse (VIP)
I'm populating a
SortedList
with the Name property of objects from the SQLDMO
Com interop classes. While these are supposed to be plain old strings (I
think), I am getting an error any time I attempt to use keyed access to the
objects.
mySortedList.Add(myTable, myTable.Name)
If mySortedList.Contains(myTable.Name) Then ' <-- Throws an error
... do some stuff
End If
This is totally weird, because I've had no problem using
SortedList
in the
past. What's up with SQLDMO 'string' properties that causes this? Is some
COM variant to .NET string type conversion nuance the issue?
Any help is appreciated,
Bill House
Reply to this message...
BillHouse (VIP)
BTW, further testing has revealed that if I mySortedList.Add("test", "test")
before trying to add any string properties from SQLDMO objects, the issue
seems to disappear. Apparently, there is something amiss with a
SortedList
whose first item is derived (even using CStr()) from a SQLDMO Name property
(table, procedure, whatever). Personally, I think this is a BUG. :-)
"BillHouse" wrote:
[Original message clipped]
Reply to this message...
Jakob Christensen
What exception are you getting?
Regards, Jakob.
"BillHouse" wrote:
[Original message clipped]
Reply to this message...
System.Collections.SortedList
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us
-
Terms of Use
-
Privacy Policy
-
www.dotnet247.com