User Registration Error

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
2/6/2013 10:57:06 AM
Gravatar
Total Posts 5

User Registration Error

Hi,

I installed the latest version of mojoportal 2.3.9.4 .NET 3.5 and MySQL

all works but when a user tries to register he gets this error (in italian, sorry):

Impossibile creare un oggetto di tipo 'System.Web.UI.WebControls.RepeatLayout' dalla relativa rappresentazione di stringa 'UnorderedList' per la proprietà 'RepeatLayout'.

 


Errore nel codice sorgente:
 

Riga 117: <asp:Panel ID="pnlSubscribe" runat="server" Visible="false"> Riga 118: <asp:Label ID="lblNewsletterListHeading" runat="server" CssClass="letterlist" /> Riga 119: <asp:CheckBoxList ID="clNewsletters" runat="server" DataTextField="Title" DataValueField="LetterInfoGuid" SkinID="RegisterNewsletters" RepeatLayout="UnorderedList"></asp:CheckBoxList> Riga 120: Riga 121: <span id="spnFormat" class="emailformat">

 

How can I solve such a problem?

 

2/7/2013 8:05:44 AM
Gravatar
Total Posts 18439

Re: User Registration Error

Hi,

I'm surprised no-one has reported this before, I guess not many people are using .NET 3.5. You can solve it by editing the page /Secure/Register.aspx and just remove the RepeatLayout="UnorderedList", it is only supported in .NET 4 or higher.

There will be a new release today and this will be fixed in the new release, but we will be dropping support for .NET 3.5 in the near future so my best recommendation is to use .NET 4 or 4.5 hosting and use the .NET 4 package of mojoPortal. I would not setup new sites under .NET 3.5.

Hope that helps,

Joe

2/7/2013 10:07:39 AM
Gravatar
Total Posts 5

Re: User Registration Error

Hi Joe,

many thank, it works now.

I'm still using .NET 3.5 because several shared hosting services still supply IIS with .NET 3.5.

Very often I don't have choice. The supplied hosting plan is .NET 3.5. I guess the same happens on several other mojoportal user.

 

Regards,

Ugo

 

 

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