Override method does not run
Thursday, 10th December 2009
by MagnusN
In my webapp project I'am overriding a method from a third party .dll (EPiServer.dll v.4.61.0).
When I run the EPiServer subscription job, I expect that my method will run, not the one in the EPiServer.dll:
On my development server, this works fine. It runs my method.
On the production server, it does not work, it still runs the EPiServer method! (I copied mywebapp.dll to the bin catalog on the production server).
What can be the cause to this problem ?
Trying to solve the problem, I have done the following:
1. Erased dll's from windows\assembly
2. iisreset
3. Verified using Reflector that my override method actually is still inside mywebapp.dll
And please help!
|