I have 1 dll in framework 3.5 and another in 2.0, where ListBoxItem class exists in 2.0 and have linked class in 3.5 dll. in same namespace.
When i try compile give a "exists in both" errors. Howto do for can compile and maintain same structure.
I don't want reference 2.0 dll to 3.5 for eliminate this problem, i want keep this dlls separated.