Build error

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.
11/26/2009 12:07:31 AM
Gravatar
Total Posts 2

Build error

Dear All,

            I am using xp sp2 and mssql 2005 and the mojo version is 2.3.3.0. When I open the mojoportal_mssql_only.sln or mojoportal.sln. The following error is occured. Can u give me some hints on it? thanks

 

Error 9 'System.Web.UI.HtmlControls.HtmlForm' does not contain a definition for 'Action' and no extension method 'Action' accepting a first argument of type 'System.Web.UI.HtmlControls.HtmlForm' could be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\phon\Desktop\mojoportal-2-3-3-0-sourcecode\sourcecode\mojoportal\Web\Components\SiteUtils.cs 645 23 mojoPortal.Web

Error 15 Metadata file 'C:\Documents and Settings\phon\Desktop\mojoportal-2-3-3-0-sourcecode\sourcecode\mojoportal\Web\bin\mojoPortal.Web.dll' could not be found mojoPortal.Features.UI


Error 16 Metadata file 'C:\Documents and Settings\phon\Desktop\mojoportal-2-3-3-0-sourcecode\sourcecode\mojoportal\Web\bin\mojoPortal.Web.dll' could not be found WebStore.UI

11/26/2009 12:52:26 AM
Gravatar
Total Posts 550

Re: Build error

Hi,

I recommend you that move you project from desktop to a folder on a drive and be sure that you install VS.NET and sp1 .

Hope Helps,

Asad

11/26/2009 8:48:00 AM
Gravatar
Total Posts 18439

Re: Build error

You need to have .NET 3.5 SP1 installed. The Action property was introduced in SP1.

Then you should rebuild the solution using VS 2008 SP1 or Visual Web Developer 2008 SP1.

Hope it helps,

Joe

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