The value 'arm64' is invalid according to its datatype
See original GitHub issueI 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.
Issue Analytics
- State:
- Created a year ago
- Comments:20 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This looks old:
<PackageReference Include="Community.VisualStudio.VSCT" Version="16.0.29.6" PrivateAssets="all" />
Closing since it works with the newest version.