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

run wpf sample app #108

Closed
flat-eric147 opened this issue Nov 4, 2023 · 3 comments · Fixed by #109
Closed

run wpf sample app #108

flat-eric147 opened this issue Nov 4, 2023 · 3 comments · Fixed by #109
Assignees
Labels
bug Something isn't working

Comments

@flat-eric147
Copy link

When compiling and running the FlashCap.Wpf application I get a runtime error:

System.IO.FileLoadException: 'Could not load file or assembly 'System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0

The only way to solve it was to add the package reference (latest version 6.0.0)
System.Runtime.CompilerServices.Unsafe
and update Epoxy.Wpf to the latest version 1.11.0

Happy to push the change if needed.

@kekyo kekyo self-assigned this Nov 5, 2023
@kekyo kekyo linked a pull request Nov 5, 2023 that will close this issue
@kekyo
Copy link
Owner

kekyo commented Nov 5, 2023

Thanks for getting back to me!

Just to be sure, I made a diff with updated various package references at feature/109, could you please try it?

@kekyo kekyo added the bug Something isn't working label Nov 5, 2023
@flat-eric147
Copy link
Author

I just tried and it compiles and runs without issues. Thank you!

@kekyo
Copy link
Owner

kekyo commented Nov 5, 2023

Merged, thanks!

@kekyo kekyo closed this as completed Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants