.../setup/default.aspx

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.
8/12/2010 1:18:21 AM
Gravatar
Total Posts 26

.../setup/default.aspx

Hi.Sir..

  I Opened mojoportal.net35 sln, i Made Changes(I created a one User control under Modules folders) and I Build the solution mojoPortal.Web.net35  and Run ....it is Working Fine but....  i got a Error After place the new Mojoportal.web.dll from web/bin/ to  bin folder of the executable file...and type the below  address in browser          http://localhost/mysite/setup/default.aspx.......... error like

Probing system...
File system permissions ok.
MSSQL database connection ok.
database permissions are sufficient to alter schema.
database initial schema already exists.
database core schema is up to date.
1 site(s) found.
An Error Occurred:Method not found: 'Boolean

mojoPortal.Business.ModuleDefinition.UpdateModuleDefinitionSetting(System.Guid, Int32, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, Int32)'.
Source:mojoPortal.Web
Stack Trace at mojoPortal.Web.UI.Pages.SetupHome.SetupFeature(ContentFeature feature) at mojoPortal.Web.UI.Pages.SetupHome.SetupFeatures(String applicationName) at mojoPortal.Web.UI.Pages.SetupHome.RunSetup() at mojoPortal.Web.UI.Pages.SetupHome.Page_Load(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Please Provide The Solution...

Sir...I have one doubt....Which dll's are should be copy into Exectable File bin Folder After We made changes in source code..Only Mojoportal.web.dll or anything else...

 

8/12/2010 8:26:39 AM
Gravatar
Total Posts 18439
8/13/2010 6:28:21 AM
Gravatar
Total Posts 26

Re: .../setup/default.aspx

Thank U..Joe...

I Follow the steps in Packaging and deployment....I got a solution....Thank u Once Again....

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