Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
245
Deployment fails on Hosting environment v10.2
posted

I am trying to deploy an ASP.Net 3.5 web application to a fully trusted Host environment. When I deploy the site and navigate to it I encounter this error:

Could not load file or assembly 'Infragistics35.Web.v10.2' or one of its dependencies. Strong name signature could not be verified.  The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045)

I am deploying the site by publishing it first and then ftp transfer to the host server. Then I copy the relevent dll to the bin directory. I have tried both signed and unsigned versions of the dlls.

If I deploy to my local servers all works as expected however if I deploy to this other company host environment it does not. What am I missing?

(Update: I have also changed the dll to a newer version taken from the July 2010 service release. This problem still exists)

(Update 2: I have also tried all dll from bin, bin -signed, Apcta and Apcta signed. Still same issue.)

Parents
No Data
Reply
  • 14517
    Offline posted

    Hello,

    There are a couple things you can try:

     Restart IIS on the affected machine

     Clear the asp.net cache

     Double check the permissions on the bin directory and the dll's themselves

    If you are still having a problem, please let me know more about your hosting environment (for instance what version of IIS and windows are you using) so that I can investigate further.

    Thanks,
    Valerie

Children