S
svkuery
Has there been any resolution to this?
I am seeing the same problem.
The code seems to run ok but while I am stepping through it while
debugging VS shows the value of count in my watch window as this
error:
{"The generic type 'System.Collections.ObjectModel.Collection`1' was
used with the wrong number of generic arguments in assembly 'mscorlib,
Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089'.":"System.Collections.ObjectModel.Collection`1"}
Integer
Like I said the code seems to be running ok but I am concerned that
there is an underlying problem.
Basically I have an abstract base class that derives from
System.Collections.ObjectModel.Collection(Of T).
I then have classes that derive from my base class.
Any thoughts?
I am seeing the same problem.
The code seems to run ok but while I am stepping through it while
debugging VS shows the value of count in my watch window as this
error:
{"The generic type 'System.Collections.ObjectModel.Collection`1' was
used with the wrong number of generic arguments in assembly 'mscorlib,
Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089'.":"System.Collections.ObjectModel.Collection`1"}
Integer
Like I said the code seems to be running ok but I am concerned that
there is an underlying problem.
Basically I have an abstract base class that derives from
System.Collections.ObjectModel.Collection(Of T).
I then have classes that derive from my base class.
Any thoughts?