c# - Why Assembly does not resolve when type is used as an attribute? -


in solution, have project (let's 'prj1' ) has type inside, myattribute1 implements uitypeeditor.

in project,i reference prj1 , use myattribute1 attribute property.

the problem is, when build solution, prj1.dll not copy in final solution dir. lead currentdomain_assemblyresolve fired. if create local field of type myattribut1e, ok!

what problem? i'm missing here?

sounds you're not referencing project project reference within solution, directly referencing .dll?

try removing reference project using attribute, add reference again being careful select project projects section rather browsing .dll


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -