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.

The value 'arm64' is invalid according to its datatype

See original GitHub issue

I attempt to compile our AnyCPU extension against in the arm64 but get this error:

'http://schemas.microsoft.com/developer/vsx-schema/2011:ProductArchitecture' element is invalid - 
The value 'arm64' is invalid according to its datatype 

I read the Target Visual Studio 2022 (ARM64) documentation and don’t figure what is wrong. The same error popups on both VS 2022 17.3.6 (latest) and 17.4.0 (preview 5) latest. Windows version is 10 19044.2130 and the machine is not ARM (Processor Intel® Xeon® E-2176M).

http://schemas.microsoft.com/developer/vsx-schema/2011 in the vsixmanifest is also used in this screenshot in the documentation mentioned above.

Those pkg are updated to latest versions in the .csproj:

    <PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.3.32804.24" ExcludeAssets="runtime" />
    <PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.4.2118">

If I remove pro and enterprise tags in the vsixmanifest this doesn’t help.

arm64 VS preview

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:20 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
ErikEJcommented, Nov 2, 2022

This looks old:

<PackageReference Include="Community.VisualStudio.VSCT" Version="16.0.29.6" PrivateAssets="all" />

0reactions
maiakcommented, Nov 8, 2022

Closing since it works with the newest version.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The value '' is invalid according to its datatype · Issue #234
I am using the SDK recurring subscription but getting an error message - ERROR ... The value '' is invalid according to its...
Read more >
The value '2016-09-17' is invalid according to its datatype
The issue were fixed with date time class: $d = new \DateTime();. $d->format('c'). This gives us the standard W3 datetime format.
Read more >
Support QT VS AddIn for VS2022 Arm64
The 'http://schemas.microsoft.com/developer/vsx-schema/2011:ProductArchitecture' element is invalid - The value 'arm64' is invalid according to its datatype ...
Read more >
VSIX Extension Schema 2.0 Reference - Visual Studio ...
The VSIX extension schema 2.0 defines the file format for a VSIX deployment manifest file, which describes the contents of a VSIX package....
Read more >
Error converting nvarchar on Queries - Developer Community
The clause work fine for the filed Assigned but we got a error: Conversion failed when converting the nvarchar value 'user id' to...
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