Hi all,
For 5 days, I have wasted so many times for debugging an issue on my CRM 2011 solution. I've ran through internet in great details but unfortunately my problem cannot be solved.
I would like to import data from a csv file (encoded in UTF8 with semicolon for line separator and blank for data separator) to oursolution dynamics 2011 on-premise.
Our solution is supported by SDK, provided by Microsft, there is no problem during the built task but when i try to run (via visual studio 2010) i have an error :
"ArgumentNullException was unhandled by user code.
Value cannot be null
Parameter name : securityTokenResponse"
In input arguments i have environnements.xml with server parameters, EntityMapping.xml with informations about data mapping, App.config with connection requirement and finally of course the CSV file to import.
I would be very pleased for any idea for solving this issue.
Jessy