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
165
Infragistic giving assembly Error 12.1
posted

I am about to die with this problem.

I need to know what are the net advantage 12.1 dependencies, I looked everywhere, with no luck

I tried everything and the installation computer still saying:

Could not load file or assembly Infragistic win 12.1

bla bla, and last sentence: system can't fine speciefied file.

I have installed all infragistic controls to my App folder

also I have installed them to Gac Folder, there's no way the program load the .dlls

I need help from some guru.  

Parents
No Data
Reply
  • 53790
    Suggested Answer
    posted

    Hello Ariel,

    There are different reasons for this error message and to be more concrete in my suggestions, I need more detais. Could you please tell me, when do you received this error - on your developer`s machine or on end users machine after deployment of your application.

    Scenario 1: If you get this error on your development machine, please try the steps below:

    1. Open "References" folder in  visual studio`s "Solution Explorer"

    2. Verify that all Infragistics assemblies are from one and the same version (take a look at the Version property in Property window) 

    3. Verify that references for all Infragistics assemblies are from the GAC

    4. Set "Specific version = False" for all Infragistics assemblies

    5. Set "Copy Local = False" for all Infragistics assemblies

    6. Open your licenses.licx and delete all content related with Infragistics, then Save changes

    7. If you have two or more projects in your solution, please repeat points from 1 to 6 for all of them

    8. Clear your Solution

    9. Rebuild your Solution

    Scenario 2: If you get this error on end users machine

    In this case, please verify that you include all required Infragistics assemblies in your MSI installer.

    If you have any questions, feel free to write me.

     

     

Children