Instructions for upgrading the Atomo Developers Package 2.0 to version 2.1. See
Sueetie 2.0 to 2.1 Upgrade Guide for information relevant to both Atomo and Gummy Bear upgrades.
Please note: Atomo v2.1 supports VS2010 ONLY. I'm sorry to cause VS2008 users to upgrade, but most Atomo developers are now working in VS2010 and I can't support both. While Atomo now requires VS2010, it still uses the .NET 3.5 Framework exclusively. A future 2.x release will be focused on upgrading to .NET 4.0, as this release is focused on upgrading to YetAnotherForum.NET 1.9.5 RTM.
An Update to your existing Atomo Solution
The Atomo 2.1 Upgrade Package contains replacement classes for your existing Atomo Visual Studio Solution. Let's look at the Atomo 2.1 Solution. The projects we are replacing are highlighted.

We will be replacing these areas in total with the contents of the Atomo 2.1 Upgrade contents in /source. Follow the guidelines on
Sueetie 2.0 to 2.1 Upgrade Guide in preserving the /forum/uploads and /forum/images folders when replacing the ForumWebApplication project.
Here are the contents of the Atomo 2.1 upgrade package. You'll notice at right the Sueetie.Atomo.2.1.sln file. This will replace your existing Sueetie.Atomo.2.0.sln file.

New LIB folder
At top right of the above screenshot you see a "Lib" folder. This contains library resource DLLs to each of the applications, though for the v2.1 upgrade it contains the DLLs to the YAF projects and support references not included in the .SLN projects.
Obtaining the full YetAnotherForum.NET 1.9.5 RTM Source
As always, the full source code of YAF 1.9.5 is available. (Links to the full source libraries of Atomo 2.0 applications are listed on the
Get Atomo 2.0 Wiki Page.) YAF 1.9.5 source is
available on codeplex. Filename is
YAF-v1.9.5-FINAL-SRC.ZIP.Upgrading to YAF 1.9.5
It is assumed you have already been using Atomo and are upgrading from YAF 1.9.4 RC2 to 1.9.5. If this is a new install of Atomo and you want to go straight to YAF 1.9.5, the upgrade package supports that.
SQL Connection Reminder! Remember to update YAF's SQL Connection String in /forum/db.config as the first step of replacing your existing SLN contents or you'll forget it and end up upgrading the database of another sueetie site. You've been warned.
Upgrading YAF: New Installs
New installs. You configured and compiled Atomo. You HAVE NOT performed the Gummy Bear Setup.Replace the Atomo 2.0 solution with the Atomo 2.1 Upgrade contents and compile. Go to http://yourdevsite where the Sueetie Setup page will automatically launch. Complete the setup as normal, which will install YAF 1.9.5 for you.
Upgrading YAF: Existing Applications
Existing Applications. You've been using Atomo with YAF 1.9.4 and are upgrading an existing solution.Replace the Atomo 2.0 solution with the Atomo 2.1 Upgrade contents and compile. Go to http://yourdevsite, then go to forums where the YAF Upgrade Wizard will automatically launch and update your site to YAF 1.9.5 RTM.
Post-Install SQL Script for Upgrades
When finished with the YAF upgrade, execute the
sueetie_2.0.0_2.1.0_upgrade.sql script in /web/install/sql in an MSQuery window. This completes the upgrade. If you are doing a new install, the site installation will execute this script for you.
Top