Hi,
We upgraded from K2 blackpearl 4.5 (4.10060.1.0) with Update KB001420 to K2 blackpearl 4.6.1 (4.12060.1500.0). After upgradation, we created a Process instance.When we tried to access the K2 Workspace, we got an error .The error is shown below.We are not able to access the K2 Workspace. We were not getting any errors in the previous version of K2. Can you please suggest a solution to solve this error.
Thanks, Rajesh
Server Error in '/Workspace' Application.--------------------------------------------------------------------------------
Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'SourceCode.LicenseManagementAPI, Version=4.0.0.0, Culture=neutral, PublicKeyToken=16a2c5aaaa1b130d' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 86: <add assembly="SourceCode.Workflow.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=16A2C5AAAA1B130D" />Line 87: <add assembly="SourceCode.Workspace.OOBReports, Version=4.0.0.0, Culture=neutral, PublicKeyToken=16A2C5AAAA1B130D" />Line 88: <add assembly="SourceCode.LicenseManagementAPI, Version=4.0.0.0, Culture=neutral, PublicKeyToken=16A2C5AAAA1B130D" />Line 89: <add assembly="Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />Line 90: <add assembly="SourceCode.Workflow.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=16A2C5AAAA1B130D" />
Source File: C:\Program Files (x86)\K2 blackpearl\Workspace\Site\web.config Line: 88
Assembly Load Trace: The following information can be helpful to determine why the assembly 'SourceCode.LicenseManagementAPI, Version=4.0.0.0, Culture=neutral, PublicKeyToken=16a2c5aaaa1b130d' could not be loaded.
WRN: Assembly binding logging is turned OFF.To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.Note: There is some performance penalty associated with assembly bind failure logging.To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
--------------------------------------------------------------------------------Version Information: Microsoft .NET Framework Version:2.0.50727.5456; ASP.NET Version:2.0.50727.5456
Is 32bit support enabled or disabled on the Workspace application pool being used to support the k2workspace site?
Hi Chris,
32 bit support is enabled in the application pool which is used by the K2Workspace site.
Thanks,
Rajesh
disable it, and see if that helps.
I will do that.But before disabling it, i commented line88 from the Web.config file.
Now iam able to access the K2 Workspace.
Glad you were able to get it working. Thanks for replying back with what fixed it!