A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
My mojoportal is just started working yesterday, I am a new user. I downloaded "mojoportal-2-3-7-6-mssql-net40-deploymentfiles.zip" and installed it, everything is awesome. I would like to have a treview style browsing on the left side on the webpage, for that I read in the forum some other skins work that way (none of the existing ones though).
I downloaded the extra skins file and saved them under "C:\inetpub\wwwroot\Data\Sites\1\skins\" path. I only have 1 website. My existing skins works fine but for some reason the new skins generate the error below. Does anybody know what that would be ?
Thank you
Skins File downloaded :extra-skins.zipapplication, 8839K, uploaded Dec 28 2011 - 282 downloads
http://mojoportal.codeplex.com/releases/view/79530#DownloadId=319242
Error reported:
Server Error in '/' Application.
Operation is not valid due to the current state of the object.
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.InvalidOperationException: Operation is not valid due to the current state of the object.
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:
[InvalidOperationException: Operation is not valid due to the current state of the object.]System.Web.HttpValueCollection.FillFromEncodedBytes(Byte[] bytes, Encoding encoding) +11371775System.Web.HttpRequest.FillInFormCollection() +329
[HttpException (0x80004005): The URL-encoded form data is not valid.]System.Web.HttpRequest.FillInFormCollection() +11485890System.Web.HttpRequest.get_Form() +157System.Web.HttpRequest.get_HasForm() +11486692System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull) +141System.Web.UI.Page.DeterminePostBackMode() +100System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +259
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
Hi,
You get the error trying to save site settings right?
See if this thread helps you.
It may be that be that adding all those skins creates too many form elements and causes this error.
Hope that helps,
Joe