I have 1 DLL in the .Net 3.5 framework and another in 2.0. The ListBoxItem
class exists in 2.0 and I have linked the class in the 3.5 DLL in the same namespace.
When I try to compile I get an "exists in both" error. How can I compile this and maintain the same structure.
I don't want reference the 2.0 DLL to 3.5 to eliminate this problem, I want keep these DLLs separate.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…