Just to note that with mojo 2.4.0.8 and FWP 2.6.2 I am having problems with HTML questions crashing, with:
2015-04-23 08:23:59,186 ERROR 62.197.51.164 - en-GB - /Admin/ContentManagerPreview.aspx?mid=559 - mojoPortal.Web.Global - Referrer(https://www.esdm.co.uk/Admin/ContentCatalog.aspx?md=-1&title=log&sort=ModuleTitle&pagenumber=1) useragent Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko
System.IO.FileLoadException: Could not load file or assembly 'AjaxControlToolkit, Version=4.1.7.123, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
File name: 'AjaxControlToolkit, Version=4.1.7.123, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e'
I am noticing that the version of AjaxControlToolkit in my \bin and in the released version of 2.4.0.8 is 4.5.7.0123 which is not the version being looked for above. The one mentioned above is to be found in another mojo installation that we have not upgraded recently (2.4.0.2). I tried copying the older version into my 2.4.0.8 installation, but that crashed the whole site with:
Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
File name: 'AjaxControlToolkit, Version=4.5.7.123, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e'
It looks like FWP is referencing the wrong version. Before I do more investigation, any thoughts on whether this is something wrong with my installation/config, or an actual issue in 2.4.0.8 + FWP 2.6.2?