1
Reply

1)I have one assembly with same method name but with different versions. How can I access the same method in my application from different versions?

    when u have multiple versions of same assembly,then u will be having a unique dll for each version of assembly.so when u want to use that assembly in your application u have to add reference to that assembly.while adding reference u just select which version u want.