I am getting this Argument Error

image

Hi @Ayodeji_Osikoya

From the screenshot, you are declaring a wrong data type for in_Config object.
You have to use the following data type to declare a dictionary.

System.Collections.Generic.Dictionary<TKey,TValue>

Regards,
Karthik Byggari

1 Like

Thank you. It worked


1 Like

Thanks for the feedback. Please mark my previous reply as solution to close the topic.

Regards,
Karthik Byggari

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.