Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataTier.Net 4.9.2 does not compile out of the box on Arm64 Windows VS2022 #49

Open
ojutan opened this issue May 11, 2024 Discussed in #42 · 0 comments
Open

DataTier.Net 4.9.2 does not compile out of the box on Arm64 Windows VS2022 #49

ojutan opened this issue May 11, 2024 Discussed in #42 · 0 comments

Comments

@ojutan
Copy link

ojutan commented May 11, 2024

I have an ARM device with native ARM version of Visual Studio 2022 just downloaded today May 11th 2024, it's 17.9

So I did not want to install the MSI as it is for X64 or X86 but compiliung it...
I retargetet the solution to ARM64 architecture, but then: just first of 60 compiler errors

Severity Code Description Project File Line Suppression State
Error CS1069 The type name 'Solution' could not be found in the namespace 'EnvDTE'. This type has been forwarded to assembly 'Microsoft.VisualStudio.Interop, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' Consider adding a reference to that assembly. ObjectLibrary C:\DataTier.Net-4.9.2\DataTier.Net-4.9.2\DataTier.Net\DataTier.Net.DataLibrary\ObjectLibrary\BusinessObjects\VisualStudioSolution.cs 22 Active

The VS also misses some things but that's easy to fix I think...

Severity Code Description Project File Line Suppression State
Warning The referenced component 'Microsoft.SqlServer.SqlEnum' could not be found. DataTier.Net.Client

My point is: if I do need to add some things to the VS2022 I just ask to document this that I have to add some things - I have not found any instructions, so I did set up the VS2022 with C# desktop application preset (that with the 9 GB download) as it seems to be natural. And MS states that the VS2022 is just the ARM version... just one thing is missing that's the SQL server here... I am pretty sure that the libraries for VS are there only the SQL server itself is misisng (and could be added as M1 Docker image)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant