Hi Joe
I just tried to compile a new copy of today's TortoiseHg Source Code (Jan 22) and got the following 2 error. I'm guessing this is due to a few things missing.
Error 1 The type 'Brettle.Web.NeatUpload.ProgressBarBase' is defined in an assembly that is not referenced. You must add a reference to assembly 'Brettle.Web.NeatUpload, Version=1.3.4034.20191, Culture=neutral, PublicKeyToken=dd134ea1c3727369'. K:\projects\mojoportal\rick\_mojoportal_realestate\Web\Admin\Controls\FileManager.ascx.designer.cs 185 69 mojoPortal.Web
Error 2 'mojoPortal.Web.mojoBasePage' does not contain a definition for 'LoadAltContent' and no extension method 'LoadAltContent' accepting a first argument of type 'mojoPortal.Web.mojoBasePage' could be found (are you missing a using directive or an assembly reference?) K:\projects\mojoportal\rick\_mojoportal_realestate\mojoPortal.Features.UI\Blog\Controls\BlogViewControl.ascx.cs 140 22 mojoPortal.Features.UI
*** I got rid of both errors by adding a ref to Brettle.Web.NeatUpload.GreyBoxProgressBar in the Web Project
Thanks