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
860
Accessing settings files after installing a hotfix set of DLLs
posted

After replacing the original V8.3 DLLs with the latest hotfix, my application dies attempting to access various settings files as they have embedded references to the previous assemblies. Is there a way to update the references.

Parents
No Data
Reply
  • 860
    posted

    Having deleted the settings files, the application is failing because

    Could not load file or assembly 'Infragistics2.Win.UltraWinDock.v8.3, Version=8.3.20083.1009, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

    Stack dump for exception

    Message ---Could not load file or assembly 'Infragistics2.Win.UltraWinDock.v8.3, Version=8.3.20083.1009, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

    This is happening in the InitializeComponent method of a form as it calls GetObject and passes in a string.

     

     

Children
No Data