Have an MVC 4 app and we use Windsor 3.1 for dependency injection. 
 Recently started to see this error.  Anyone else run into this error with 
Windsor 3.1?

System.Runtime.Serialization.SerializationException: Type is not resolved 
for member 
'Castle.MicroKernel.Lifestyle.Scoped.CallContextLifetimeScope+SerializationReference,Castle.Windsor,
 
Version=3.1.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc'.\r\n   
at CassiniDev.Server.GetProcessToken()\r\n   at 
CassiniDev.Host.GetProcessToken()\r\n   at 
CassiniDev.Request.GetUserToken()\r\n   at 
CassiniDev.Request.GetServerVariable(String name)\r\n   at 
System.Web.HttpRequest.AddServerVariableToCollection(String name)\r\n   at 
System.Web.HttpRequest.FillInServerVariablesCollection()\r\n   at 
System.Web.HttpServerVarsCollection.Populate()\r\n   at 
System.Web.HttpServerVarsCollection.get_Count()\r\n   at 
System.Collections.Specialized.NameValueCollection.Add(NameValueCollection 
c)\r\n   at System.Web.HttpRequest.FillInParamsCollection()\r\n   at 
System.Web.HttpRequest.GetParams()\r\n   at 
System.Web.HttpRequest.get_Params()\r\n   at 
System.Web.HttpRequestWrapper.get_Params()\r\n   at 
AINC.Acme.Apps.Web.Search.Contr
ollers.SearchController.ExecuteSearch(Int32 repoId, Int32 searchId, String 
unencryptedSearchValues, Int32 maxHits) in 
c:\\code\\Apps\\Web\\Search\\Search\\Controllers\\SearchController.cs:line 
157\r\n   at lambda_method(Closure , ControllerBase , Object[] )\r\n   at 
System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, 
Object[] parameters)\r\n   at 
System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext 
controllerContext, IDictionary`2 parameters)\r\n   at 
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext 
controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 
parameters)\r\n   at 
System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass13.<InvokeActionMethodWithFilters>b__10()\r\n
 
  at 
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter 
filter, ActionExecutingContext preContext, Func`1 continuation)\r\n   at 
System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass13.<>c__DisplayClass15.<InvokeA
ctionMethodWithFilters>b__12()\r\n   at 
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext
 
controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, 
IDictionary`2 parameters)\r\n   at 
AINC.Acme.Apps.Web.Utilities.Mvc.Impl.ControllerActionResultInvoker.InvokeActionMethodWithFilters(ControllerContext
 
controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, 
IDictionary`2 parameters) in 
c:\\code\\Apps\\Web\\Utilities\\Mvc\\Impl\\ControllerActionResultInvoker.cs:line
 
105\r\n   at 
System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext 
controllerContext, String actionName)"
>


scott

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to castle-project-users+unsubscr...@googlegroups.com.
To post to this group, send email to castle-project-users@googlegroups.com.
Visit this group at http://groups.google.com/group/castle-project-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to