Title:
.NET object failure error while calling System/Collections/Specialized/StringCollection class
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): / ()
Created: 01/24/2017
Components: DotNet Support
Versions: 2016,2018
Failure Type: Comestic Issue
Found In Build/Fixed In Build: 2016,0,03,300466 / 303936
Priority/Frequency: Normal / Very few users will encounter
Locale/System: /
Vote Count: 0
Problem: .NET object failure error while calling System/Collections/Specialized/StringCollection class
Method:
Run the below code:
<cfscript>
sys = CreateObject(".NET", "System.Collections.Specialized.StringCollection");
writeDump(sys);
</cfscript>
Result:
.NET object failure Error: (class: System/Collections/Specialized/StringCollection, method: Get_Item signature: (I)LSystem/Object;) Wrong return type in function
Expected:
Should invoke System/Collections/Specialized/StringCollection method
Workaround:
NA
Note:
Attachments:
Comments: