Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's wrong with this code?
Message
 
To
11/01/2014 12:57:23
John Baird
Coatesville, Pennsylvania, United States
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01591727
Message ID:
01591733
Views:
60
>In the validate generic method I create a list of T rows that get passed into the validate column functionality. The validate columns then passes this generic collection to a couple of tryConvert routines depending on data type.
>
>The problem is that I can send the rows collection to the TryConvertValue method just fine and it runs perfectly. I send the same collection with the same parameters into TryValidateStringLength, and I get the following compile time error:
>
>"Argument type 'System.Collections.Generic.IEnumerable(T)' is not assignable to parameter type 'System.Collections.Generic.IEnumerable(T)'
>
>This editor strips generic symbols from the code, so I'm attaching png's of the methods..

Could it be that TryConvertValue is a generic method with T defined whereas TryValidateStringLength is not and T cannot be resolved?
Previous
Reply
Map
View

Click here to load this message in the networking platform