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
35
Could not load file or assembly 'Infragistics35.WebUI.WebSpellChecker.v10.3...
posted

I get the following error, even though I've verified that exact assembly is in the GAC:

Parser Error Message: Could not load file or assembly 'Infragistics35.WebUI.WebSpellChecker.v10.3, Version=10.3.20103.1013, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified.

<add assembly="Infragistics35.WebUI.WebSpellChecker.v10.3, Version=10.3.20103.1013, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>


  • 15979
    posted

    Hello mtginfragistics,

    You can try the following steps in order to resolve this issue:

    Make sure that the file (same version and same build as inserted in web.config) is available in your GAC or in your Bin folder.

    Make sure that you have cleared all temporary files that points to the different versions of the controls.

    Clear the content of the licenses.licx and rebuild the project again.

    Restart Visual Studio (sometimes the assemblies are kept in memory).

    Let me know if you need further assistance with this question.

  • 195
    posted

    I am getting the same thing. I have to exclude the licenses.licx file and comment out that section of the web.config to get any programming done. Many hours lost tyring to hunt down the cause with no luck. I have uninstalled and reinstalled infragistics more times than I care to recount. To say I am interested in the solution would be an understatement.