I'm define and implement 'attribute' class in project that is part of
solution.
Project is compiled and assembly dll created in bin directory of this
project, and bin directory of web project what is part of solution too.
And, if i try to use this attribute in another project (web) that is part of
solution, i get error
CS0647
"Error emitting 'MyAssembly.Nmspace.MyAttribute' attribute -- 'Failed to
load assembly MyAssembly.Nmspace -- System.IO.FileNotFoundException: File or
assembly name Tengry.SysFramework, or one of its dependencies, was not
found."
I guess, that compiler can't find this assembly, but can't find method to
avoid this problem.
Any suggestions?