You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not load file or assembly 'PropertyTools.Wpf, PublicKeyToken=ea0c9f2b460934d0' or one of its dependencies. The system cannot find the file specified
#5
I've been trying to use your package in VSIX project. Everything works until I try creating a node, which throws an exception:
"System.IO.FileNotFoundException: 'Could not load file or assembly 'PropertyTools.Wpf, PublicKeyToken=ea0c9f2b460934d0' or one of its dependencies. The system cannot find the file specified.'
The code is pretty much copied from Calculator example:
I've been trying to use your package in VSIX project. Everything works until I try creating a node, which throws an exception:
"System.IO.FileNotFoundException: 'Could not load file or assembly 'PropertyTools.Wpf, PublicKeyToken=ea0c9f2b460934d0' or one of its dependencies. The system cannot find the file specified.'
The code is pretty much copied from Calculator example:
Calculator example works fine. I've tried adding PropertyTools and PropertyTools.Wpf packages, but that didn't make any difference.
The text was updated successfully, but these errors were encountered: