Inven Manager
 Senior Member Posts:6763

 |
| 20 Apr 2010 05:25 PM |
|
If you are seeing this error: Could not load file or assembly 'Telerik.Web.UI, Version=2009.3.1103.20........., please download the file below, and follow the instruction below: The following file is required for Event Calendar 4.0, and Facility Booking 2.1.3 Module on DNN4.7, 4.8, 4.9.x, and 5.1.x Only. If you are running DNN5.2.3 and above, you do not need this file. 1. Go to http://www.invenmanager.com/Download.aspx to download the Telerik.Web.UI.zip (You need to log in first), and then unzip the Telerik.Web.UI.dll to your computer. 2. It always recommended to backup your website first before the next step. 3. Upload the file: Telerik.Web.UI.dll into your website bin folder. 4. If you have a newer version of Telerik.Web.UI.Dll inside your bin folder, DO NOT replace it. It should work! |
|
========================================
Delivering high value DotnetNuke Modules to save your time and resources |
|
|
2sic Internet Solutions
 New Member Posts:17
 |
| 29 Apr 2010 06:31 PM |
|
We're already using Telerik Rad Editor as HTML provider. I saw that your module doesn't have the current version of telerik's rad controls so it does not work for us. Is it possible to send me a version of the events modulde v4 with the current Telerik release 2010.1 415 ? |
|
|
|
|
Inven Manager
 Senior Member Posts:6763

 |
| 01 May 2010 12:27 PM |
|
Hi, We do have latest Telerik 2010, however, in order to make it compatible with the Telerik component came with DNN framework. We downgraded to 2009 version. For your case, we have a solution here by modifying your web.config file: Just add the following AssemblyBinding section to your web.config file, (Please note that you need to change the 2010.1.309.35 to your own version of Telerik.Web.UI.dll, right click on the DLL, you can find the version number under Detail tab) <dependentAssembly> <assemblyIdentity name="Telerik.Web.UI" publicKeyToken="121fae78165ba3d4" /> <bindingRedirect oldVersion="2008.1.1.20-2010.1.0000.00" newVersion="2010.1.309.35" /> </dependentAssembly> after that, it should look like this: (You may have other AssemblyBindings though, that's ok) <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <probing privatePath="bin;bin\HttpModules;bin\Providers;bin\Modules;bin\Support;" /> <dependentAssembly> <assemblyIdentity name="Telerik.Web.UI" publicKeyToken="121fae78165ba3d4" /> <bindingRedirect oldVersion="2008.1.1.20-2010.1.0000.00" newVersion="2010.1.309.35" /> </dependentAssembly> </assemblyBinding> </runtime> |
|
========================================
Delivering high value DotnetNuke Modules to save your time and resources |
|
|
Jörg Fernow
 New Member Posts:8
 |
| 17 May 2010 08:26 PM |
|
Hi, I have installed the modules (the dll-File as well), but get that error: DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load file or assembly 'Telerik.Web.UI, Version=2009.3.1103.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. I have checked my web.config. There is not one line naming telerik. What do I have to paste to get it work? Thanks Jörg |
|
|
|
|
Inven Manager
 Senior Member Posts:6763

 |
|
Jovan Marcetic
 New Member Posts:6
 |
| 17 Jun 2010 11:42 PM |
|
Hi I have used trial version of Event Calendar(I think version 3.x) and it worked fine in my dnn (04.09.05 version) for client testing. Then I purchased module yesterday Standard edition 4.0. I have uninstalled old version and installed new that I have download after purchase. I have follow the instructions and download Telerik.Web.UI from http://www.invenmanager.com/download.aspx After all this I get this error: The control with ID 'dtCurrentDate' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it. Then I have added to web config: <dependentAssembly> <assemblyIdentity name="Telerik.Web.UI" publicKeyToken="121fae78165ba3d4" /> <bindingRedirect oldVersion="2008.1.1.20-2010.1.0000.00" newVersion="2009.3.1103.20" /> </dependentAssembly> Still the same error. Here is what Event viewer says: UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB7.0 (.NET CLR 3.5.30729) DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider ExceptionGUID: 1cc574ee-6201-4c6c-b081-6948bd31bd4c InnerException: The control with ID 'dtCurrentDate' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it. FileName: FileLineNumber: 0 FileColumnNumber: 0 Method: Telerik.Web.UI.ScriptRegistrar.GetScriptManager StackTrace: Message: DotNetNuke.Services.Exceptions.PageLoadException: The control with ID 'dtCurrentDate' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it. ---> System.InvalidOperationException: The control with ID 'dtCurrentDate' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it. at Telerik.Web.UI.ScriptRegistrar.GetScriptManager(Control control) at Telerik.Web.UI.RadWebControl.get_ScriptManager() at Telerik.Web.UI.RadWebControl.RegisterScriptControl() at Telerik.Web.UI.RadWebControl.ControlPreRender() at Telerik.Web.UI.RadDatePicker.ControlPreRender() at Telerik.Web.UI.RadWebControl.OnPreRender(EventArgs e) at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace --- Please help!
|
|
|
|
|
Inven Manager
 Senior Member Posts:6763

 |
| 18 Jun 2010 02:24 AM |
|
Hi, Jovan, This is not related to Telerik control, it is a general DNN error. I can tell what's exactly wrong, but following posts should give you pretty good idea on it: http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/111/threadid/259206/scope/posts/Default.aspx http://www.invenmanager.com/Support/UserForum/tabid/705/aff/8/aft/1670/afv/topic/Default.aspx http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/111/threadid/259206/scope/posts/Default.aspx |
|
========================================
Delivering high value DotnetNuke Modules to save your time and resources |
|
|
Jovan Marcetic
 New Member Posts:6
 |
| 20 Jun 2010 10:26 PM |
|
Thank you for reply, please can you tell me what has changed from version Event calendar 3 to this new version 4.0 so it doesn't work anymore. Because everything was working fine till I haven't purchase and installed this new version. And what about re installation and license? |
|
|
|
|
Inven Manager
 Senior Member Posts:6763

 |
|
Jovan Marcetic
 New Member Posts:6
 |
| 21 Jun 2010 12:27 AM |
|
I have double check, AJAX and partial rendering are working on the site. So it is not general DNN error. It's look like your module is not adding ScriptModule on the page. here is the part from web.config about ScriptModule: <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken= 31bf3856ad364e35" /> |
|
|
|
|
Inven Manager
 Senior Member Posts:6763

 |
|
Jovan Marcetic
 New Member Posts:6
 |
| 22 Jun 2010 09:35 PM |
|
I tried that but I got error when upgrading. Can I uninstall Event Calendar and then try DNN upgrade again, what's happening with licence od Event Calendar then, because I can install it on only one DNN? |
|
|
|
|
Inven Manager
 Senior Member Posts:6763

 |
|
Jovan Marcetic
 New Member Posts:6
 |
| 23 Jun 2010 03:39 AM |
|
Finally I managed to upgrade DNN to 5.4.2, but there was an error during Event Calendar Registration module an instalation failed. After little bit googling I find a solution, that is some DNN general error in new version and you need to delete file: EventQueue.config (Portals\_default\EventQueue). After that I managed to install Event Calendar module. |
|
|
|
|
Inven Manager
 Senior Member Posts:6763

 |
|
joe mark
 New Member Posts:1
 |
| 24 Jan 2011 03:13 AM |
|
I am having Telerik problems too. Module version? I installed from this package: : 17481_0_Event_Calendar_Registration_4.0.6_Install_UNZIP_ME_DNN5.zip DNN version: DNN 5.02 Site crashed on first install try. I had to remove the Events Calendar & Reg modules manually from the DB and file system to get the site live. Since then I have installed via the server by moving the modules into the install/modules folder. The first time the modules reported installing fine however didn’t show up in the dropdown for placement. I then uninstalled of your modules via Dotnetnukes control panel. During the uninstall I received numerous failure messages along this line: "ExceptionSystem.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Services.Installer.Installers.ModuleInstaller.DeleteModule()" "Exception - Could not find a part of the path 'C:\Inetpub\wwwroot\rr50\DesktopModules\InvenManager.Comments\Uninstall.SqlDataProvider'." "Exception - Could not find a part of the path 'C:\Inetpub\wwwroot\rr50\DesktopModules\InvenManager.Comments\Resources.zip.manifest'." Others appeared to be general failure notices. I then reinstalled thinking that would patch over any errors. They now appear in the dropdown list however when I place the main Events Calendar Message I get a list of error messages and no module. The full error message is posted at the end of this email. I have restarted the application I have also restarted IIS hopeing that would fix something. You will notice that it can't load Telerik.Web.UI although the DLL is in the bin directory (file date 11-4-09). Per your directions online I am NOT replacing it with your version. I'm on a very tight deadline to get this solution working and really need help.
|
|
|
|
|
Inven Manager
 Senior Member Posts:6763

 |
|
Jen Sharp
 New Member Posts:1
 |
| 02 Mar 2011 12:26 AM |
|
I am still unable to get this module to work. I am installing it on DNN 4.9 test server, but eventually want it to go on DNN 5.5.1 But I don't want it to "break" my sites. It seems so complicated, I'm thinking of looking elsewhere for a solution :( I installed the trial pre DNN5 version, added the Telerik, manually edited the web.config as suggested, but still receive this error: rror: Events Calendar is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The system cannot find the file specified. ---> System.Web.HttpParseException: Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The system cannot find the file specified. ---> System.Web.HttpParseException: Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The system cannot find the file specified. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The system cannot find the file specified. File name: 'Telerik.Web.UI' at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) at System.Reflection.Assembly.Load(String assemblyString) at System.Web.Configuration.CompilationSection.LoadAssembly(String assemblyName, Boolean throwOnFail) at System.Web.UI.TemplateParser.LoadAssembly(String assemblyName, Boolean throwOnFail) at System.Web.UI.TemplateParser.AddAssemblyDependency(String assemblyName, Boolean addDependentAssemblies) at System.Web.UI.MainTagNameToTypeMapper.ProcessTagNamespaceRegistrationCore(TagNamespaceRegisterEntry nsRegisterEntry) at System.Web.UI.MainTagNameToTypeMapper.ProcessTagNamespaceRegistration(TagNamespaceRegisterEntry nsRegisterEntry) at System.Web.UI.BaseTemplateParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.TemplateControlParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ProcessException(Exception ex) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseReader(StreamReader reader, VirtualPath virtualPath) at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath) at System.Web.UI.TemplateParser.ParseInternal() at System.Web.UI.TemplateParser.Parse() at System.Web.UI.TemplateParser.Parse(ICollection referencedAssemblies, VirtualPath virtualPath) at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType() at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider) at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at Hyper.Modules.EventsCalendar.View.LoadMonthView(Boolean ForceDataBind) --- End of inner exception stack trace ---:( |
|
|
|
|
Inven Manager
 Senior Member Posts:6763

 |
|
fred flintstone
 New Member Posts:2
 |
| 11 May 2011 03:41 PM |
|
I am also having Telerik problems. DNN 4.09.05 Followed installation. Did not put Telerik in /bin as there was a more recent one already there. When placing the Events Calendar the following error message occurs: An error has occurred. Error: Events Calendar is currently unavailable. Event Viewer entry: Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load file or assembly 'Telerik.Web.UI, Version=2009.3.1103.20, 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.Web.HttpParseException: Could not load file or assembly 'Telerik.Web.UI, Version=2009.3.1103.20, 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=2009.3.1103.20, 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=2009.3.1103.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4' at System.Signature._GetSignature(SignatureStruct& signature, Void* pCorSig, Int32 cCorSig, IntPtr fieldHandle, IntPtr methodHandle, IntPtr declaringTypeHandle) at System.Signature.GetSignature(SignatureStruct& signature, Void* pCorSig, Int32 cCorSig, RuntimeFieldHandle fieldHandle, RuntimeMethodHandle methodHandle, RuntimeTypeHandle declaringTypeHandle) at System.Signature..ctor(Void* pCorSig, Int32 cCorSig, RuntimeTypeHandle declaringTypeHandle) at System.Reflection.RuntimePropertyInfo.get_Signature() at System.Reflection.RuntimePropertyInfo.get_PropertyType() at System.Web.UI.Util.GetNonPrivatePropertyType(Type classType, String propName) at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildFieldDeclaration(ControlBuilder builder) at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse) at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse) at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse) at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse) at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse) at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse) at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse) at System.Web.Compilation.TemplateControlCodeDomTreeGenerator.BuildMiscClassMembers() at System.Web.Compilation.BaseCodeDomTreeGenerator.BuildSourceDataTree() at System.Web.Compilation.BaseCodeDomTreeGenerator.GetCodeDomTree(CodeDomProvider codeDomProvider, StringResourceBuilder stringResourceBuilder, VirtualPath virtualPath) at System.Web.Compilation.BaseTemplateBuildProvider.GenerateCode(AssemblyBuilder assemblyBuilder) at System.Web.Compilation.AssemblyBuilder.AddBuildProvider(BuildProvider buildProvider) 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 --- at System.Web.Compilation.AssemblyBuilder.AddBuildProvider(BuildProvider buildProvider) at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at Hyper.Modules.EventsCalendar.View.LoadMonthView(Boolean ForceDataBind) --- End of inner exception stack trace --- |
|
|
|
|
Inven Manager
 Senior Member Posts:6763

 |
|
fred flintstone
 New Member Posts:2
 |
| 25 May 2011 12:22 PM |
|
On closer inspection the Telerik.Web.UI.dll in bin folder was an earlier version, so was replaced with your 2009.3.1103.20 and the same load exception & message is generated. |
|
|
|
|
Inven Manager
 Senior Member Posts:6763

 |
|