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.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
You may also want to review the installation or upgrading documentation.
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
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
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