[Mono-list] error whith web

Jackson Harper jackson@ximian.com
Fri, 04 Jun 2004 08:46:02 -0700


An empty culture just means that it will use the invariant culture which
is what most assemblies use, so that is fine. What do you get for echo
$LANG on the command line?

Jackson


On Fri, 2004-06-04 at 08:42, KiOrKY wrote:
> yes  just one.
> the result:
> Assembly Table
> Name:          Websrvcl
> Hash Algoritm: 0x00008004
> Version:       0.0.0.0
> Flags:         0x00000000
> PublicKey:     BlobPtr (0x00000000)
> 	Zero sized public key
> Culture:       <== is it normal to be empty??????   
> 
> Jackson Harper <jackson@ximian.com> a écrit :
> 
> > Thanks. Could you do it again with the --assembly option? It looks like
> > an assembly is using the 'rvice' culture, which is not a real culture.
> > Is there only one assembly in you &lt;webapp&gt;/bin directory?
> > 
> > Jackson
> > 
> > 
> > On Fri, 2004-06-04 at 08:30, KiOrKY wrote:
> > &gt; OK, tahts the result ;)
> > &gt; ---
> > &gt; assembly extern System.Web.Services
> > &gt; {
> > &gt;   .ver 1:0:3300:0
> > &gt; }
> > &gt; assembly extern System.Web
> > &gt; {
> > &gt;   .ver 1:0:3300:0
> > &gt; }
> > &gt; assembly extern System
> > &gt; {
> > &gt;   .ver 1:0:3300:0
> > &gt; }
> > &gt; assembly extern mscorlib
> > &gt; {
> > &gt;   .ver 1:0:3300:0
> > &gt; }
> > &gt; assembly 'Websrvcl'
> > &gt; {
> > &gt;   .custom instance void class
> > [mscorlib]'System.Diagnostics.DebuggableAttribute'::.ctor(bool, bool) =  (01 00
> > 01 00 00 00 ) // ......
> > &gt; 
> > &gt;   .hash algorithm 0x00008004
> > &gt;   .ver  0:0:0:0
> > &gt; }
> > &gt; 
> > &gt; 
> > &gt; 
> > &gt; Jackson Harper &lt;jackson@ximian.com&gt;
> > a écrit :
> > &gt; 
> > &gt; &gt; Hello,
> > &gt; &gt; 
> > &gt; &gt; Could you post the full assembly versions for all the assemblies
> > you
> > &gt; &gt; have in your &amp;lt;webapp&amp;gt;/bin/ directory? To do this run
> > monodis on each
> > &gt; &gt; assembly in that directory like this:
> > &gt; &gt; 
> > &gt; &gt; monodis --assembly &amp;lt;assembly name&amp;gt;
> > &gt; &gt; 
> > &gt; &gt; Thanks!
> > &gt; &gt; Jackson
> > &gt; &gt; 
> > &gt; &gt; 
> > &gt; &gt; On Fri, 2004-06-04 at 00:25, KiOrKY wrote:
> > &gt; &gt; &amp;gt; why jhave i this error:
> > &gt; &gt; &amp;gt; System.ArgumentException: Culture name rvice is not
> > supported.
> > &gt; &gt; &amp;gt; Parameter name: rvice
> > &gt; &gt; &amp;gt; in &amp;lt;0x000f2&amp;gt;
> > System.Globalization.CultureInfo:CreateSpecificCulture
> > &gt; &gt; (string)
> > &gt; &gt; &amp;gt; in (unmanaged) (wrapper managed-to-native)
> > &gt; &gt; System.Reflection.Assembly:FillName
> > &gt; &gt; (System.Reflection.Assembly,System.Reflection.AssemblyName)
> > &gt; &gt; &amp;gt; in &amp;lt;0x00004&amp;gt; (wrapper managed-to-native)
> > &gt; &gt; System.Reflection.Assembly:FillName
> > &gt; &gt; (System.Reflection.Assembly,System.Reflection.AssemblyName)
> > &gt; &gt; &amp;gt; in &amp;lt;0x0002f&amp;gt;
> > System.Reflection.Assembly:GetName (bool)
> > &gt; &gt; &amp;gt; in &amp;lt;0x00013&amp;gt;
> > System.Reflection.Assembly:GetName ()
> > &gt; &gt; &amp;gt; in &amp;lt;0x0004f&amp;gt;
> > System.Web.UI.TemplateParser:AddAssembly
> > &gt; &gt; (System.Reflection.Assembly,bool)
> > &gt; &gt; &amp;gt; in &amp;lt;0x000b4&amp;gt;
> > System.Web.UI.TemplateParser:AddAssembliesInBin ()
> > &gt; &gt; &amp;gt; in &amp;lt;0x001c1&amp;gt;
> > System.Web.UI.TemplateParser:.ctor ()
> > &gt; &gt; &amp;gt; in &amp;lt;0x00018&amp;gt;
> > System.Web.UI.TemplateControlParser:.ctor ()
> > &gt; &gt; &amp;gt; in &amp;lt;0x00034&amp;gt; System.Web.UI.PageParser:.ctor
> > &gt; &gt; (string,string,System.Web.HttpContext)
> > &gt; &gt; &amp;gt; in &amp;lt;0x00037&amp;gt;
> > System.Web.UI.PageParser:GetCompiledPageInstance
> > &gt; &gt; (string,string,System.Web.HttpContext)
> > &gt; &gt; &amp;gt; in &amp;lt;0x00011&amp;gt;
> > System.Web.UI.PageHandlerFactory:GetHandler
> > &gt; &gt; (System.Web.HttpContext,string,string,string)
> > &gt; &gt; &amp;gt; in &amp;lt;0x00374&amp;gt;
> > System.Web.HttpApplication:CreateHttpHandler
> > &gt; &gt; (System.Web.HttpContext,string,string,string)
> > &gt; &gt; &amp;gt; in &amp;lt;0x00122&amp;gt; CreateHandlerState:Execute ()
> > &gt; &gt; &amp;gt; in &amp;lt;0x00084&amp;gt; StateMachine:ExecuteState
> > &gt; &gt; (System.Web.HttpApplication/IStateHandler,bool&amp;amp;)
> > &gt; &gt; &amp;gt; 
> > &gt; &gt; &amp;gt; whith webservices anyone have idea?