Re: Conversion of 1.x to 2.x
mojoPortal skins are made up of layout.Master, style.css, and theme.skin files and supporting images
layout.master I think can be used in the VS designer, .skin and .css don't have designers, just editors.
If you copy your skin files into App_Themes/Default and then put
Theme="default" in the Page Declaration
<%@ Page language="c#" Codebehind="PageSettings.aspx.cs" Theme="default" MasterPageFile="~/Controls/layout.Master" AutoEventWireup="false" Inherits="mojoPortal.Web.PageProperties" %>
It might work better in the designer.
Hope it helps,
Joe