MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

How do the form?  (Mono Support )

Viewed 45659 time(s), 17 post(s) 12/29/2011 12:01:17 PMby deluxxx

Related topics

khorvat

khorvat

12/30/2011 3:41:24 PM
Hi,

there is a jump start MonoX solution and project file prepared for MonoX users, you can find it at MonoX/Samples/Solution/ folder. Copy them to the root of your Web site and then open the solution file in the Visual Studio.

To have three Web sites that don't share the files and database, yes you will need to install the MonoX three times.

Let us know if you need anything else.

Regards
This content has not been rated yet. 
15993 Reputation 2214 Total posts
deluxxx

deluxxx

1/10/2012 8:42:01 PM
I have very big problems if I add a project in monox. I made a folder structure, I opened the file. Sln. I copied the default folders to myproject. I downloaded http://www.mono-software.com/TemplateGallery/ I did like the description and the error:


This event has been logged and will be addressed by the maintenance department. We appreciate your patience.

The
base class includes the field 'loginStatus', but its type
(MonoSoftware.MonoX.Controls.SeoLoginStatus) is not compatible with the
type of control (System.Web.UI.WebControls.LoginStatus).
at
System.Web.UI.TemplateParser.ProcessException(Exception ex)
at System.Web.UI.TemplateParser.ParseStringInternal(String text,
Encoding fileEncoding)
at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath
virtualPath, Encoding fileEncoding)
at System.Web.UI.TemplateParser.ParseFile(String physicalPath,
VirtualPath virtualPath)
at System.Web.UI.TemplateParser.Parse()
at
System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType()
at
System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider
buildProvider)
at
System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders()
at System.Web.Compilation.BuildProvidersCompiler.PerformBuild()
at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath
virtualPath)
at
System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath
virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean
allowBuildInPrecompile, Boolean throwIfNotFound, Boolean
ensureIsUpToDate)
at
System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext
context, VirtualPath virtualPath, Boolean noBuild, Boolean
allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound,
Boolean ensureIsUpToDate)
at
System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath
virtualPath, HttpContext context, Boolean allowCrossApp, Boolean
throwIfNotFound)
at
System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath
virtualPath, Type requiredBaseType, HttpContext context, Boolean
allowCrossApp)
at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext
context, String requestType, VirtualPath virtualPath, String
physicalPath)
at
System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

at System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean& completedSynchronously)

The base class includes the
field 'loginStatus', but its type
(MonoSoftware.MonoX.Controls.SeoLoginStatus) is not compatible with the
type of control (System.Web.UI.WebControls.LoginStatus).
at
System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildFieldDeclaration(ControlBuilder
builder)
at
System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder
builder, Boolean fInTemplate, Boolean topLevelControlInTemplate,
PropertyEntry pse)
at
System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder
builder, Boolean fInTemplate, Boolean topLevelControlInTemplate,
PropertyEntry pse)
at
System.Web.Compilation.TemplateControlCodeDomTreeGenerator.BuildMiscClassMembers()

at
System.Web.Compilation.BaseCodeDomTreeGenerator.BuildSourceDataTree()
at
System.Web.Compilation.BaseCodeDomTreeGenerator.GetCodeDomTree(CodeDomProvider
codeDomProvider, StringResourceBuilder stringResourceBuilder,
VirtualPath virtualPath)
at
System.Web.Compilation.BaseTemplateBuildProvider.GenerateCode(AssemblyBuilder
assemblyBuilder)
at
System.Web.Compilation.AssemblyBuilder.AddBuildProvider(BuildProvider
buildProvider)
This content has not been rated yet. 
214 Reputation 27 Total posts
khorvat

khorvat

1/10/2012 10:38:15 PM
Hi,

as I can see you are upgrading MonoX to newer version and the best approach would be to read the MonoX upgrade procedure blog post. In the mentioned issue you will need to sync the MonoX files related to ~\Portal\MonoX\MasterPages\MembershipNavigation.ascx from your version with the one you have downloaded, as we have switched login status control.

Let us know if you need anything else.

Regards
This content has not been rated yet. 
15993 Reputation 2214 Total posts
deluxxx

deluxxx

1/13/2012 8:21:20 AM
if you install monoxa I edit any page in the folder MonoX? Do not violate the license then? I have terrible problems with the configuration of everything in a separate folder.
This content has not been rated yet. 
214 Reputation 27 Total posts
khorvat

khorvat

1/16/2012 7:59:37 AM
Hi,

if you install monoxa I edit any page in the folder MonoX? Do not violate the license then?
No you don't violate any licences if you modify the pages under the MonoX folder, basically we suggest our users not to change them as upgrade to newer version would be much easier. There are few articles on the extending MonoX subject

Building a custom ASP.NET project based on MonoX
Building a custom ASP.NET user registration form

Upgrading to new MonoX version

I have terrible problems with the configuration of everything in a separate folder.
Can you please describe what exactly do you consider to be a problem ? (In a separate topic if possible ?)

Note: Can you please open a separate topic for every issue that you have so we can track them better, Thanks.

Regards
This content has not been rated yet. 
15993 Reputation 2214 Total posts
deluxxx

deluxxx

1/16/2012 5:09:49 PM
can I do about the configuration for Dummies? :) I'll be there asking questions and thencreates a very good tutorial so? I have another question why as I remove the PageFooterthis part of the page it stops working?


<ul>
<li><h2><%= PageResources.PageFooter_SiteMembership %></h2></li>
<li><asp:LoginName ID="loginName" runat="server" /></li>
<li><monox:SeoLoginStatus ID="loginStatus" runat="server" /></li>
<asp:LoginView runat="server" ID="loginView">
<AnonymousTemplate>
<li><asp:HyperLink runat="server" ID="lnkRegister" Text="<% $Code:DefaultResources.Login_RegisterInvitation %>" NavigateUrl='<% $Code: MonoSoftware.MonoX.Utilities.LocalizationUtility.RewriteLink("/Membership/Register.aspx") %>'></asp:HyperLink></li>
</AnonymousTemplate>
</asp:LoginView>
<li><asp:HyperLink runat="server" ID="lnkPrivacyPolicy" NavigateUrl='<% $Code: MonoSoftware.MonoX.Utilities.LocalizationUtility.RewriteLink(MonoSoftware.MonoX.RewrittenUrlBuilder.GetContentPageUrl(MonoSoftware.MonoX.RewrittenPaths.ContentPage, "PrivacyPolicy").Url) %>'><%= PageResources.PageFooter_PrivacyPolicy %></asp:HyperLink></li>
<li><asp:HyperLink runat="server" ID="lnkTermsOfUse" NavigateUrl='<% $Code: MonoSoftware.MonoX.Utilities.LocalizationUtility.RewriteLink(MonoSoftware.MonoX.RewrittenUrlBuilder.GetContentPageUrl(MonoSoftware.MonoX.RewrittenPaths.ContentPage, "TermsOfUse").Url) %>'><%= PageResources.PageFooter_TermsOfUse %></asp:HyperLink></li>


</ul>





This content has not been rated yet. 
214 Reputation 27 Total posts
khorvat

khorvat

1/16/2012 9:57:39 PM
Hi,

can you please open a separate topic for this issue, thanks.

Regards
This content has not been rated yet. 
15993 Reputation 2214 Total posts
1 2