Open Closed

Administration Text Templates #4276


User avatar
0
mmoncrief created

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v6.0.0.0-rc3
  • UI type: Blazor Server
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
    • Unhandled exception rendering component: Value cannot be null. (Parameter 'key') System.ArgumentNullException: Value cannot be null. (Parameter 'key') at System.Collections.Generic.Dictionary2.TryInsert(TKey key, TValue value, InsertionBehavior behavior) at Volo.Abp.BlazoriseUI.Components.AbpExtensibleDataGrid1.<>c__DisplayClass45_0.b__9(Object __value) at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.InitializeNewComponentReferenceCaptureFrame(DiffContext& diffContext, RenderTreeFrame& newFrame) at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.InitializeNewSubtree(DiffContext& diffContext, Int32 frameIndex) at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.InsertNewFrame(DiffContext& diffContext, Int32 newFrameIndex) at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.InsertNewFrame(DiffContext& diffContext, Int32 newFrameIndex) at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.InsertNewFrame(DiffContext& diffContext, Int32 newFrameIndex) at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.AppendDiffEntriesForRange(DiffContext& diffContext, Int32 oldStartIndex, Int32 oldEndIndexExcl, Int32 newStartIndex, Int32 newEndIndexExcl) at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.ComputeDiff(Renderer renderer, RenderBatchBuilder batchBuilder, Int32 componentId, ArrayRange1 oldTree, ArrayRange1 newTree) at Microsoft.AspNetCore.Components.Rendering.ComponentState.RenderIntoBatch(RenderBatchBuilder batchBuilder, RenderFragment renderFragment, Exception& renderFragmentException) at Microsoft.AspNetCore.Components.RenderTree.Renderer.ProcessRenderQueue()
  • Steps to reproduce the issue:"
    • Login as Admin / Navigate to Administration / Click Text Templates

3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Can you try the latest 6.0.2 project?
    Or create a new 6.0.2 template project.

    https://www.nuget.org/packages/Volo.Abp.Cli/6.0.2

  • User Avatar
    0
    mmoncrief created

    I did try the update, and I got the same result. We have another project with fewer modules and the text template works. We might have some setting off somewhere or a combination of all the modules we added. Debugging through the source code the list comes back, so has something to do with the render. Not sure how to resolve this at the moment. If we need more help I will let you know.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    No problem.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11