[Mono-bugs] [Bug 493874] Missing column in BlogEngine.NET

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Apr 16 03:07:59 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=493874

User mhabersack at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=493874#c1





--- Comment #1 from Marek Habersack <mhabersack at novell.com>  2009-04-16 01:07:58 MDT ---
I don't see anything which might be the obvious reason for this. In the
Standard theme, which is the default, site.master defines the zone where, I
think, the menu should be found:

<div id="sidepanel">
      <blog:WidgetZone runat="server" ID="rightzone"/>
</div>

As you can see, it's empty. In the Indigo theme it contains some child
elements, most of which are commented out using server-side comment. After
removing the comment, an attempt to access the page ends with this exception:

------------------------
gmcs /target:library /debug+ /optimize- /warn:0
/out:"/tmp/grendel-temp-aspnet-0/2d641329/App_Web_7751f229.dll"
/r:"/home/devel/lib/mono/gac/System/2.0.0.0__b77a5c561934e089/System.dll"
/r:"/home/devel/lib/mono/gac/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll"
/r:"/home/devel/lib/mono/gac/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll"
/r:"/home/devel/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll"
/r:"/home/devel/lib/mono/gac/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll"
/r:"/home/devel/lib/mono/gac/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll"
/r:"/home/devel/lib/mono/gac/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll"
/r:"/home/devel/lib/mono/gac/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll"
/r:"/tmp/grendel-temp-aspnet-0/150f82d9/assembly/shadow/cdbca201/15afe6a1_d81344a0_00000001/App_Code.dll"
/r:"/tmp/grendel-temp-aspnet-0/150f82d9/assembly/shadow/350f4b5a/ed1c0ffa_d81344a0_00000001/App_GlobalResources.dll"
/r:"/tmp/grendel-temp-aspnet-0/150f82d9/assembly/shadow/ef17b10c/3704f5ac_d81344a0_00000001/App_global.asax.dll"
/r:"/usr/src/tmp/tests/Bugs/Bug493873/precomp/bin/BlogEngine.Core.dll"
/r:"/usr/src/tmp/tests/Bugs/Bug493873/precomp/bin/App_Web_pnju-cwt.dll"
/r:"/tmp/grendel-temp-aspnet-0/2d641329/App_Web_menu.ascx.fe796ee1.57028ff6.dll"
 /nowarn:0169  -- "/tmp/grendel-temp-aspnet-0/2d641329/App_Web_7751f229_0.cs"
"/tmp/grendel-temp-aspnet-0/2d641329/App_Web_7751f229_1.cs"
"/tmp/grendel-temp-aspnet-0/2d641329/App_Web_7751f229_2.cs" 


** (/home/devel/lib/mono/2.0/gmcs.exe:5225): WARNING **: The following assembly
referenced from
/tmp/grendel-temp-aspnet-0/2d641329/App_Web_menu.ascx.fe796ee1.57028ff6.dll
could not be loaded:
     Assembly:   App_Web_jse2scek    (assemblyref_index=0)
     Version:    0.0.0.0
     Public Key: (none)
The assembly was not found in the Global Assembly Cache, a path listed in the
MONO_PATH environment variable, or in the location of the executing assembly
(/tmp/grendel-temp-aspnet-0/2d641329/).


** (/home/devel/lib/mono/2.0/gmcs.exe:5225): WARNING **: Could not load file or
assembly 'App_Web_jse2scek, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null' or one of its dependencies.
/usr/src/tmp/tests/Bugs/Bug493873/precomp/themes/Indigo/site.master(70,31):
error CS0234: The type or namespace name `admin_menu_ascx' does not exist in
the namespace `ASP'. Are you missing an assembly reference?
------------------------

The "missing" assembly is found both in bin/ and in the shadow directory, but
since gmcs runs in a separate process, it cannot find it (as the location is
not defined/known in its app domain). At this point I don't really have an idea
how to solve it, short of exporting MONO_PATH prior to executing gmcs and
including the PrivateBinPath of the asp.net application's appdomain in the
variable. The above exception is likely the reason why you don't see the menu
by default.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list