Hi,
I am having a problem while accessing Assemblies inside my program.

I have two asssemblies having same name but different version. Both contents the same method, but the method have different functionality.
Now I want to access both assemblies in turn both method for different functionality inside a single function . Please Provide some hints or if possible code to do it.
Thanks

Recommended Answers

All 2 Replies

Hi,
I am having a problem while accessing Assemblies inside my program.

I have two asssemblies having same name but different version. Both contents the same method, but the method have different functionality.
Now I want to access both assemblies in turn both method for different functionality inside a single function . Please Provide some hints or if possible code to do it.
Thanks

Simply rename one of the methods.

Having good reading material handy is always helpful:

http://www.drpaulcarter.com/pcasm/
http://webster.cs.ucr.edu/AoA/index.html
http://savannah.nongnu.org/projects/pgubook/

If that doesn't help, you should paste your problematic assembly code here and maybe one of us can spot the error.

Nathan.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.