Access to form in another library of the same solution (cross-reference error)

0

I am working on a project inherited from other programmers in .NET The solution has several projects in theory separated by functionality, with references between them.

The problem I have is accessing a form from another library, which is not referenced in the project I am working on, and when referencing it, it indicates that a cross-reference would occur.

Is there a way to locally reference that form? I suppose there is a good practice for this. Thanks

    
asked by Raúl 14.12.2016 в 10:26
source

1 answer

0

Without knowing exactly what resources you are using in each project, I think that the best way to solve this is by taking that functionality common to a third library and include it in the two projects in which you need it.

    
answered by 14.12.2016 в 13:49