Most recent blog entries
Using Web Deployment Projects/MSBuild to build private assemblies for DNN
Henry Kenuam By hkenuam on 1/5/2007 4:17 PM
I recently had to create a private assemblypackage for one of our modules and in doing so I ran into problems that caused me to spend a day of my life that I will never get back. I thought I would share this and possibly save someone the pain that it has caused me.
Comments (0) More...

DNN Daily Tip: Debugging DotNetNuke Development on Windows Vista and Visual Studio 2005
Chris Hammond By Chris Hammond on 1/5/2007 9:51 AM

Last week I got started on getting the DotNetNuke Wiki module into a 4.4.0 source solution, so that I could convert the module to ASP.NET 2.0 and debug it in Visual Studio. Normally this wouldn't be anything out of the ordinary, I setup DotNetNuke solutions for a living, I can do it in my sleep, but I decided I was going to do all of this on my main machine running Windows Vista Ultimate edition.

You would think this might not be too difficult, but it sure was. Here's what I was starting with.

DotNetNuke 4.4.0 Source package, available for download from www.dotnetnuke.com.

Visual Studio 2005 w/ SP1

IIS7 Installed

IIS6 compatibility partially installed.

After multiple failures, and quite a bit of head smashing (on the wall) I gave up for the weekend.

Comments (0) More...

This is how I upgrade a DotNetNuke instance.
Chris Hammond By Chris Hammond on 12/29/2006 9:51 AM

I see this requested all the time, so I figured I'd blog how I proceed with upgrading a DNN Instance.

If you're upgrading your DotNetNuke instance, here is a list of simple steps to follow during the upgrade process.

First tip, test the upgrade on a staging site first, pull a copy of the database and files down, try the upgrade, make sure all your functionality is still there. Then upgrade production (backup everything first)

 

Comments (0) More...

A new version of DotNetNuke for the Holidays
Chris Hammond By Chris Hammond on 12/25/2006 7:39 AM

Just in time for Christmas a new version of DotNetNuke has been released. On it's 4 year anniversary of the first release, DotNetNuke released version 4.4.

"On December 24th, 2002, the code which was to become the DotNetNuke web application framework was first released to the community.  On the fourth anniversary of this date, DotNetNuke version 4.4.0 - a release with significant performance enhancements - has now been made available for download"

If you've never used DotNetNuke before, do yourself a favor and try it out, there are no licensing fees to download it, use it, or even modify it. It's open source, free, and a great way to easily start building a website via an intuitive web based UI.

Version 4.4 marks the first ASP.NET 2.0 only release, prior to this release DNN was maintaining two sets of code, one for .Net 1.1 and one for .Net 2.0. 4.4 marks significant improvements in performance over previous versions as ...

Comments (0) More...

The Business of Software
Rich Campbell By Rich Campbell on 12/7/2006 9:04 AM
Business of Software
I just finished reading Eric Sick on the Business of Software by Eric Sink, the founder of SourceGear -- makers of source control products Vault and SourceOffSite (which we use here at Engage Software). It was a great book. Very insightful, funny and inspiring. I recommend it to anyone who works for an "ISV" (Independent Software Vendor). While the author&nbs ...
Comments (0) More...

Happy Thanksgiving
Marketing Blog By Brian Schwartz on 11/22/2006 3:40:47 PM
Happy Thanksgiving from Engage Software
Comments (0)

DotNetNuke Template Error in 4.3.5
Marketing Blog By Brian Schwartz on 11/3/2006 3:28:33 PM

I'm normally the sales and marketing person here at Engage, but as a former .Net developer I still dable with C# (mostly as proof-and-concepts and / or prototype apps) and I still work on the occasional client project using DNN.  In using DNN 4.3.5 templates I ran across a weird bug I wanted to post to help anyone having the same problem.  (Don't worry, I'm also reporting this to DNN in Gemini). 

Here's the situation, I created a template of a site using 4.3.5.  This site the template was created for had several pages and I choose to export content and was using a host level skin (not sure if that mattered with this bug).  In one of the skin folders I had backed up the skin after making changes on the server to the stylesheet and had a zip folder in my skin folder.  When trying to create my new portal, I encountered the following error:

Comments (0) More...

Locked up for a good cause
Marketing Blog By Brian Schwartz on 10/24/2006 1:39:47 PM
This year, I have the honor and pleasure of participating in MDA's Tackle Muscular Dystrophy Executive Lock-Up to help "Jerry's Kids®". To reach my goal I need your help!

I'd like to include you or your company on my list of contributors who are helping me reach my goal. Your donation would help MDA continue the important fight against muscular dystrophy. Check out my donation page on the donation website here. There you'll find all kinds of information about MDA, and be able to make your tax-deductible donation on-line using your credit card.

MDA serves people in our community with neuromuscular disease by providing clinics, support groups, assistance with the purchase and repair of wheelchairs, braces and communication devices, and summer camp for kids. MDA also funds research grants to help find treatments and cures for some 43 neuro ...
Comments (0) More...

MS ASP.NET Ajax Beta Released
Ian Robinson By Ian Robinson on 10/22/2006
On friday a Beta version of ASP.NET ajax was released, the number of features in the release is less than in the last CTP, but the features that remain have had some very welcome enhancements made.
Comments (0) More...

ASP.NET Ajax ("Atlas")
Ian Robinson By Ian Robinson on 10/17/2006
This weekend I attended the Tulsa TechFest and had the opportunity to sit through the entire Ajax/Atlas track. While it wasn’t the focus of every presentation at the fest, I have decided to focus this post on the new Microsoft ASP.NET Ajax web development technology, which currently is out as a Community Technology Preview.
Comments (0) More...