|
-
Aug 31st, 2008, 03:47 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] [2008] Load DLL unknown version
Hello,
I am trying something new for me, and I am not sure the best way to do it. I am working to create a dll that can access another dll and use its methods. The dll that I need to access will always have the same name and method, but not always the same version. Since it will be an unknown version, I don't think I can just create a reference and access it as usual. I thought about using reflection to load the assembly by name, without the version information, and I have taken some stabs at it, but haven't quite got it all worked out. Before I get too far I thought perhaps I should ask if reflection is the right way to go, or is there an easier way. Any advise I could get on this would be great.
For clarification, I am using Visual Studio 2008, but am targeting the .NET 2.0 framework.
Thank you.
Ben
Using Visual Basic 2005/2008
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|