Windows Server 2008上的CruiseControl 1.6问题

BK.*_*BK. 3 .net cruisecontrol.net windows-server-2008

我试图在Windows Server 2008上运行CruiseControl.Net 1.6.7981.1.已配置服务器和仪表板.config.Visual Studio 2010安装在服务器上当我启动ccnet服务时,我收到以下错误:

CruiseControl.NET Server 1.6.7981.1 - .NET Continuous Integration Server log4net:错误DefaultRepositorySelector:GetInfoForAssemb中未处理的异常System.IO.FileNotFoundException:无法加载文件或程序集'System.Core,V ersion = 3.5.0.0,Culture =中性,PublicKeyToken = b77a5c561934e089'或其依赖项之一.该系统找不到指定的文件.文件名:'System.Core,Version = 3.5.0.0,Culture = neutral,PublicKeyToken = b77a5c 561934e089'in
System.ModuleHandle.ResolveType(Int32 typeToken,RuntimeTypeHandle*typeIn stArgs,Int32 typeInstCount,RuntimeTypeHandle*methodInstArgs,Int32 methodInst Count)at at System.Reflection.CustomAttribute.FilterCustomAttributeRecord上的System.Reflection.Module.ResolveType(Int32 metadataToken,Type [] genericTy peArguments,Type [] genericMethodArguments)的System.ModuleHandle.ResolveTypeHandle(Int32 typeToken,RuntimeTypeHandle [] typeInstantiationContext,RuntimeTypeHandle [] methodInstantiationContext) (SystemAflection中的CustomAttrib uteRecord caRecord,MetadataImport范围,Assembly&lastAptcaOkAssembly,Module decoratedModule,MetadataToken decoratedToken,RuntimeType attributeFilterType,Boolean mustBeInheritable,Object []属性,IList derivedAttributes,Runtime Type&attributeType,RuntimeMethodHandle&ctor,Boolean&ctorHasParameters,Bool ean&isVarArg). CustomAttribute.GetCustomAttrib 在System.Attribute.GetCustomAttributes的System.Reflection.CustomAttribute.GetCustomAttributes(Assembly assembly,R untimeType caType)中的utes(Module decoratedModu le,Int32 decoratedMetadataToken,Int32 pcaCount,RuntimeType attributeFilterTyp e,Boolean mustBeInheritable,IList derivedAttributes)(Assembly element,Type attributeType) ,Boolean inherit)at log4net.Core.DefaultRepositorySelector.GetInfoForAssembly(Assembly assembl y,String&repositoryName,Type&repositoryType)

警告:装配绑定日志记录已关闭.要启用程序集绑定失败日志记录,请将注册表值[HKLM\Software\M icrosoft\Fusion!EnableLog](DWORD)设置为1.注意:程序集绑定失败时会出现一些性能损失.要关闭此功能,请删除注册表值[HKLM\Software\Microsoft\Fus ion!EnableLog].

log4net:ERROR DefaultRepositorySelector:无法从程序集属性配置存储库[log4net -default-repository].System.IO.FileNotFoundException:无法加载文件或程序集'System.Core,V ersion = 3.5.0.0,Culture = neutral,PublicKeyToken = b77a5c561934e089'或其依赖项之一.该系统找不到指定的文件.文件名:'System.Core,Version = 3.5.0.0,Culture = neutral,PublicKeyToken = b77a5c 561934e089'in
System.ModuleHandle.ResolveType(Int32 typeToken,RuntimeTypeHandle*typeIn stArgs,Int32 typeInstCount,RuntimeTypeHandle*methodInstArgs,Int32 methodInst Count)at at System.Reflection.CustomAttribute.FilterCustomAttributeRecord上的System.Reflection.Module.ResolveType(Int32 metadataToken,Type [] genericTy peArguments,Type [] genericMethodArguments)的System.ModuleHandle.ResolveTypeHandle(Int32 typeToken,RuntimeTypeHandle [] typeInstantiationContext,RuntimeTypeHandle [] methodInstantiationContext) (SystemAflection中的CustomAttrib uteRecord caRecord,MetadataImport范围,Assembly&lastAptcaOkAssembly,Module decoratedModule,MetadataToken decoratedToken,RuntimeType attributeFilterType,Boolean mustBeInheritable,Object []属性,IList derivedAttributes,Runtime Type&attributeType,RuntimeMethodHandle&ctor,Boolean&ctorHasParameters,Bool ean&isVarArg). CustomAttribute.GetCustomAttrib 在System.Attribute.GetCustomAttributes的System.Reflection.CustomAttribute.GetCustomAttributes(Assembly assembly,R untimeType caType)中的utes(Module decoratedModu le,Int32 decoratedMetadataToken,Int32 pcaCount,RuntimeType attributeFilterTyp e,Boolean mustBeInheritable,IList derivedAttributes)(Assembly element,Type attributeType) ,布尔继承)at log4net.Core.DefaultRepositorySelector.LoadAliases(汇编程序集,ILog gerRepository存储库),位于log4net.Core.DefaultRepositorySelector.CreateRepository(程序集存储库yAssembly,类型repositoryType,String repositoryName,Boolean readAssemblyAttri butes)

警告:装配绑定日志记录已关闭.要启用程序集绑定失败日志记录,请将注册表值[HKLM\Software\M icrosoft\Fusion!EnableLog](DWORD)设置为1.注意:程序集绑定失败时会出现一些性能损失.要关闭此功能,请删除注册表值[HKLM\Software\Microsoft\Fus ion!EnableLog].

意外错误导致控制台崩溃,请按任意键继续...

请协助?

Dan*_*ose 6

消息说它无法加载.NET 3.5的System.Core.检查它是否安装正确.例如,您可以使用此工具验证安装.

  • Thx的工具,真的很有帮助.它确实确认没有.NET 3.5安装 (2认同)