Recently I was trying to restore a standard SQL Server database from .bak file and this error came up: Here are the steps I took to overcome the error 1. If one doesn’t already exist, create a new empty database…
DotNetNuke 6, PopUps and Module Controls
After I upgraded to DNN6 I discovered the PopUpURL class. Like most DNN classes there’s very little in the way of documentation and I had to stumble around with it for awhile to get it to work. In the end,…
The SharePoint Copy Service, DotNetNuke, and VB Haters
It seems like everything I work on these days is new technology and I guess there’s not a lot of love out there for VB.Net programmers. I spend a lot of time looking for code and it’s always in C#…
DotNetNuke and the TreeView
Scenario: In my DotNetNuke 6 custom module the treeview crashed on postback in view mode, but worked properly in edit mode Solution: In my case I had an UpdatePanel in the ascx control. To update all my modules to work…
XML Parsing Error when Upgrading DotNetNuke
When upgrading DotNetNuke the typical method is to Backup your database and site Extract the Upgrade zip file into your root directory Open a browser Navigate to your site (http://domainname) At this point the upgrade process begins and hopefully ends…
SQL Server says: Saving Changes Not Permitted
If you’ve run into this error then you’ve probably recently set up a new installation of SQL Server Management Studio. You then made a change to a table and to your horror this error popped up: Frustrating, isn’t it. But…