Hosted the CruiseControl.Net 1.6 on XSP4 on Mono 2.8 .
While hitting the dashboard , the below error is thrown
Could not load type 'ThoughtWorks.CruiseControl.Core.Config.Preprocessor.Evaluator' from assembly 'ThoughtWorks.CruiseControl.Core, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
I had the same problem. Went back to CruiseControl.NET 1.5 and that works. I guess 1.6 is not quite compatible with Mono.
Related
I'm deploying an application on a production server (so no visual studio installed locally).
I have a EntityFramework.dll in my bin folder.
But I keep getting a 500 error.
Cannot load file or assembly 'EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of his dependencies
The nuget page says it has no dependency.
I have .net framework 3.5 and 4.7
Any idea on what to look for ?
I am getting below error when adding reference of assembly DocuSign.eSign.dll and build the solution. I tried with version 4.3.0 and 4.1.1 for DocuSign.eSign.dll.
The primary reference "DocuSign.eSign, Version=4.3.0.0, Culture=neutral, PublicKeyToken=7fca6fcbbc219ede, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.ComponentModel.Annotations, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.2.0.0" than the version "4.0.0.0" in the current target framework.
Please note - I am using VS 2012 with latest framework 4.5.
The SDK requires at least version 4.5.2 of the .NET Framework or above.
VS 2012 is pretty old, but Microsoft says you can still upgrade your .NET Framework to 4.5.2 See here:
https://www.microsoft.com/en-us/download/details.aspx?id=42637
I upgraded my site from Kentico 10.0 to 11.0. When I load site then I am getting the following error
Reference.svcmap: Could not load file or assembly
'Microsoft.SharePoint.Client.Runtime.Portable, Version=16.1.0.0,
Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its
dependencies. The system cannot find the file specified.
I installed an SDK package and also tried Install-Package Microsoft.SharePointOnline.CSOM -Version 16.1.7414.1200 but not getting 'Microsoft.SharePoint.Client.Runtime.Portable' dll.
Could you please suggest a solution for me?
Open the NuGet package manager in VS and make sure all projects reference the same version of the Microsoft.SharePointOnline.CSOM package, which should be 16.1.6621.1200 according to the documentation.
I moved an old application to WS2012R2. Now it throws :
Could not load file or assembly 'Microsoft.Web.Services2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies
Is it possible somehow install WSE 2.0 SP2 to WS2012R2 ?
As much as I have googled, I can't find any solution which doesn't include upgrading assembly itself to a newer one.
I have debugged and discovered that the StorageClient framework could not be loaded... I'm getting this error Could not load file or assembly Microsoft.WindowsAzure.StorageClient, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
The Microsoft.WindowsAzure.StorageClient 1.1.0.0 should be in a very low version of Azure SDK. Currently it should be 1.7 along with SDK 1.8 and 2.0 alone with NuGet package.
You can install the latest SDK to get this solved. Alternatively you might need to mark this assembly as Copy Local = true so that it can be uploaded to azure.
I did delet the StorageClient 1.0 from my project and add the StorageClient 1.7