Great Ideas. Always Flowing.

We are not happy until you are happy. Client satisfaction guaranteed. Whatever your needs and requirements, we have the skills and resources for the job!

Quick login...


Or... now make it easy with Facebook Integration
Connect via Facebook



Top Sellers

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options......

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to upload videos in various format and automatically encode them to flv or H264 format, you also can add videos from internet or record live videos from your webcam.

Build high performance, completely customizable data-entry forms and views driven by your DNN and external databases. New built-in tools make it a snap to quickly create data entry forms, data views, and even database tables. Plus, add your own HTML, CSS, Javascript, SQL commands, stored procedures,

The most advanced DotNetNuke shopping cart on the planet. Easy to use e-Commerce, Secure Shopping Cart Software and SEO friendly. B2C / B2B Ecommerce Sites.

One stop solution for events calendar and events registration! FREE DOWNLOAD is available now!

ModuleLoadException, Telerik?
Last Post 12-16-2011 12:49 AM by MCarl. 11 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Jeremy FarranceUser is Offline
going with the flow
going with the flow
Posts:31
Avatar

--
12-01-2010 04:16 PM
    I have a DNN instance still running DNN 4.9.4. I looked around for any issues or warnings and didn't find anything obvious. I installed "DataSprings_DynamicForms_Module34_30_StandardEdition_DNN45PLUS.zip" - the install went fine no errors. But now when I go to the page where we had the existing Dynamic Forms module already working, we simply get the following critical error:

    (-) Error: Fast & Easy Inquiries is currently unavailable.
    DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load file or assembly 'Telerik.Web.UI, Version=2010.2.713.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The system cannot find the file specified. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Telerik.Web.UI, Version=2010.2.713.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The system cannot find the file specified. File name: 'Telerik.Web.UI, Version=2010.2.713.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' at DataSprings.Modules.DynamicForms.DynamicForms..ctor() at ASP.desktopmodules_dynamic_forms_dynamicforms_ascx..ctor() at __ASP.FastObjectFactory_app_web_dynamicforms_ascx_e45b96bd_c4px_j34.Create_ASP_desktopmodules_dynamic_forms_dynamicforms_ascx() at System.Web.Compilation.BuildResultCompiledType.CreateInstance() at System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. --- End of inner exception stack trace ---
     
    Did I install the wrong version? Is there any easy way to fix this?
    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    12-01-2010 04:19 PM
    Hi Jeremy - I think we might have to start requiring 5.x or higher, I thought we removed the dependency (we are getting ready to release 3.5 which DOES require telerik) but I guess the dependency is still there.

    This did happen on our test site too and there is a way around it. You need to:

    1. Download DNN 5.6 or any earlier DNN version after 5.2 that includes the Telerik DLL file
    2. Copy that Telerik DLL file into the bin directory of your site. It won't really be used at all but then you won't receive the error.

    The only other alternative is to upload your site to something greater then 5.2 where this DLL is included.


    -Chad
    Jeremy FarranceUser is Offline
    going with the flow
    going with the flow
    Posts:31
    Avatar

    --
    12-01-2010 04:49 PM
    Okay, I copied Telerik.Web.UI.dll in to the /Bin folder. This did not fix it - appears to be the same error.

    I cleared the cache files and restarted the DNN instance a few times too, still get:

    (-) Error: Fast & Easy Inquiries is currently unavailable.
    DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load file or assembly 'Telerik.Web.UI, Version=2010.2.713.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) ---> System.IO.FileLoadException: Could not load file or assembly 'Telerik.Web.UI, Version=2010.2.713.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) File name: 'Telerik.Web.UI, Version=2010.2.713.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' at DataSprings.Modules.DynamicForms.DynamicForms..ctor() at ASP.desktopmodules_dynamic_forms_dynamicforms_ascx..ctor() at __ASP.FastObjectFactory_app_web_dynamicforms_ascx_e45b96bd_edwelhqb.Create_ASP_desktopmodules_dynamic_forms_dynamicforms_ascx() at System.Web.Compilation.BuildResultCompiledType.CreateInstance() at System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. --- End of inner exception stack trace ---
    Jeremy FarranceUser is Offline
    going with the flow
    going with the flow
    Posts:31
    Avatar

    --
    12-01-2010 04:52 PM
    Looking more closely, it is not the exact same error...
    Jeremy FarranceUser is Offline
    going with the flow
    going with the flow
    Posts:31
    Avatar

    --
    12-02-2010 06:38 AM

    STILL BROKEN - PLEASE HELP!

    Ok, so I realize now that the Telerik.Web.UI.dll that is contained in DNN 5.6.0 is version 2010.2.929.35 and was causing the second version of the error, your app seems to very specifically want 2010.2.713.35 (713 vs 929).

    I found the correct version, 2010.2.713.35 and put it in the /bin folder.

    However, the error has not changed. I restarted DNN, no difference. I reset the permissions on the /bin folder and forced them down to the files below, no difference. I recycled the app pool, no difference. I restarted IIS, no difference.
    If you would like to see for yourself that I have the correct DLL, you can download it here
    http://www.accuraty.com/Portals/0/T...Web.UI.zip

    For your reference, here is the error (it has not changed from above (that I can spot, even the PublicKeyToken matches):

    (-) Error: Fast & Easy Inquiries is currently unavailable.
    DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load file or assembly 'Telerik.Web.UI, Version=2010.2.713.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) ---> System.IO.FileLoadException: Could not load file or assembly 'Telerik.Web.UI, Version=2010.2.713.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) File name: 'Telerik.Web.UI, Version=2010.2.713.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' at DataSprings.Modules.DynamicForms.DynamicForms..ctor() at ASP.desktopmodules_dynamic_forms_dynamicforms_ascx..ctor() at __ASP.FastObjectFactory_app_web_dynamicforms_ascx_e45b96bd_edwelhqb.Create_ASP_desktopmodules_dynamic_forms_dynamicforms_ascx() at System.Web.Compilation.BuildResultCompiledType.CreateInstance() at System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. --- End of inner exception stack trace ---

    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    12-02-2010 05:15 PM
    Hmm... Ok, well we might have to create a build that uses the newer 5.6 version... We just started using the Telerik controls so obviously there are some lessons to learn here. I did have this error on our test site that was on 4.x and just copied the DLL (I believe it was the 713) into the bin directory and then the issue just went away. If you have the 713 version though and still have the problem I am not sure what is causing the problem...

    The other problem though which is also very weird is that on our DNN 5.6 version DOES have the 929 build of the Telerik DLL but it still works on our development environment even though we are compiling against the 713 build (and it should technically, we have it set to specific version = false in the web.config).

    The version you sent me shows a last modified date of 9/1 and the file I have for the DNN 5.5.1 release shows a changed date from 10/24. Where did you get the version you have? The file sizes and the build numbers are the exact same though. Also, can you let me know what version of the .NET Framework you are running on?

    -Chad

    lavachequiritUser is Offline
    Posts:4
    Avatar

    --
    12-09-2010 06:28 AM
    I had exactly the same problem and found this thread. For me it also did not work. That is, until I found the following lines in web.config:


    < dependentAssembly>
      < assemblyIdentity name="Telerik.Web.UI" publicKeyToken="121fae78165ba3d4" />
      < bindingRedirect oldVersion="2008.0.0.0-2020.0.0.0" newVersion="2010.02.0929.35" />
    < /dependentAssembly>



    Inserting these lines within the < runtime> / < assemblybinding> tags solved the problem.



    I suppose the exact values are dependant on the DNN5 installation you copied the DLL from.
    lavachequiritUser is Offline
    Posts:4
    Avatar

    --
    12-09-2010 06:32 AM
    I haven't figured out how to format a message containing tags, but you probably get the idea.
    Jeremy FarranceUser is Offline
    going with the flow
    going with the flow
    Posts:31
    Avatar

    --
    01-05-2011 09:52 AM
    lavachequiit, thank you! I have now used your bindingRedirect solution twice to fix issues like this. That is a excellent bit of knowledge that I am glad to have in my arsenal of fixes. Thanks again - Jeremy
    Ryan BakerinkUser is Offline
    river guide
    river guide
    Posts:1900
    Avatar

    --
    01-20-2011 11:58 AM
    We're glad to see that this has been resolved.

    If anyone has any questions please let us know.

    Thanks,

    Ryan
    MCarlUser is Offline
    new to the springs
    new to the springs
    Posts:2
    Avatar

    --
    12-08-2011 01:32 AM
    Hi,

    I have similar problems with Dynamic Forms (Trial version): the installation itself ran without any errors, but when I now add the module to a page I get the response "Module is currently unavailable".
    Checking DNN's event led me to the ModuleLoadException saying the following:
    >>DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load type 'Telerik.Web.UI.UploadedFileInfo' from assembly 'Telerik.Web.UI, Version=2009.3.1104.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4'. <<

    I already checked the web.config like mentioned in the previous posts but it didn't solve the problem.

    Our site is running with DNN 5.2.2 and ASP 2.0, the Telerik.Web.UI.dll is version 2009.3.1104.35.
    Another interesting fact, that might be helpful: the trial version of "Dynamic registration" (which seems to be very similar) works properly on our site without throwing such errors.

    Any ideas?


    Thanks,
    Marco 

    MCarlUser is Offline
    new to the springs
    new to the springs
    Posts:2
    Avatar

    --
    12-16-2011 12:49 AM
    Update:
    The problem seems to be solved. I replaced the Telerik.Web.UI.dll with a newer one that I extracted from the DNN 5.6.5 setup. After that I was able to use the Dynamic Forms module as expected.

    Just wondering if this could be a compatibility issue with older DNN versions(?). I thought it is supposed to work with DNN 4, 5 and 6.
    You are not authorized to post a reply.


     
     

    Join our mailing list...

    Get current news and events the easy way
    Subscribe Me

    Recent Blogs...

     
    Copyright 2005 - 2011 by Data Springs, Inc.
     
  • film izle
  • 720 izle
  • film
  • sinema izle
  • film makinesi
  • T�rk�e dublaj film
  • film izle
  • film izle
  • baglan film izle
  • sinema izle
  • 1080 film izle
  • film mercegi