Okay, I got it to build the CollectionClasses folder and files, but I still need it to build the EntityBaseClasses folder in my LLBLGen Project, as well as the associated Base classes. I did get the legacy Project file to compile and referenced it in my project, and I get this error when I try to browse my website. I'm a newbie at LLBLGen by the way!
System.IO.FileLoadException: Could not load file or assembly 'SD.LLBLGen.Pro.ORMSupportClasses.NET11, Version=1.0.2004.2, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) File name: 'SD.LLBLGen.Pro.ORMSupportClasses.NET11, Version=1.0.2004.2, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27' at XXXXX.Business.Renter.GetMoveDate(Guid RenterRefID) at DetailedSearch.SetFlashMoveDate() in c:\Renter\Renter\DetailedSearch.aspx.cs:line 51 at DetailedSearch.Page_Load(Object sender, EventArgs e) in c:\Renter\Renter\DetailedSearch.aspx.cs:line 36 at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].