 Rank: YAF Forumling
Joined: 6/16/2008 Posts: 6 Location: Nashville, TN
|
Has anyone else had problems with errors when trying to view the forums in Firefox 3? I'm testing out the 1.9.3 BETA (7/3/2008 build) and it builds fine, publishes, and comes up in IE6, IE7, and Firefox 2 without trouble. I try opening it in Firefox 3 and I get a compile error that it can't find a DLL. Code: Unable to find assembly 'yaf, Version=1.9.1.0, Culture=neutral, PublicKeyToken=null'. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Runtime.Serialization.SerializationException: Unable to find assembly 'yaf, Version=1.9.1.0, Culture=neutral, PublicKeyToken=null'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[SerializationException: Unable to find assembly 'yaf, Version=1.9.1.0, Culture=neutral, PublicKeyToken=null'.] System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo.GetAssembly() +1725701 System.Runtime.Serialization.Formatters.Binary.ObjectReader.GetType(BinaryAssemblyInfo assemblyInfo, String name) +2808264 System.Runtime.Serialization.Formatters.Binary.ObjectMap..ctor(String objectName, String[] memberNames, BinaryTypeEnum[] binaryTypeEnumA, Object[] typeInformationA, Int32[] memberAssemIds, ObjectReader objectReader, Int32 objectId, BinaryAssemblyInfo assemblyInfo, SizedArray assemIdToAssemblyTable) +120 System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadObjectWithMapTyped(BinaryObjectWithMapTyped record) +381 System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadObjectWithMapTyped(BinaryHeaderEnum binaryHeaderEnum) +62 System.Runtime.Serialization.Formatters.Binary.__BinaryParser.Run() +145 System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) +183 System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) +190 System.Web.Util.AltSerialization.ReadValueFromStream(BinaryReader reader) +790 System.Web.SessionState.SessionStateItemCollection.ReadValueFromStreamWithAssert() +54 System.Web.SessionState.SessionStateItemCollection.DeserializeItem(String name, Boolean check) +257 System.Web.SessionState.SessionStateItemCollection.get_Item(String name) +22 System.Web.SessionState.HttpSessionStateContainer.get_Item(String name) +10 System.Web.SessionState.HttpSessionState.get_Item(String name) +10 YAF.Classes.Utils.PanelSessionState.get_Item(String panelID) +53 YAF.Classes.Utils.YafTheme.GetCollapsiblePanelImageURL(String panelID, CollapsiblePanelState defaultState) +33 YAF.Classes.Base.ForumPage.GetCollapsiblePanelImageURL(String panelID, CollapsiblePanelState defaultState) +27 YAF.Pages.forum.CategoryList_ItemDataBound(Object sender, RepeaterItemEventArgs e) +189 System.Web.UI.WebControls.Repeater.OnItemDataBound(RepeaterItemEventArgs e) +105 System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) +142 System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) +454 System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) +53 System.Web.UI.WebControls.Repeater.DataBind() +72 System.Web.UI.Control.DataBindChildren() +204 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +216 System.Web.UI.Control.DataBind() +12 System.Web.UI.Control.DataBindChildren() +204 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +216 System.Web.UI.Control.DataBind() +12 System.Web.UI.Control.DataBindChildren() +204 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +216 System.Web.UI.Control.DataBind() +12 YAF.Pages.forum.BindData() +168 YAF.Pages.forum.Page_Load(Object sender, EventArgs e) +441 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33 System.EventHandler.Invoke(Object sender, EventArgs e) +0 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +47 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
It seems strange that it would be caused by a browser since the compiling is all taking place on the server. Any ideas? Thanks! Peter
|
 Rank: YAF Forumling
Joined: 6/16/2008 Posts: 6 Location: Nashville, TN
|
Ok. I feel slightly retarded right now. I'm browsing this forum with Firefox 3, so I know it's something I've got set up (which I figured), but I can't imagine what it might be. So, does anyone have an idea where I might look if it's breaking for a specific browser?
Thanks!
Peter
|
 Rank: YAF Developer

Joined: 8/7/2006 Posts: 68 Location: Boston, MA
|
For starters, it is looking for version 1.9.1, yet you say you're trying to test 1.9.3. Quote:Unable to find assembly 'yaf, Version=1.9.1.0, Culture=neutral, PublicKeyToken=null'. Maybe you have old 1.9.1 files still kicking around?
|
| Users browsing this topic |