Replies: 3 comments 4 replies
-
Vsix need to explicitly include the DLLs that are dependencies. So likely that |
Beta Was this translation helpful? Give feedback.
1 reply
-
I am guessing ReactiveUI.IActivatableView didn't exist in version 7.2.0.0. The VSIX in question has never had a reference to ReactiveUI older than 9.X. So I am very confused on what is trying to locate that old version of ReactiveUI. |
Beta Was this translation helpful? Give feedback.
0 replies
-
What other visual studio extensions do you have installed. There isn't necessarily DLL isolation between plugins |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
System.TypeLoadException: Could not load type 'ReactiveUI.IActivatableView' from assembly 'ReactiveUI, Version=7.2.0.0, Culture=neutral, PublicKeyToken=null'.
I've added binding redirects... no luck.
Any ideas? Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions