By Ian Robinson on
11/13/2008
This post is overdue. I wanted to use this image in my slide deck for a presentation I gave last month at the Bloomington, IL .NET user group, but...
Read More »
|
By Ian Robinson on
11/13/2008
The current provider model in DotNetNuke is very flexible, but with that flexibility comes development overhead. Over the past few months I've started thinking about how much time I spend simply on [easy, repetitive] data access tasks, and its a little depressing.
Read More »
|
By Ian Robinson on
10/13/2008
Members of the Engage Software team led six sessions (the entire DotNetNuke track) last week at TulsaTechFest 2008.
Read More »
|
By Ian Robinson on
10/13/2008
With the new skinning changes in DotNetNuke, it may be helpful to give an overview of available approaches to skin developers.
Each of these approaches attempts to answer the question "How do I embed and customize all that great functionality that DNN provides in my skin?" In other words, given that we have a pre-set base of options for functionality (core skin objects), and each of those options exposes certain customization points (skin object properties) that I'd like to set…how the heck do I get it done?
The answer may depend on which technologies you are familiar with (or willing to learn), but let's examine each of the different approaches and see if one clicks for you.
Note: For the sake of simplicity, I'm going to leave out the following buzz words: XTHML, CSS, table-based, and any other new age standards loving or old-school table defensiveness babble.
What's available pre-DNN 5
The "XML? I've heard of that!" approach

...
Read More »
|
By Ian Robinson on
2/7/2008
Earlier today I created a list of blogs, podcasts, and web sites that are of interest to me as a developer. This are the sites I keep tabs on so I can stay up on the latest and keep learning. Some of them I frequent more regularly than others...
Read More »
|
By Ian Robinson on
12/9/2007
If you have recently edited your reporting services web.config and can no longer access your reports you may want to check if your web.config file contains an xmlns attribute on the configuration element. If it does, you will not be able to access your report manager. Simply removing the attribute will solve this issue.
I ran into this issue today after i edited a property in the web.config using the IIS tool (under asp.net tab). As i had no idea what had originally caused the issue it took a few hours to figure out that it was because i had edited the web.config with IIS.
Here is the error message that the report manager would display:
"The report server is not responding. Verify that the report server is running and can be accessed from this computer."
Here is the error message from the log file:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogExcepti
on: An internal error occurred on the report server. See the error log
for more details. ---> System.NullReferenceException:...
Read More »
|
By Ian Robinson on
11/19/2007
Running all the new .NET 3.0 goodness on your development machine, but want to install content templates (maybe the DNN starter kit?) for Visual Studio 2005? You may see this error: Could not load file or assembly 'Microsoft.Wizardframework, Version=8.0.0.0,...'
Read More »
|
By Ian Robinson on
11/4/2007
After a bit of frustration with MS Virtual CD, I found a solution that works on Vista.
Read More »
|
By Ian Robinson on
11/1/2007
There is a new ComponentArt rich text editor on the market - is it ready for DNN?
Read More »
|
By Ian Robinson on
10/26/2007
Information gleaned from Tulsa TechFest 2007...
Read More »
|