Serialization Kentico 11连续集成无法序列化报表对象

Serialization Kentico 11连续集成无法序列化报表对象,serialization,continuous-integration,filepath,kentico,Serialization,Continuous Integration,Filepath,Kentico,我们正在尝试在启用连续集成后序列化对象,该过程在报告中失败并返回附加的错误。这是一个全新的空白azure门户网站,几乎没有任何更改。我们正在尝试在一个由4名开发人员组成的团队之间进行共享开发,他们使用本地计算机和SQL express进行开发,然后使用VSTS源代码管理将站点迁移到Azure Message: Serialization of object type "Report graph" (reporting.reportgraph) failed for object "graph"

我们正在尝试在启用连续集成后序列化对象,该过程在报告中失败并返回附加的错误。这是一个全新的空白azure门户网站,几乎没有任何更改。我们正在尝试在一个由4名开发人员组成的团队之间进行共享开发,他们使用本地计算机和SQL express进行开发,然后使用VSTS源代码管理将站点迁移到Azure

Message: Serialization of object type "Report graph" (reporting.reportgraph) failed for object "graph" (GraphID: 1881). See inner exception for further details.

Exception type: CMS.ContinuousIntegration.ObjectTypeSerializationException
Stack trace: 
   at CMS.ContinuousIntegration.Internal.FileSystemStoreAllJob.StoreSingleObjectTypeObject(FileSystemStoreJob storeJob, ObjectTypeInfo typeInfo, String objectType, BaseInfo info, Int32 counter, Int32 total)
   at CMS.ContinuousIntegration.Internal.FileSystemStoreAllJob.<>c__DisplayClass8_0.b__0(BaseInfo info)
   at CMS.ContinuousIntegration.Internal.AbstractFileSystemJob.CancellableForEach[T](CancellationToken cancellationToken, IEnumerable`1 collection, Action`2 action)
   at CMS.ContinuousIntegration.Internal.AbstractFileSystemJob.CancellableForEach[T](CancellationToken cancellationToken, IEnumerable`1 collection, Action`1 action)
   at CMS.ContinuousIntegration.Internal.FileSystemStoreAllJob.StoreAllObjectTypeObjects(String objectType, Int32 counter, Int32 total)
   at CMS.ContinuousIntegration.Internal.AbstractFileSystemJob.CancellableForEach[T](CancellationToken cancellationToken, IEnumerable`1 collection, Action`2 action)
   at CMS.ContinuousIntegration.Internal.FileSystemStoreAllJob.StoreObjects()
   at CMS.ContinuousIntegration.Internal.FileSystemStoreAllJob.RunInternal(CancellationToken cancellationToken)
   at CMS.ContinuousIntegration.Internal.AbstractFileSystemAllJob.Run(Nullable`1 cancellationToken)

Message: Serialization of the object CMS.Reporting.ReportGraphInfo (reporting.reportgraph) - graph has failed.

Exception type: CMS.ContinuousIntegration.ObjectSerializationException
Stack trace: 
   at CMS.ContinuousIntegration.Internal.AbstractSingleObjectJob.Run(BaseInfo baseInfo)
   at CMS.ContinuousIntegration.Internal.FileSystemStoreAllJob.StoreSingleObjectTypeObject(FileSystemStoreJob storeJob, ObjectTypeInfo typeInfo, String objectType, BaseInfo info, Int32 counter, Int32 total)

Message: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

Exception type: System.IO.PathTooLongException
Stack trace: 
   at System.IO.PathHelper.GetFullPathName()
   at System.IO.Path.LegacyNormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
   at CMS.AzureStorage.FileStream.InitFileStream()
   at CMS.AzureStorage.FileStream..ctor(String path, FileMode mode, FileAccess access, IDateTimeNowService dateTimeNowService)
   at CMS.AzureStorage.File.Open(String path, FileMode mode, FileAccess access)
   at CMS.IO.File.Open(String path, FileMode mode, FileAccess access)
   at CMS.ContinuousIntegration.FileSystemWriter.GetFileCryptoStream(String relativePath, HashAlgorithm hashAlgorithm)
   at CMS.ContinuousIntegration.FileSystemWriter.StoreToFile(String relativePath, Action`1 fileStreamWriteAction)
   at CMS.ContinuousIntegration.Internal.AbstractSingleObjectJob.Run(BaseInfo baseInfo)
消息:对象“图形”(GraphID:1881)的对象类型“Report graph”(reporting.reportgraph)序列化失败。有关更多详细信息,请参阅内部异常。
异常类型:CMS.ContinuousIntegration.ObjectTypeSerializationException
堆栈跟踪:
位于CMS.ContinuousIntegration.Internal.FileSystemStoreAllJob.StoreSingleObjectTypeObject(FileSystemStoreJob storeJob,ObjectTypeInfo typeInfo,String objectType,BaseInfo info,Int32计数器,Int32总计)
在CMS.ContinuousIntegration.Internal.FileSystemStoreAllJob.c_uu显示class8_0.b_uu0(BaseInfo)
位于CMS.ContinuousIntegration.Internal.AbstractFileSystemJob.CancelableForEach[T](CancellationToken CancellationToken,IEnumerable`1集合,Action`2 Action)
在CMS.ContinuousIntegration.Internal.AbstractFileSystemJob.CancelableForEach[T](CancellationToken CancellationToken,IEnumerable`1集合,Action`1 Action)
位于CMS.ContinuousIntegration.Internal.FileSystemStoreAllJob.StoreAllObjectTypeObjects(字符串objectType,Int32计数器,Int32总计)
位于CMS.ContinuousIntegration.Internal.AbstractFileSystemJob.CancelableForEach[T](CancellationToken CancellationToken,IEnumerable`1集合,Action`2 Action)
在CMS.ContinuousIntegration.Internal.FileSystemStoreAllJob.StoreObjects()处
在CMS.ContinuousIntegration.Internal.FileSystemStoreAllJob.RunInternal(CancellationToken CancellationToken)
位于CMS.ContinuousIntegration.Internal.AbstractFileSystemAllJob.Run(可为null的`1 cancellationToken)
消息:对象CMS.Reporting.ReportGraphInfo(Reporting.reportgraph)的序列化失败。
异常类型:CMS.ContinuousIntegration.ObjectSerializationException
堆栈跟踪:
在CMS.ContinuousIntegration.Internal.AbstractSingleObjectJob.Run(BaseInfo-BaseInfo)中
位于CMS.ContinuousIntegration.Internal.FileSystemStoreAllJob.StoreSingleObjectTypeObject(FileSystemStoreJob storeJob,ObjectTypeInfo typeInfo,String objectType,BaseInfo info,Int32计数器,Int32总计)
消息:指定的路径、文件名或两者都太长。完全限定文件名必须少于260个字符,目录名必须少于248个字符。
异常类型:System.IO.PathTooLongException
堆栈跟踪:
在System.IO.PathHelper.GetFullPathName()中
在System.IO.Path.LegacyNormalizePath(字符串路径、布尔fullCheck、Int32 maxPathLength、布尔ExpandShortPath)
在System.IO.FileStream.Init(字符串路径、文件模式、文件访问权限、Int32权限、布尔用户权限、文件共享、Int32缓冲大小、文件选项选项、安全属性secAttrs、字符串msgPath、布尔bFromProxy、布尔useLongPath、布尔checkHost)
位于System.IO.FileStream..ctor(字符串路径、文件模式、文件访问权限、文件共享共享、Int32 bufferSize)
位于CMS.AzureStorage.FileStream.InitFileStream()处
位于CMS.AzureStorage.FileStream..ctor(字符串路径、文件模式、文件访问访问、IDateTimeNowService日期TimeNowService)
在CMS.AzureStorage.File.Open(字符串路径、文件模式、文件访问)
在CMS.IO.File.Open(字符串路径、文件模式、文件访问)
位于CMS.ContinuousIntegration.FileSystemWriter.GetFileCryptoStream(字符串相对路径,哈希算法)
位于CMS.ContinuousIntegration.FileSystemWriter.StoreToFile(字符串相对路径,操作'1 fileStreamWriteAction)
在CMS.ContinuousIntegration.Internal.AbstractSingleObjectJob.Run(BaseInfo-BaseInfo)中

您的项目运行在哪个位置?文件路径的字符数即将用完

我建议尝试将解决方案移近C:/的根