building error-visual web developer 2010 express-net 4, windows 7

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

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.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
1/21/2011 7:10:19 PM
Gravatar
Total Posts 3

building error-visual web developer 2010 express-net 4, windows 7

 

I think I created the database ok, and logins etc, I can run an sql using the script on a another project anyway, but getting this when i runt he default.aspx in the setup folder

 

Error 7 The base class includes the field 'pnlWrapper', but its type (mojoPortal.Web.UI.ModuleContainer) is not compatible with the type of control (System.Web.UI.WebControls.Panel). C:\Users\Jason\Documents\Visual Studio 2010\WebSites\mojo\LinkModule\Links.ascx 1
 

my first error ( information one is )

 

Message 1 Could not find schema information for the element 'http://www.brettle.com/neatupload/config/2008:neatUpload'. C:\Users\Jason\Documents\Visual Studio 2010\WebSites\mojo\Web.config 941 3 C:\...\mojo\
 

 

 

1/22/2011 6:52:28 AM
Gravatar
Total Posts 18439

Re: building error-visual web developer 2010 express-net 4, windows 7

Hi Jason,

You must have upgraded, the folder "LinkModule" can be safely deleted and that should solve the problem, it was renamed in the last version to "List" so the LinkModule folder is no longer needed.

Note also that you are using the pre-compiled deployment files not the source code.

http://www.mojoportal.com/understanding-the-difference-between-deployment-files-and-source-code.aspx

Hope it helps,

Joe

1/22/2011 8:59:30 AM
Gravatar
Total Posts 3

Re: building error-visual web developer 2010 express-net 4, windows 7

I now get this error

 

Error 3 Could not load type 'WebStore.UI.AdminSalesReportPage'. C:\Users\Jason\Documents\Visual Studio 2010\WebSites\mojo\WebStore\AdminSalesReport.aspx 1
 

I am going to try Composite

http://compositec1.codeplex.com/

 

and see if i get errors on install there :(

 

1/22/2011 9:09:03 AM
Gravatar
Total Posts 18439

Re: building error-visual web developer 2010 express-net 4, windows 7

That is another legacy file no longer included, you can delete it.

you are free to use whatever you like that doesn't offend me if you want to try other things too

but understand you are not working with source code so the package is not intended for "installation" in Visual Studio, it does not need to be compiled or built, it is already compiled. The problems are happening because you are trying to build it and there are a few stray legacy files that it is trying to compile, you can safely delete those files and then it won't cause build errors.

If you really want to work in Visual Studio we recommend using the actual source code which will compile without errors.

http://www.mojoportal.com/getting-the-code-with-tortoisehg.aspx

http://www.mojoportal.com/understanding-the-difference-between-deployment-files-and-source-code.aspx

Hope it helps,

Joe

1/24/2011 12:32:47 AM
Gravatar
Total Posts 3

Re: building error-visual web developer 2010 express-net 4, windows 7

works fine now, sorry, all my fault, did not understand about different types of download

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