we have been using devexpress in sharepoint 2013 we first used dev express Version 17.1.3.0 and then we updated to 17.1.4.0 everything was working fine but now every time we make a new web service aplication the web.config of all our websites in the farm gets is reference change from
This
<add name="ASPxHttpHandlerModule" type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
To this
<add name="ASPxHttpHandlerModule" type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v17.1, Version=17.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
I have searched all the machine.config , the web.config even the main applicationHost and i cant find where is the problem coming from i even uninstalled dev express and re installed it, if we manually go to every web.config and change the reference everything works.
I would love some help with this thxs all.