Tagged Questions
The dnn-module-communication tag has no wiki summary.
2
votes
3answers
594 views
DotNetNuke intermodule communication
I'm looking into doing inter-module communication with DotNetNuke 4.8.4 - and am wondering if anyone has any good examples of doing this.
I understand that you implement IModuleCommunicator on the ...
1
vote
2answers
42 views
Issue with HTML module after upgradation from DNN version 4.9.5 to DNN version 6.1.2
If I upgraded from DNN version 4.4 to version 4.9.5 and then to version 6.1.2 then it gives me the error
Error: Buying is currently unavailable.
...
1
vote
2answers
1k views
Debugging DotNetNuke Modules
What is the best VS solution setup for DotNetNuke 4.8 inter-module communication development?
I currently have a solution with multiple Web Application projects in it for my DotNetNuke modules - ...
0
votes
0answers
17 views
DNN How to create a complex module with multiple controls
My goal are to create a module that holds a listview with entries of xml files. The xml files are just serialized arrays of some object. Country{Code,Name,URL} as an example.
When an entry is clicked ...
0
votes
1answer
18 views
DotNetNuke (DNN) 1 module - 3 ASCX files scenario
I am new to DNN. I have created a DNN module with three controls (C#, .NET3.5) :
Controller
EmailRequest
DealSuccess
Controller checks ["ClientEmail"] cookie value AND if NULL redirects to ...
0
votes
1answer
370 views
DNN Module with devxpress controls critical Error
I am using DNN module 5.6.1, and i created a custom module using Devxpress controls,
It is installing in dnn site, but when i try to add the module in a page, i getting the following Error,
A ...
0
votes
1answer
81 views
Forward/redirect msgs from DNN internal msging system into Vivo messaging
I don't know how big the community that uses DNN VivoSocial out there, but I'll give it a shot.
So I am using DNN Vivo Messaging (part of Vivo Social), is there anyway I can redirect/forward all the ...