c# - Missing an assembly refrence -
in solution working on, in sub project have added reference project. after adding reference, able add using statement , have auto-complete pick right extension looking for. code wrote usual, when compiled, error
the type of namespace name 'name1' not exist in namespace 'name2' (are missing assembly reference?)
so have searched forums, have added several other system references , have gotten nothing. ran nuget update solution packages, , didn't make difference either. reason, when add reference (using add reference pop-up gui) reference name1 doesn't have dll file in it. if browse dll file directly, still gives me same issue when compiling. ideas appreciated.
maybe can copy dll [projectname] / debug /
or [projectname] / release /
Comments
Post a Comment