question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing namespace A16

See original GitHub issue

Is this a:

  • Issue with the OpenXml library
  • Question on library usage

Description

The OpenXml SDK doesn’t seem to contain definitions for elements in the A16 namespace (http://schemas.microsoft.com/office/drawing/2014/main). I’m sure there are other element types that are not coming up but the sample I ran into was a16:colId.

Information

  • .NET Target: .net standard 2.0
  • DocumentFormat.OpenXml Version: 2.11.3

Repro

Try to serialize the element a16:colId.

Observed

Element a16:colId serializes as an OpenXmlUnknownElement object.

Expected

Element a16:colId should serialize into an object like A16.ColId.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
tomjebocommented, Aug 14, 2020

@rmboggs thanks for reporting this. I confirmed colId and rowId elements are missing extensions. I’ll try to add them soon.

0reactions
tomjebocommented, Aug 28, 2020

@rmboggs thanks, I was using Word. I’ll try with PowerPoint.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Missing namespace A16 · Issue #790 · dotnet/Open-XML- ...
Question on library usage. Description. The OpenXml SDK doesn't seem to contain definitions for elements in the A16 namespace (http://schemas.
Read more >
A16 - Halicopter Pickup Service - Mods
2) Crates when in flight will be lost if you exit the game. ... name 'Core' does not exist in the namespace 'SDX'...
Read more >
Resolve Missing Namespaces in Code Samples
In this article we will demo a few cases of code snippets that contain unidentified classes and see how to resolve the missing...
Read more >
[A16] Repower - Machine Idling and Power Rebalancing
I set them all to 0 zero idle power consumption and base game power consumption when working, I can have autoflickable benches instead...
Read more >
FinCEN Currency Transaction Report (CTR) Electronic Filing ...
following text: "The element is missing or does not contain a value (i.e. ... Changed Error Code A13 to F60 – “The namespace...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found