Can anybody shed any light on why this error is occuring please? http://beautyspata.web134.discountasp.net/ The type it is asking for is definitely contained with the uploaded dll as shown by the reflected dll capture attached. Thanks, Maurice
i no longer see the error. did you already fixed the problem? Bruce DiscountASP.NET www.DiscountASP.NET
Hi Bruce, I did, it was a coding error in that one of my pages did not inherit the class that the overriden Page property in the master was referencing, hence it was returning a null reference to the page. Took me a while to find it too. Thanks, Maurice