Server Error in Kanban 2.1.7.13 - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com 2013-06-19T07:13:55Z http://fogbugz.stackexchange.com/feeds/question/8754 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://fogbugz.stackexchange.com/questions/8754/server-error-in-kanban-2-1-7-13 Server Error in Kanban 2.1.7.13 Josh O'Brien 2011-07-14T16:22:20Z 2011-07-29T14:12:33Z <p>I am running FogBugz 8.4.92 on our server. I installed Kanban 2.1.7.13 and now get a 500 error page when I click either Kanban link. The plugin admin page works fine. Here is the error message:</p> <blockquote> <p>Error: Could not load file or assembly 'Newtonsoft.Json.Net20, Version=4.0.2.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The system cannot find the file specified.<br> Stack Trace: Show Stack TraceHide Stack Trace</p> <p>System.IO.FileNotFoundException: Could not load file or assembly 'Newtonsoft.Json.Net20, Version=4.0.2.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The system cannot find the file specified.File name: 'Newtonsoft.Json.Net20, Version=4.0.2.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'Server stack trace: at KanbanBoard.PluginPageDisplay.JsEscape(Object o) at KanbanBoard.PluginPageDisplay.RenderKanban() at KanbanBoard.PluginPageDisplay.PageDisplay() at System.Runtime.Remoting.Messaging.StackBuilderSink.<em>PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]&amp; outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&amp; msgData, Int32 type) at FogCreek.FogBugz.Plugins.Interfaces.IPluginPageDisplay.PageDisplay() at FogCreek.FogBugz.</em>_Global.PluginPage(Int32 ixPlugin) in c:\code\release\build\FB8.4.92\fogbugz\distribution\src-Website\pluginPages.was:line 35 at FogCreek.FogBugz._<em>Global.RawpgPlugin() in c:\code\release\build\FB8.4.92\fogbugz\distribution\src-Website\default.was:line 3514 at FogCreek.FogBugz.</em>_Global.pgPlugin() in c:\code\release\build\FB8.4.92\fogbugz\distribution\src-Website_Generated.was:line 1748 at FogCreek.FogBugz._<em>Global.RunPg() in c:\code\release\build\FB8.4.92\fogbugz\distribution\src-Website_Generated.was:line 3187 at Wasabi.Runtime.Web.Response.PictureOf(Sub sub) in c:\code\release\build\FB8.4.92\wasabi\Wasabi.Runtime\ResponseGenerator.cs:line 24 at FogCreek.FogBugz.</em>_Global.RawRunFogBugz() in c:\code\release\build\FB8.4.92\fogbugz\distribution\src-Website\default.was:line 4373 at FogCreek.FogBugz._<em>Global.RunFogBugz() in c:\code\release\build\FB8.4.92\fogbugz\distribution\src-Website_Generated.was:line 2313 at FogCreek.FogBugz.</em>_Global.StartDefault() in c:\code\release\build\FB8.4.92\fogbugz\distribution\src-Website\default.was:line 126 at FogCreek.FogBugz.HttpHandler.ProcessRequest(HttpContext context) in c:\Users\svc-mortar\AppData\Local\Temp\4p6yffmm.0.cs:line 0</p> <p>Browser: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729)<br> Source: KanbanBoard<br> OS Version: Microsoft Windows NT 6.1.7601 Service Pack 1<br> Database: Microsoft SQL Server<br> CLR Versions: v1.0.3705|v1.1.4322|v2.0.50727|v3.0|v3.5|v2.0.50727(x64)|v3.0(x64)|v3.5(x64)<br> ixPerson: 11<br> QueryString: ?pg=pgPlugin&amp;sPluginId=kanbanboard@ergonlabs.com<br> URL: /fogbugz/default.asp<br> Content Length: 0<br> Local Addr: ::1<br> Remote Addr: ::1<br> Time: 7/14/2011 11:19:27 AM<br> Site: localhost </p> </blockquote> <p>I've rolled back to 2.1.7.12 for now.</p> <blockquote> <p><img src="http://www.gravatar.com/avatar/baf927dcc0b0c5d0f41dece1e575aa0f?s=32&amp;d=identicon&amp;r=PG" alt="Fog Creek"> <a href="http://fogbugz.stackexchange.com/questions/1023/whats-that-kiwi-logo-and-case-number-at-the-bottom-of-my-feature-request" rel="nofollow">Case FC2094273</a></p> </blockquote> http://fogbugz.stackexchange.com/questions/8754/server-error-in-kanban-2-1-7-13/8788#8788 Answer by Rich Armstrong for Server Error in Kanban 2.1.7.13 Rich Armstrong 2011-07-19T15:26:16Z 2011-07-19T15:26:16Z <p>I've alerted our dev team to this. This is because we upgraded to JQuery 1.6 on FogBugz, and the JSON parser is now more strict. I <em>think</em> that 2.1.7.13 will run on FogBugz 8.5, though. Jude is likely to chime in soon.</p> http://fogbugz.stackexchange.com/questions/8754/server-error-in-kanban-2-1-7-13/8799#8799 Answer by Jude Allred for Server Error in Kanban 2.1.7.13 Jude Allred 2011-07-19T16:48:45Z 2011-07-19T16:48:45Z <p>2.1.7.13 contains a switch in Kanban from using a homebrew JSON serializer to using the Newtonsoft serializer. Looks like the 2.1.7.13 zip file forgot to include the Newtonsoft.dll... I'll ping the author to get that fixed in the next version. In the meantime, 2.1.7.12 should generally work ok unless you have a very large Kanban board.</p> http://fogbugz.stackexchange.com/questions/8754/server-error-in-kanban-2-1-7-13/8887#8887 Answer by JLathem for Server Error in Kanban 2.1.7.13 JLathem 2011-07-29T14:12:33Z 2011-07-29T14:12:33Z <p>I tried the 2.1.7.14 update that is supposed to fix this, but I still get the same error. I also rolled back to 2.1.7.12 and it works again.</p>