DNN Events manages display of upcoming events as a list in chronological order or in calendar format with additional information. This Github repo is used for source management and releases.
MIT License
27
stars
40
forks
source link
Upgraded to DNN 8.0 and get the following error: #22
Replaced the the 6.2.2 install code with the current github code, and get:
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'DotNetNuke.Web.UI.WebControls.DnnComboBox' from assembly 'DotNetNuke.Web, Version=8.0.0.809, Culture=neutral, PublicKeyToken=null'.
Source Error:
Line 1: <%@ Control Language="vb" AutoEventWireup="false" Codebehind="SelectCategory.ascx.vb" Inherits="DotNetNuke.Modules.Events.SelectCategory" %>
Line 2: <%@ Register Assembly="DotNetNuke.Web" Namespace="DotNetNuke.Web.UI.WebControls" TagPrefix="dnn" %>
Line 3: <%@ Register TagPrefix="dnn" Assembly="DotNetNuke.Web.Deprecated" Namespace="DotNetNuke.Web.UI.WebControls" %>
It will be fixed, but I don't know when. Since it seems that I am currently the only one doing work here, it certainly has to wait till I am back from holiday (end march).
If someone could step in: a pull request with the fix is most welcome.
Well, interestingly, I downloaded the project from Github, recompiled it, put the DotNetNuke.Modules.Events.dll in the Bin directory of my site and now everything works. So, I guess I am good.
Good to advthat things work. I am puzzled why it did not work im the first place.
Contribution can be done in any form of pull requests.
IMO editing existing VB.net code is not so difficult if you know C# (same apllies the other way around).
Replaced the the 6.2.2 install code with the current github code, and get:
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'DotNetNuke.Web.UI.WebControls.DnnComboBox' from assembly 'DotNetNuke.Web, Version=8.0.0.809, Culture=neutral, PublicKeyToken=null'.
Source Error:
Line 1: <%@ Control Language="vb" AutoEventWireup="false" Codebehind="SelectCategory.ascx.vb" Inherits="DotNetNuke.Modules.Events.SelectCategory" %> Line 2: <%@ Register Assembly="DotNetNuke.Web" Namespace="DotNetNuke.Web.UI.WebControls" TagPrefix="dnn" %> Line 3: <%@ Register TagPrefix="dnn" Assembly="DotNetNuke.Web.Deprecated" Namespace="DotNetNuke.Web.UI.WebControls" %>
Source File: /new/DesktopModules/Events/SubControls/SelectCategory.ascx Line: 1
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.1055.0
I'm having the same issue. Any fix or workaround?
Hello Gentlemen,
Are there any comments on this? Will it be fixed? I have two fairly important pages on my website using this module that I currently have to hide.
It will be fixed, but I don't know when. Since it seems that I am currently the only one doing work here, it certainly has to wait till I am back from holiday (end march). If someone could step in: a pull request with the fix is most welcome.
Cool. Thanks, What does it take to contribute? I have written modules before. All c# though, have not dealt with VB much in my professional life.
Well, interestingly, I downloaded the project from Github, recompiled it, put the DotNetNuke.Modules.Events.dll in the Bin directory of my site and now everything works. So, I guess I am good.
Good to advthat things work. I am puzzled why it did not work im the first place. Contribution can be done in any form of pull requests. IMO editing existing VB.net code is not so difficult if you know C# (same apllies the other way around).