Has anyone used RemoteEventListener tool for CMS 7.5 site? It seems that the contract (WCF) has changed and the tool recieves data incorrectly. All events I get on the tool are:
Event Start
Time: (curent datetime)
RaiserId : 000000-0000-....
I looked into the IEventReplication contract in 7.5, it seems to changed to use
Instead of pure WCF [ServiceContract] like previous version, and It requires some other services to inject into the it which registered in InitializationEngine then in order to host it in console app we probably need to setup it up first. Does anyone have any idea?
Hello,
Has anyone used RemoteEventListener tool for CMS 7.5 site? It seems that the contract (WCF) has changed and the tool recieves data incorrectly. All events I get on the tool are:
Event Start
Time: (curent datetime)
RaiserId : 000000-0000-....
I looked into the IEventReplication contract in 7.5, it seems to changed to use
Instead of pure WCF [ServiceContract] like previous version, and It requires some other services to inject into the it which registered in InitializationEngine then in order to host it in console app we probably need to setup it up first. Does anyone have any idea?