hi to all,
I need to customize this module in order to ad some filters to the Events displaing...
this are the filters i've to implement:
Location Filter,
SubCalendar Filter,
Free text search filter,
I've tried to implement the 1st filter, since it will works as the SelectCategory filter in the EventMonth control.
The First thing I've done was to copy the SelectCategory.ascx and SelectCategory.ascx.vb files and adapt this files...
than I've tried to use this new control in the EventMonth control...
but it dont work :(
Should someone could help me (i'm not a DNN specialist :( )? Of course I will share this customization with the DNN comunity when I've done ;)
--------------------
This is the error stacktrace given by my IIS:
Errore: News non è al momento disponibile.
DotNetNuke.Services.Exceptions.ModuleLoadException: Impossibile caricare il tipo 'DotNetNuke.Modules.Events.SelectLocation'. ---> System.Web.HttpParseException: Impossibile caricare il tipo 'DotNetNuke.Modules.Events.SelectLocation'. ---> System.Web.HttpParseException: Impossibile caricare il tipo 'DotNetNuke.Modules.Events.SelectLocation'. ---> System.Web.HttpException: Impossibile caricare il tipo 'DotNetNuke.Modules.Events.SelectLocation'. in System.Web.UI.TemplateParser.GetType(String typeName, Boolean ignoreCase, Boolean throwOnError) in System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly) in System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData) --- Fine dell'analisi dello stack dell'eccezione interna --- in System.Web.UI.TemplateParser.ProcessException(Exception ex) in System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) in System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) --- Fine dell'analisi dello stack dell'eccezione interna --- in System.Web.UI.TemplateParser.ProcessException(Exception ex) in System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) in System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) in System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath) in System.Web.UI.TemplateParser.ParseInternal() in System.Web.UI.TemplateParser.Parse() in System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType() in System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider) in System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() in System.Web.Compilation.BuildProvidersCompiler.PerformBuild() in System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) in System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) in System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) in System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) in System.Web.UI.TemplateControl.LoadControl(String virtualPath) in DotNetNuke.Modules.Events.Events.LoadModuleControl() --- Fine dell'analisi dello stack dell'eccezione interna ---
-----------------------------
I'm sorry about the italian messages, but i've iis in italian.
This are the translations of the italian phrases in the stacktrace:
Impossibile caricare il tipo -> cannot load type
Fine dell'analisi dello stack dell'eccezione interna -> end of internal stacktrace exception analisys
Errore: News non è al momento disponibile -> Error: News is not available
-------------------------------------------
I think that i've to add somewhere that control but I really don't know where...
Thanks in advice,
/D