[Mono-list] error whith web

2004-06-04 Thread KiOrKY
why jhave i this error:
System.ArgumentException: Culture name rvice is not supported.
Parameter name: rvice
in <0x000f2> System.Globalization.CultureInfo:CreateSpecificCulture (string)
in (unmanaged) (wrapper managed-to-native) System.Reflection.Assembly:FillName 
(System.Reflection.Assembly,System.Reflection.AssemblyName)
in <0x4> (wrapper managed-to-native) System.Reflection.Assembly:FillName 
(System.Reflection.Assembly,System.Reflection.AssemblyName)
in <0x0002f> System.Reflection.Assembly:GetName (bool)
in <0x00013> System.Reflection.Assembly:GetName ()
in <0x0004f> System.Web.UI.TemplateParser:AddAssembly (System.Reflection.Assembly,bool)
in <0x000b4> System.Web.UI.TemplateParser:AddAssembliesInBin ()
in <0x001c1> System.Web.UI.TemplateParser:.ctor ()
in <0x00018> System.Web.UI.TemplateControlParser:.ctor ()
in <0x00034> System.Web.UI.PageParser:.ctor (string,string,System.Web.HttpContext)
in <0x00037> System.Web.UI.PageParser:GetCompiledPageInstance 
(string,string,System.Web.HttpContext)
in <0x00011> System.Web.UI.PageHandlerFactory:GetHandler 
(System.Web.HttpContext,string,string,string)
in <0x00374> System.Web.HttpApplication:CreateHttpHandler 
(System.Web.HttpContext,string,string,string)
in <0x00122> CreateHandlerState:Execute ()
in <0x00084> StateMachine:ExecuteState (System.Web.HttpApplication/IStateHandler,bool&)

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 
-


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] error whith web

2004-06-04 Thread Jackson Harper

Hello,

Could you post the full assembly versions for all the assemblies you
have in your /bin/ directory? To do this run monodis on each
assembly in that directory like this:

monodis --assembly 

Thanks!
Jackson


On Fri, 2004-06-04 at 00:25, KiOrKY wrote:
> why jhave i this error:
> System.ArgumentException: Culture name rvice is not supported.
> Parameter name: rvice
> in <0x000f2> System.Globalization.CultureInfo:CreateSpecificCulture (string)
> in (unmanaged) (wrapper managed-to-native) System.Reflection.Assembly:FillName 
> (System.Reflection.Assembly,System.Reflection.AssemblyName)
> in <0x4> (wrapper managed-to-native) System.Reflection.Assembly:FillName 
> (System.Reflection.Assembly,System.Reflection.AssemblyName)
> in <0x0002f> System.Reflection.Assembly:GetName (bool)
> in <0x00013> System.Reflection.Assembly:GetName ()
> in <0x0004f> System.Web.UI.TemplateParser:AddAssembly 
> (System.Reflection.Assembly,bool)
> in <0x000b4> System.Web.UI.TemplateParser:AddAssembliesInBin ()
> in <0x001c1> System.Web.UI.TemplateParser:.ctor ()
> in <0x00018> System.Web.UI.TemplateControlParser:.ctor ()
> in <0x00034> System.Web.UI.PageParser:.ctor (string,string,System.Web.HttpContext)
> in <0x00037> System.Web.UI.PageParser:GetCompiledPageInstance 
> (string,string,System.Web.HttpContext)
> in <0x00011> System.Web.UI.PageHandlerFactory:GetHandler 
> (System.Web.HttpContext,string,string,string)
> in <0x00374> System.Web.HttpApplication:CreateHttpHandler 
> (System.Web.HttpContext,string,string,string)
> in <0x00122> CreateHandlerState:Execute ()
> in <0x00084> StateMachine:ExecuteState 
> (System.Web.HttpApplication/IStateHandler,bool&)
> 
> whith webservices anyone have idea?

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] error whith web

2004-06-04 Thread KiOrKY
OK, tahts the result ;)
---
assembly extern System.Web.Services
{
  .ver 1:0:3300:0
}
assembly extern System.Web
{
  .ver 1:0:3300:0
}
assembly extern System
{
  .ver 1:0:3300:0
}
assembly extern mscorlib
{
  .ver 1:0:3300:0
}
assembly 'Websrvcl'
{
  .custom instance void class 
[mscorlib]'System.Diagnostics.DebuggableAttribute'::.ctor(bool, bool) =  (01 00 01 00 
00 00 ) // ..

  .hash algorithm 0x8004
  .ver  0:0:0:0
}



Jackson Harper <[EMAIL PROTECTED]> a écrit :

> Hello,
> 
> Could you post the full assembly versions for all the assemblies you
> have in your /bin/ directory? To do this run monodis on each
> assembly in that directory like this:
> 
> monodis --assembly 
> 
> Thanks!
> Jackson
> 
> 
> On Fri, 2004-06-04 at 00:25, KiOrKY wrote:
> > why jhave i this error:
> > System.ArgumentException: Culture name rvice is not supported.
> > Parameter name: rvice
> > in <0x000f2> System.Globalization.CultureInfo:CreateSpecificCulture
> (string)
> > in (unmanaged) (wrapper managed-to-native)
> System.Reflection.Assembly:FillName
> (System.Reflection.Assembly,System.Reflection.AssemblyName)
> > in <0x4> (wrapper managed-to-native)
> System.Reflection.Assembly:FillName
> (System.Reflection.Assembly,System.Reflection.AssemblyName)
> > in <0x0002f> System.Reflection.Assembly:GetName (bool)
> > in <0x00013> System.Reflection.Assembly:GetName ()
> > in <0x0004f> System.Web.UI.TemplateParser:AddAssembly
> (System.Reflection.Assembly,bool)
> > in <0x000b4> System.Web.UI.TemplateParser:AddAssembliesInBin ()
> > in <0x001c1> System.Web.UI.TemplateParser:.ctor ()
> > in <0x00018> System.Web.UI.TemplateControlParser:.ctor ()
> > in <0x00034> System.Web.UI.PageParser:.ctor
> (string,string,System.Web.HttpContext)
> > in <0x00037> System.Web.UI.PageParser:GetCompiledPageInstance
> (string,string,System.Web.HttpContext)
> > in <0x00011> System.Web.UI.PageHandlerFactory:GetHandler
> (System.Web.HttpContext,string,string,string)
> > in <0x00374> System.Web.HttpApplication:CreateHttpHandler
> (System.Web.HttpContext,string,string,string)
> > in <0x00122> CreateHandlerState:Execute ()
> > in <0x00084> StateMachine:ExecuteState
> (System.Web.HttpApplication/IStateHandler,bool&)
> > 
> > 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 
-


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] error whith web

2004-06-04 Thread Jackson Harper
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 /bin directory?

Jackson


On Fri, 2004-06-04 at 08:30, KiOrKY wrote:
> OK, tahts the result ;)
> ---
> assembly extern System.Web.Services
> {
>   .ver 1:0:3300:0
> }
> assembly extern System.Web
> {
>   .ver 1:0:3300:0
> }
> assembly extern System
> {
>   .ver 1:0:3300:0
> }
> assembly extern mscorlib
> {
>   .ver 1:0:3300:0
> }
> assembly 'Websrvcl'
> {
>   .custom instance void class 
> [mscorlib]'System.Diagnostics.DebuggableAttribute'::.ctor(bool, bool) =  (01 00 01 
> 00 00 00 ) // ..
> 
>   .hash algorithm 0x8004
>   .ver  0:0:0:0
> }
> 
> 
> 
> Jackson Harper <[EMAIL PROTECTED]> a Ãcrit :
> 
> > Hello,
> > 
> > Could you post the full assembly versions for all the assemblies you
> > have in your /bin/ directory? To do this run monodis on each
> > assembly in that directory like this:
> > 
> > monodis --assembly 
> > 
> > Thanks!
> > Jackson
> > 
> > 
> > On Fri, 2004-06-04 at 00:25, KiOrKY wrote:
> > > why jhave i this error:
> > > System.ArgumentException: Culture name rvice is not supported.
> > > Parameter name: rvice
> > > in <0x000f2> System.Globalization.CultureInfo:CreateSpecificCulture
> > (string)
> > > in (unmanaged) (wrapper managed-to-native)
> > System.Reflection.Assembly:FillName
> > (System.Reflection.Assembly,System.Reflection.AssemblyName)
> > > in <0x4> (wrapper managed-to-native)
> > System.Reflection.Assembly:FillName
> > (System.Reflection.Assembly,System.Reflection.AssemblyName)
> > > in <0x0002f> System.Reflection.Assembly:GetName (bool)
> > > in <0x00013> System.Reflection.Assembly:GetName ()
> > > in <0x0004f> System.Web.UI.TemplateParser:AddAssembly
> > (System.Reflection.Assembly,bool)
> > > in <0x000b4> System.Web.UI.TemplateParser:AddAssembliesInBin ()
> > > in <0x001c1> System.Web.UI.TemplateParser:.ctor ()
> > > in <0x00018> System.Web.UI.TemplateControlParser:.ctor ()
> > > in <0x00034> System.Web.UI.PageParser:.ctor
> > (string,string,System.Web.HttpContext)
> > > in <0x00037> System.Web.UI.PageParser:GetCompiledPageInstance
> > (string,string,System.Web.HttpContext)
> > > in <0x00011> System.Web.UI.PageHandlerFactory:GetHandler
> > (System.Web.HttpContext,string,string,string)
> > > in <0x00374> System.Web.HttpApplication:CreateHttpHandler
> > (System.Web.HttpContext,string,string,string)
> > > in <0x00122> CreateHandlerState:Execute ()
> > > in <0x00084> StateMachine:ExecuteState
> > (System.Web.HttpApplication/IStateHandler,bool&)
> > > 
> > > whith webservices anyone have idea?

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] error whith web

2004-06-04 Thread KiOrKY

yes  just one.
the result:
Assembly Table
Name:  Websrvcl
Hash Algoritm: 0x8004
Version:   0.0.0.0
Flags: 0x
PublicKey: BlobPtr (0x)
Zero sized public key
Culture:   <== is it normal to be empty??   

Jackson Harper <[EMAIL PROTECTED]> 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 /bin directory?
> 
> Jackson
> 
> 
> On Fri, 2004-06-04 at 08:30, KiOrKY wrote:
> > OK, tahts the result ;)
> > ---
> > assembly extern System.Web.Services
> > {
> >   .ver 1:0:3300:0
> > }
> > assembly extern System.Web
> > {
> >   .ver 1:0:3300:0
> > }
> > assembly extern System
> > {
> >   .ver 1:0:3300:0
> > }
> > assembly extern mscorlib
> > {
> >   .ver 1:0:3300:0
> > }
> > assembly 'Websrvcl'
> > {
> >   .custom instance void class
> [mscorlib]'System.Diagnostics.DebuggableAttribute'::.ctor(bool, bool) =  (01 00
> 01 00 00 00 ) // ..
> > 
> >   .hash algorithm 0x8004
> >   .ver  0:0:0:0
> > }
> > 
> > 
> > 
> > Jackson Harper <[EMAIL PROTECTED]>
> a écrit :
> > 
> > > Hello,
> > > 
> > > Could you post the full assembly versions for all the assemblies
> you
> > > have in your <webapp>/bin/ directory? To do this run
> monodis on each
> > > assembly in that directory like this:
> > > 
> > > monodis --assembly <assembly name>
> > > 
> > > Thanks!
> > > Jackson
> > > 
> > > 
> > > On Fri, 2004-06-04 at 00:25, KiOrKY wrote:
> > > > why jhave i this error:
> > > > System.ArgumentException: Culture name rvice is not
> supported.
> > > > Parameter name: rvice
> > > > in <0x000f2>
> System.Globalization.CultureInfo:CreateSpecificCulture
> > > (string)
> > > > in (unmanaged) (wrapper managed-to-native)
> > > System.Reflection.Assembly:FillName
> > > (System.Reflection.Assembly,System.Reflection.AssemblyName)
> > > > in <0x4> (wrapper managed-to-native)
> > > System.Reflection.Assembly:FillName
> > > (System.Reflection.Assembly,System.Reflection.AssemblyName)
> > > > in <0x0002f>
> System.Reflection.Assembly:GetName (bool)
> > > > in <0x00013>
> System.Reflection.Assembly:GetName ()
> > > > in <0x0004f>
> System.Web.UI.TemplateParser:AddAssembly
> > > (System.Reflection.Assembly,bool)
> > > > in <0x000b4>
> System.Web.UI.TemplateParser:AddAssembliesInBin ()
> > > > in <0x001c1>
> System.Web.UI.TemplateParser:.ctor ()
> > > > in <0x00018>
> System.Web.UI.TemplateControlParser:.ctor ()
> > > > in <0x00034> System.Web.UI.PageParser:.ctor
> > > (string,string,System.Web.HttpContext)
> > > > in <0x00037>
> System.Web.UI.PageParser:GetCompiledPageInstance
> > > (string,string,System.Web.HttpContext)
> > > > in <0x00011>
> System.Web.UI.PageHandlerFactory:GetHandler
> > > (System.Web.HttpContext,string,string,string)
> > > > in <0x00374>
> System.Web.HttpApplication:CreateHttpHandler
> > > (System.Web.HttpContext,string,string,string)
> > > > in <0x00122> CreateHandlerState:Execute ()
> > > > in <0x00084> StateMachine:ExecuteState
> > > (System.Web.HttpApplication/IStateHandler,bool&)
> > > > 
> > > > 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 
-


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] error whith web

2004-06-04 Thread Jonathan Gilbert
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"...

Jonathan

At 08:33 AM 04/06/2004 -0700, Jackson Harper wrote:
>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 /bin directory?
>
>Jackson
>
>On Fri, 2004-06-04 at 08:30, KiOrKY wrote:
>> OK, tahts the result ;)
>> ---
>> assembly extern System.Web.Services
>> {
>>   .ver 1:0:3300:0
>> }
>> assembly extern System.Web
>> {
>>   .ver 1:0:3300:0
>> }
>> assembly extern System
>> {
>>   .ver 1:0:3300:0
>> }
>> assembly extern mscorlib
>> {
>>   .ver 1:0:3300:0
>> }
>> assembly 'Websrvcl'
>> {
>>   .custom instance void class
[mscorlib]'System.Diagnostics.DebuggableAttribute'::.ctor(bool, bool) =
(01 00 01 00 00 00 ) // ..
>> 
>>   .hash algorithm 0x8004
>>   .ver  0:0:0:0
>> }
>> 
>> 
>> 
>> Jackson Harper <[EMAIL PROTECTED]> a écrit :
>> 
>> > Hello,
>> > 
>> > Could you post the full assembly versions for all the assemblies you
>> > have in your /bin/ directory? To do this run monodis on
each
>> > assembly in that directory like this:
>> > 
>> > monodis --assembly 
>> > 
>> > Thanks!
>> > Jackson
>> > 
>> > 
>> > On Fri, 2004-06-04 at 00:25, KiOrKY wrote:
>> > > why jhave i this error:
>> > > System.ArgumentException: Culture name rvice is not supported.
>> > > Parameter name: rvice
>> > > in <0x000f2>
System.Globalization.CultureInfo:CreateSpecificCulture
>> > (string)
>> > > in (unmanaged) (wrapper managed-to-native)
>> > System.Reflection.Assembly:FillName
>> > (System.Reflection.Assembly,System.Reflection.AssemblyName)
>> > > in <0x4> (wrapper managed-to-native)
>> > System.Reflection.Assembly:FillName
>> > (System.Reflection.Assembly,System.Reflection.AssemblyName)
>> > > in <0x0002f> System.Reflection.Assembly:GetName (bool)
>> > > in <0x00013> System.Reflection.Assembly:GetName ()
>> > > in <0x0004f> System.Web.UI.TemplateParser:AddAssembly
>> > (System.Reflection.Assembly,bool)
>> > > in <0x000b4>
System.Web.UI.TemplateParser:AddAssembliesInBin ()
>> > > in <0x001c1> System.Web.UI.TemplateParser:.ctor ()
>> > > in <0x00018> System.Web.UI.TemplateControlParser:.ctor ()
>> > > in <0x00034> System.Web.UI.PageParser:.ctor
>> > (string,string,System.Web.HttpContext)
>> > > in <0x00037> System.Web.UI.PageParser:GetCompiledPageInstance
>> > (string,string,System.Web.HttpContext)
>> > > in <0x00011> System.Web.UI.PageHandlerFactory:GetHandler
>> > (System.Web.HttpContext,string,string,string)
>> > > in <0x00374> System.Web.HttpApplication:CreateHttpHandler
>> > (System.Web.HttpContext,string,string,string)
>> > > in <0x00122> CreateHandlerState:Execute ()
>> > > in <0x00084> StateMachine:ExecuteState
>> > (System.Web.HttpApplication/IStateHandler,bool&)
>> > > 
>> > > whith webservices anyone have idea?

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] error whith web

2004-06-04 Thread Jackson Harper

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

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] error whith web

2004-06-04 Thread KiOrKY

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