[Mono-list] error whith web

KiOrKY KiOrKY <kiorky@goddess-gate.com>
Fri, 4 Jun 2004 17:51:18 +0200


fr_FR.iso88591 is my LANG  ;)
Jonathan Gilbert  2a5gjx302@sneakemail.com a dit:ubject ] [ author ]

I'm not sure what the problem here is, but I just thought I'd point out
that "rvice" is the last 5 letters of the word "Service" as in "WebService"=
..
then where does it come form? and BTW why the same goes fine under windows



Jackson Harper <jackson@ximian.com> a écrit :

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

-- 
----------------------------
- Gloire au monde libre    -
----------------------------
    I{ i () r |{ Y
    Debian User
---------------------------------------------
-- Mathieu PASQUET     
-- Testeur Debian SID
-- irc: #debian-fr / irc.freenode.net port: 6667 
-- Site: www.fr.debian.org 
---------------------------------------------