Good morning,
I have done an install of DNN 8.0.4 (Install Version)
Then I have installed the source version of Events module.
Now I have, inside the folder DesktopModules/Events, a solution with two projects.
If I compile the solution I've got many errors, for example:
- The event "AddSelectedUser" was not found
- "Log" is not a member of "UserControl"
- "StoreCategories" is not a member of "UserControls"
- and so on
It's like it doesn't found all the controls, for example Src="~/DesktopModules/Events/SubControls/EventUserGrid.ascx"
But, if I modify only the ascx files, it works.
The problem is I need to modify the code, but I can't do it if it doesn't compile.
Thanks,
Deborah