Register assemblies for use in offline mode (equivalent to RetailServer controller but for local CommerceRuntime when the client is not connected) (Step # 7)
7. Register assemblies for use in offline mode (equivalent to RetailServer controller but for local CommerceRuntime when the client is not connected) - This sample's Retail Server controller is written using the Microsoft.Dynamics.Commerce.Runtime.Hosting.Contracts, meaning the same controller assembly can be used by Retail Server and the offline runtime - Navigate to RetailSDK\Assets folder and open RetailProxy.MPOSOffline.ext.config - Under the composition section, register your new proxy library name. (The assembly generated after building your proxy project. <add source="assembly" value="Contoso.RetailServer.StoreHoursSample" /> - For manual testing, update the RetailProxy.MPOSOffline.ext.config under the C:\Program Files (x86)\Microsoft Dynamics 365\70\Retail Modern POS\ClientBroker\ext with the custom proxy library name under the composition section. <add source="assembly" value="Contoso.Retai...