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
70
'Could not load file or assembly
posted

HI all ,

 I am getting the following error when i try to build my winforms application with ''Infragistics2.Win.UltraWinTree.v7.3' control. The said dll is there but it says the dll is missing.

This worked previously . U r help is appreciated.

 

Error 108 'Could not load file or assembly 'Infragistics2.Win.UltraWinTree.v7.3, Version=7.3.20073.1043, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. Invalid pointer (Exception from HRESULT: 0x80004003 (E_POINTER))' ~\LC Test

  • 70
    Suggested Answer
    posted

    Sometimes, the problem is not the actual dll VS is reporting. It may be the UltraWinTree or one of its dependences.

    For instance, I have an application that uses the Infragistics Practices dll. If that dll is compiled with one version, say 6.3 and then the applicaiton that uses it has Infragistics 8.3 referenced, the compiler will complain of one of the Infragistics Win Forms dlls (i.e. ultrawintree) could not be loaded and will tell you that version 8.3 could not be found.

    In other words, your problem is not the ultrawintree dll, but one of its dependences, check that and I think you'll find the problem.

    Regards

    Francisco

  • 469350
    Offline posted

    If you double-click on the error, does it take you to a line of code? Does it open the licx file?

    Try deleting the contents of the licx file from your project.

    If that does not help, make sure your project references for the Infragistics Assemblies are all the same version and that none of them have CopyLocal set to true.

    If that still doesn't help, I'd try removing all of the Infragistics references (or at least the tree reference) and re-adding it.