Skip to content

XmlProvider: Error reading MS Office Custom UI Schema #1419

@roboz0r

Description

@roboz0r

I have copied the schema from https://docs.microsoft.com/en-us/openspecs/office_standards/ms-customui/5f3e35d6-70d6-47ee-9e11-f5499559f93a into a file and used the following code to access:

[<Literal>]
let RibbonXSDPath = @"C:\Projects\Ribbon CustomUI.xsd"

type RibbonBuilder = XmlProvider<Schema = RibbonXSDPath>

An error is reported in a dialogue box:

dotnet.exe - System Error
A new guard page for the stack cannot be created.

Not sure but I believe this is a stack overflow. Is this a bug or is there any workaround for this?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions