TortoiseHg Source compile - 2 errors

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
1/22/2011 4:53:02 PM
Gravatar
Total Posts 245
mojoPortal Community Expert

TortoiseHg Source compile - 2 errors

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

1/23/2011 10:33:15 AM
Gravatar
Total Posts 18439

Re: TortoiseHg Source compile - 2 errors

Hi Rick,

I tried both an updated copy and a fresh clone and did not get any build errors. All I can guess is you merged some changes from my sandbox branch into the default branch of your copy. There are changes related to NeatUpload and other changes in my sandbox but I have not merged them to the default branch so you should not be getting any errors about it as long as you stick with the default branch.

Best,

Joe

1/23/2011 2:56:44 PM
Gravatar
Total Posts 245
mojoPortal Community Expert

Re: TortoiseHg Source compile - 2 errors

I'm using a copy of MS SQL only solution.

Guess I did get your sand box code.  Don't know how, but I did.  I'm getting old!

Thanks for checking Joe

You must sign in to post in the forums. This thread is closed to new posts.