Helping ordinary people create extraordinary websites!
   

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!





More ASP Help:
» How to get values from parent window to child window.
» How to create a discussion forum in asp.net
» How to populate a drop down menu using ASP?
» How to send form values through email with ASP?
» Can I use multiple value matches in a objRS.Find command?
» How to pass a value from iFrame to its Parent page?