ok not really a YAF bug..but if anyone's using Gallery Server Pro and 1.9.4 RC1, be warned..
if you're using GSP and you have it set to use the YAF memberships , and\or its set as an application under your main YAF install you will see this:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'AjaxPro.2' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 57: <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 58: <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false"/>
Line 59: <add verb="POST,GET,HEAD" path="ajaxpro/*.ashx" type="AjaxPro.AjaxHandlerFactory, AjaxPro.2"/>
Line 60: </httpHandlers>
Line 61:
Source File: ~\web.config Line: 59
the web.config file noted in that error, is the YAF one. I removed the ajax line and made GSP work, but then thinks in YAF like the THANK YOU mod, no longer work in 1.9.4 RC1.