Unable to find the assembly

1

I have a Web application that needs a project called TokenService, to make it work. The application is launched in two different windows, in one is the application and in another the TokenService, the problem is that in TokenService I get the following error. The funny thing is that the application works correctly, except when I rewind the navigation until the login, since the same error message appears.

  

The assembly 'Ksp.Adac.UI, Version = 1.0.0.0, Culture = neutral, PublicKeyToken = null' can not be found.

I also leave the tracking stack:

  

[SerializationException: Unable to find the assembly 'Ksp.Adac.UI, Version = 1.0.0.0, Culture = neutral, PublicKeyToken = null'.]      System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo.GetAssembly () +4199377      System.Runtime.Serialization.Formatters.Binary.ObjectReader.GetType (BinaryAssemblyInfo assemblyInfo, String name) +14041576      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) +204      System.Runtime.Serialization.Formatters.Binary .__ BinaryParser.ReadObjectWithMapTyped (BinaryObjectWithMapTyped record) +284      System.Runtime.Serialization.Formatters.Binary .__ BinaryParser.Run () +507      System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize (HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) +169      System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize (Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) +285      Microsoft.Web.Redis.BinarySerializer.Deserialize (Byte [] data) in D: \ BuildAgent \ work \ f55792526e6d9089 \ src \ Shared \ BinarySerializer.cs: 39      Microsoft.Web.Redis.StackExchangeClientConnection.GetSessionData (Object rowDataFromRedis) in D: \ BuildAgent \ work \ f55792526e6d9089 \ src \ Shared \ StackExchangeClientConnection.cs: 236      Microsoft.Web.Redis.RedisConnectionWrapper.TryTakeWriteLockAndGetData (DateTime lockTime, Int32 lockTimeout, Object & lockId, ISessionStateItemCollection & data, Int32 & sessionTimeout) in D: \ BuildAgent \ work \ f55792526e6d9089 \ src \ RedisSessionStateProvider \ RedisConnectionWrapper.cs: 196      Microsoft.Web.Redis.RedisSessionStateProvider.GetItemFromSessionStore (Boolean isWriteLockRequired, HttpContext context, String id, Boolean & locked, TimeSpan & lockAge, Object & lockId, SessionStateActions & actions) in D: \ BuildAgent \ work \ f55792526e6d9089 \ src \ RedisSessionStateProvider \ RedisSessionStateProvider .cs: 276      Microsoft.Web.Redis.RedisSessionStateProvider.GetItemExclusive (HttpContext context, String id, Boolean & locked, TimeSpan & lockAge, Object & lockId, SessionStateActions & actions) in D: \ BuildAgent \ work \ f55792526e6d9089 \ src \ RedisSessionStateProvider \ RedisSessionStateProvider.cs: 190      System.Web.SessionState.SessionStateModule.GetSessionStateItem () +176      System.Web.SessionState.SessionStateModule.BeginAcquireState (Object source, EventArgs e, AsyncCallback cb, Object extraData) +980      System.Web.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute () +636      System.Web.HttpApplication.ExecuteStep (IExecutionStep step, Boolean & completedSynchronously) +157

    
asked by Richard 24.03.2017 в 20:06
source

0 answers