Type mojoPortal.Features.UI.Services.GalleryDataService not found

mojoPortal is no longer supported on mono. This forum is here for archival purposes.

This thread is closed to new posts. You must sign in to post in the forums.
2/12/2011 4:26:59 PM
dmo
Gravatar
Total Posts 20

Type mojoPortal.Features.UI.Services.GalleryDataService not found

Hello Joe,

I'm still trying new mojo releases with mono (on OpenSuSE 11.1 with the last mono 2.8.2).

2.3.6.2 works great, except that exception that I've tried to understand exploring sources (without disturbing you) but with no success. This is raised when I validate a HTML content (HTML modification is nevertheless successfull).

ERROR mojoPortal.Web.Global - 192.168.1.10-fr-FR - /Services/SessionKeepAlive.aspx
System.Web.HttpException: Type mojoPortal.Features.UI.Services.GalleryDataService not found.
  at System.Web.UI.SimpleWebHandlerParser.GetTypeFromBin (System.String tname) [0x00000] in <filename unknown>:0
  at System.Web.Compilation.SimpleBuildProvider.LoadTypeFromBin (System.Web.Compilation.BaseCompiler compiler, System.Web.UI.SimpleWebHandlerParser parser) [0x00000] in <filename unknown>:0
  at System.Web.Compilation.GenericBuildProvider`1[System.Web.UI.SimpleWebHandlerParser].GetGeneratedType (System.CodeDom.Compiler.CompilerResults results) [0x00000] in <filename unknown>:0
  at System.Web.Compilation.BuildManagerCacheItem..ctor (System.Reflection.Assembly assembly, System.Web.Compilation.BuildProvider bp, System.CodeDom.Compiler.CompilerResults results) [0x00000] in <filename unknown>:0
  at System.Web.Compilation.BuildManager.StoreInCache (System.Web.Compilation.BuildProvider bp, System.Reflection.Assembly compiledAssembly, System.CodeDom.Compiler.CompilerResults results) [0x00000] in <filename unknown>:0
  at System.Web.Compilation.BuildManager.GenerateAssembly (System.Web.Compilation.AssemblyBuilder abuilder, System.Web.Compilation.BuildProviderGroup group, System.Web.VirtualPath vp, Boolean debug) [0x00000] in <filename unknown>:0
  at System.Web.Compilation.BuildManager.BuildInner (System.Web.VirtualPath vp, Boolean debug) [0x00000] in <filename unknown>:0
  at System.Web.Compilation.BuildManager.Build ...

I've already tried with mojoportal-2-3-6-2-mssql-net35-deploymentfiles, replacing only the bin dir with the mojoportal-2-3-6-2-sqlite-mono-deploymentfiles one, in case of some .ashx or other files where forgotten in the mono release.

Best,

Michel.

2/13/2011 6:29:26 AM
Gravatar
Total Posts 18439

Re: Type mojoPortal.Features.UI.Services.GalleryDataService not found

Hi Michel,

It looks like this one is my mistake. When I created the service for the gallery I forgot to include the file in the mono version of the project so it is not compiled into the mono version of mojoPortal.Features.UI.dll

I will try to find time to fix the mono package in the next few days.

Best,

Joe

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