Solved

Error on open K2 Management site and viewflow (set_KeepAlive)

  • 24 August 2023
  • 1 reply
  • 68 views

Badge +2

After upgrading to K2 4.7, the system functions properly and K2 Workspace is accessible. However, when attempting to connect to the K2 Management Site and open ViewFlow, the following error message appears. I'm not sure if anyone has encountered a similar situation.

 

’/ViewFlow' 應用程式中發生伺服器錯誤。

找不到方法:“Void SourceCode. Hosting, Client. BaseAPI, SCConnectionString Builder.set_KeepAlive

(Int32)”。

 

[MissingMethodException: 找不到方法:“Void SourceCode.Hosting.Client.BaseAPI.SCConnectionStringBuilder.set_KeepAlive(Int

SourceCode.Security. Claims. Web.Shared. ConnectionClass.GetPoolConnectionString(Boolean useWorkflowPort)

+0

SourceCode.Security.Claims.Web.Shared.ConnectionClass.GetPoolConnection(String credentialToken, Boolean asAppPool, B SourceCode.Security.Claims.Web.Shared.ConnectionClass.Connect (BaseAPI baseAPI, Boolean asAppPool, Boolean validateLi

SourceCode.Security.Claims.Web._trust.login.Page_Load(Object sender, EventArgs e) +204

System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51

System.Web. UI. Control.OnLoad (EventArgs e) +95

System.Web.UI. Control. LoadRecursive () +59

System. Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +

icon

Best answer by TinTex 24 August 2023, 17:15

View original

1 reply

Userlevel 3
Badge +10

@Vincent_SCTW 

This error indicates that there is a mismatch in assembly/dll version, causing one of the method to be missing “MissingMethodException”.  I would try:

  1. Rebooting the server, perhaps there is a cache or something that is persisting an incorrect assembly
  2. If the issue persists, try a ‘Repair’ to see if the assembly/dll is replaced so that it has the method it needs
  3. If issue persists, a support case may need to be logged

Reply