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.
hi Joe,
I copied an installation of mojoportal from a IIS server to an apache's server with mono under linux. When I tried to access in the application , i received ths error:
Compilation Error Description: Error compiling a resource required to service this request. Review your source file and modify it to fix this error.
Error message:
(0,0) : error : ** (/usr/lib/mono/1.0/mcs.exe:9714): WARNING **: The class System.Web.Profile.ProfileMigrateEventArgs could not be loaded, used in System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (0,0) : error : at (wrapper managed-to-native) System.Reflection.MonoMethodInfo:get_method_info (intptr,System.Reflection.MonoMethodInfo&) (0,0) : error : at System.Reflection.MonoMethod.get_Attributes () [0x00000] (0,0) : error : at System.Reflection.MethodBase.get_IsVirtual () [0x00000] (0,0) : error : at Mono.CSharp.MemberCache.AddMethods (BindingFlags bf, System.Type type) [0x00000] (0,0) : error : at Mono.CSharp.MemberCache.AddMethods (System.Type type) [0x00000] (0,0) : error : at Mono.CSharp.MemberCache..ctor (IMemberContainer container) [0x00000] (0,0) : error : at Mono.CSharp.TypeHandle..ctor (System.Type type) [0x00000] (0,0) : error : at Mono.CSharp.TypeHandle.GetTypeHandle (System.Type t) [0x00000] (0,0) : error : at Mono.CSharp.TypeHandle.GetMemberCache (System.Type t) [0x00000] (0,0) : error : at Mono.CSharp.TypeManager.LookupMemberCache (System.Type t) [0x00000] (0,0) : error : at Mono.CSharp.MemberCache..ctor (System.Type baseType, IMemberContainer container) [0x00000] (0,0) : error : at Mono.CSharp.TypeContainer.DoDefineMembers () [0x00000] (0,0) : error : at Mono.CSharp.Class.DoDefineMembers () [0x00000] (0,0) : error : at Mono.CSharp.TypeContainer.DefineMembers () [0x00000] (0,0) : error : at Mono.CSharp.RootContext.PopulateTypes () [0x00000] (0,0) : error : at Mono.CSharp.Driver.MainDriver (System.String[] args) [0x00000] (0,0) : error : at Mono.CSharp.Driver.Main (System.String[] args) [0x00000]
Can you Help ME?
Thanks
Dario
Sorry for my bad english.
The version of mono is 1.2.6
Hi,
You cannot just take the version compiled for windows and deploy it on linux.
Please read the documentation.
http://www.mojoportal.com/developmentonlinux.aspx
I will be releasing updated builds soon and will include a new build for mono.
Joe