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

Winforms samples dont compile, dozens of errors #73

Open
zanek opened this issue Dec 27, 2023 · 1 comment
Open

Winforms samples dont compile, dozens of errors #73

zanek opened this issue Dec 27, 2023 · 1 comment

Comments

@zanek
Copy link

zanek commented Dec 27, 2023

I get dozens of errors like this below. Has this project ever compiled successfully ?

WinFormsComInterop-main\WinFormsComInterop\IAccessibleEnumWrapper.cs(
87,9): error CS0538: 'Accessibility.IAccessible' in explicit interface declaration is not an interface

WinFormsComInterop-main\WinFormsComInterop-main\WinFormsComInterop\IAccessibleEnumWrapper.cs(
95,12): error CS0538: 'Accessibility.IAccessible' in explicit interface declaration is not an interface

@kant2002
Copy link
Owner

I suspect that you need to modify this file https://github.com/kant2002/WinFormsComInterop/blob/main/Directory.Build.targets
To reflect locally installed SDKs

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

2 participants