dnn

How to properly implement IHydratable interface in DNN?

After upgrading to DNN 5.5.0 we had to implement IHydratable on all of our business objects. This idea seemed like a good way to go at first, but after playing with IHydratable I'm not so sure any more. There are two possibilities: I'm doing it wrong IHydratable forces you to use select * construct an all your queries The business...

DNN Blog module not sending tweets

Have the DNN Blog module installed (latest version 4.00) When blogging the tweets dont get sent out - lookiing in the log viewer I see an unauthorized error The remote server returned an error: (401) Unauthorized. I have tried the twitter username both with and without the @ Anybody got any clues? ...

How to handle Object Data Source Exception handling in DotNetNuke

I've created several DNN (5.2.3) modules and I'm finding that if an error happens on the object data source (ODS) DNN will then show that error to everyone. A sample (though not a ODS specific error in this case) is shown below. This has no meaning to user. The exception should really be "Thing not found" or something like that to the us...

is a site developed using dotnetnuke???

How to make sure that some site is developed using dotnetnuke?? ...

How to create a simple DNN module?

Hello, I would like to know how to create a simple DNN module, for example a simple form like a Suscribe or similar. Thanks!! ...

Easiest way to develop DNN modules ?

What is the easiest way to develop dot net nuke modules ? I tried VS starter kit, but you have to copy modules to the web server and run them there. Is it possible to setup the dev environment that you could just hit 'F5' and see/debug your module. ...