c# - System.Windows.Interactivity must be referenced in the main project -


so have wpf project , interface in different project main one. went reference system.windows.interactivity, not work. not until added reference main project well...

this first time has ever happened reference have added. makes 1 special?

edit: wouldn't work... error.

{"could not load file or assembly 'system.windows.interactivity, publickeytoken=31bf3856ad364e35' or 1 of dependencies. system cannot find file specified."}

system.windows.interactivity.dll not in gac, .net doesn't know find it.

by adding reference main project, make build system copy dll output folder.
lets runtime find it.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -