child site permission error

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/2/2012 4:46:12 PM
Gravatar
Total Posts 125

child site permission error

MSSQL.

Just pull the source code form Hg Repositiory.

Under the administration menu -> site list. There is a permissions link next to one of childsite. Once I clicked,it shows following message:

Value cannot be null.
Parameter name: format

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: format

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[ArgumentNullException: Value cannot be null.Parameter name: format] System.String.Format(IFormatProvider provider, String format, Object[] args) +12738449 mojoPortal.Web.AdminUI.PermissionsMenuPage.PopulateLabels() +190 mojoPortal.Web.AdminUI.PermissionsMenuPage.Page_Load(Object sender, EventArgs e) +151 mojoPortal.Web.mojoBasePage.OnLoad(EventArgs e) +18 System.Web.UI.Control.LoadRecursive() +71 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3064

 

1/2/2012 4:59:35 PM
Gravatar
Total Posts 18439

Re: child site permission error

Hi Wei,

It sounds like somehow you don't have the latest /App_GlobalResources/Resource.resx file or you have iit configured in a way that it is not falling back to English for missing keys in other language resource files.

Specifically you are missing the new key SitePermissionFormat which has a value of

{0} - {1}

Hope that helps,

Joe

1/2/2012 5:45:34 PM
Gravatar
Total Posts 125

Re: child site permission error

Thank you for replying.

Yeah. That's the problem.

I forgot to copy the new Resource files.

Thanks

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