When I try to compile the Announcements module in a DNN 6 environment, VS2010 gives an error in the IActionable implementation: Overload resolution failed because no accessible 'Add' accepts this number of arguments.
The offending line reads:Actions.Add(GetNextActionID, "~", "")
I mentioned this in the forum "
Using Modules and Extensions". Cathal Connolly replied with the advice to log it in Gemini, as this would suggest the binary compatibility was broken, which I did.
However, my question on what this code line was supposed to do remains unanswered. Searching through wikis and other postings did not provide any clues. Removing this line does not seem to have any negative effects, at first sight.
What is this line of code supposed to do?
I used the Announcements module as the basis for a development of my own, and this encounters of course the same error when I try to compile it with DNN 6. I am wondering if I could safely remove this line but I have no idea, since I do not know its purpose.