المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : GAC problem



C# Programming
05-02-2009, 11:53 AM
I don't have a clue how to solve this...

In the first place I needed to know how to read Shared Memory. Then I have a freeware program that use that and my thought was to reverse engineer that app to see how it's done. Well, works like a charm, so far.
The problem is: The main app use a dll from the GAC, lets say Framework.dll. I have reversed engineered that one too and have a reference in the main app to that dll.
But when I run the program it is the original one in the GAC that is used and I can't find where to change that.