Hey, i'm new in retail and trying to use RetailSDK for extension on Customer Search Sample. but i keeping getting this error.
in Microsoft.Dynamics.Commerce.Runtime.dll
Additional information: The specified type 'Contoso.Commerce.Runtime.CustomerSearchSample.CustomerSearchRequestHandler, Contoso.Commerce.Runtime.CustomerSearchSample' could not be loaded.
Here are the steps i performed:
1. Added these to the commerceruntime.ext.config
<add source="type" value="Contoso.Commerce.Runtime.CustomerSearchSample.CustomerSearchRequestHandler, Contoso.Commerce.Runtime.CustomerSearchSample" />
2. Uncommented the SDKSAMPLE_CUSTOMERSEARCH section in Program.cs.
3. Run CRT test host project (Runtime.Extensions.TestHost.csproj) in debugger and execute the code.
Help would be appreciated.