Bizarre Web Service Error

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default Bizarre Web Service Error

    The following text is the result of calling a web service
    (FN003) locally using the test page. During its
    processing, the web service calls a second web service
    (FN006) on the same box.

    It appears to be searching for a missing temporary dll,
    though I have no idea why. The name of the dll changes
    from one call to the next. Any help would be greatly
    appreciated.

    J

    System.Web.Services.Protocols.SoapException:
    System.Web.Services.Protocols.SoapException: Server was
    unable to process request. --->
    System.IO.FileNotFoundException: File or assembly name
    eskxr3nz.dll, or one of its dependencies, was not found.
    File name: "eskxr3nz.dll"
    at System.Reflection.Assembly.nLoad(AssemblyName
    fileName, String codeBase, Boolean isStringized, Evidence
    assemblySecurity, Boolean throwOnFileNotFound, Assembly
    locationHint, StackCrawlMark& stackMark)
    at System.Reflection.Assembly.InternalLoad(AssemblyNa me
    assemblyRef, Boolean stringized, Evidence
    assemblySecurity, StackCrawlMark& stackMark)
    at System.Reflection.Assembly.Load(AssemblyName
    assemblyRef, Evidence assemblySecurity)
    at
    System.CodeDom.Compiler.CompilerResults.get_Compil edAssemb
    ly()
    at
    System.CodeDom.Compiler.CompilerResults.get_Compil edAssemb
    ly()
    at System.Xml.Serialization.Compiler.Compile()
    at System.Xml.Serialization.TempAssembly..ctor(XmlMap ping
    [] xmlMappings)
    at System.Xml.Serialization.XmlSerializer.FromMapping s
    (XmlMapping[] mappings)
    at System.Web.Services.Protocols.SoapServerType..ctor
    (Type type, ProtocolsEnum versionsSupported)
    at
    System.Web.Services.Protocols.SoapServerProtocol.I nitializ
    e()
    at
    System.Web.Services.Protocols.ServerProtocolFactor y.Create
    (Type type, HttpContext context, HttpRequest request,
    HttpResponse response, Boolean& abortProcessing)

    === Pre-bind state information ===
    LOG: Where-ref bind. Location = C:\DOCUME~1\S03
    \ASPNET\LOCALS~1\Temp\eskxr3nz.dll
    LOG: Appbase = file:///F:/FrakesNet/FN006
    LOG: Initial PrivatePath = bin
    Calling assembly : (Unknown).
    ===

    LOG: Policy not being applied to reference at this time
    (private, custom, partial, or location-based assembly
    bind).
    LOG: Attempting download of new URL
    file:///C:/DOCUME~1/S03/ASPNET/LOCALS~1/Temp/eskxr3nz.dll.


    --- End of inner exception stack trace ---
    at
    System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadR
    esponse(SoapClientMessage message, WebResponse response,
    Stream responseStream, Boolean asyncCall)
    at
    System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invok
    e(String methodName, Object[] parameters)
    at FN003.FN006.IndustryCodeService.GetIndustry(Int32
    Code)
    at FN003.PublicService.GetJobProfile(String JobID)


    Jay Robinson Guest

  2. Similar Questions and Discussions

    1. Devel::Cover failing with 'bizarre copy of hash in leave' error
      (This message was posted to the perl.qa list on October 13, but for some reason has not yet appeared.) I would like to report a problem I am...
    2. Syntax error using cpan leads to bizarre behavior
      "Tassilo v. Parseval" <tassilo.von.parseval@rwth-aachen.de> wrote in message news:<2qfg6bFup3jpU1@uni-berlin.de>... Which I might have deduced if...
    3. Error when calling a web service (The underlying connection was closed: An unexpected error occurred on a receive.)
      I am calling a simple service. Always on the first call I have this error (System.Net.WebException: The underlying connection was closed: An...
    4. Bizarre IE6 CSS error
      Hi all, I have the weirdest thing going on... it's hard even to describe, but bascically, IE6 seems to interpret differently the margins/padding...
    5. Error 711 and Error 5, Remote access connection manager service
      I'm trying to set up a dial-up connection, but my computer will not start Remote Access Connection Manager or Remote Access Auto Connection...
  3. #2

    Default Re: Bizarre Web Service Error

    there is an error in the XML serializer than can sometimes lead to this
    symptom.
    In the case where you have particularly complex object graph, involving
    jagged arrays without a specific attriubute applied to them, the Xml
    Serializer will choke. If you apply the attribute, the serializer will be
    fine.

    See [url]http://tinyurl.com/rqwl[/url]

    to troubleshoot this, I would recommend:
    1. examine your datatypes for a jagged or 2-d array
    2. simplify the data types being sent and received to simple types
    3. add in complexity, until you see the error
    4. apply the attribute and see if this resolves your issue

    There can be other causes of this mystifying message, but this is the one I
    have seen most commonly.

    -Dino


    "Jay Robinson" <jayr@frakes-eng.com> wrote in message
    news:034801c394eb$75f239a0$a301280a@phx.gbl...
    > The following text is the result of calling a web service
    > (FN003) locally using the test page. During its
    > processing, the web service calls a second web service
    > (FN006) on the same box.
    >
    > It appears to be searching for a missing temporary dll,
    > though I have no idea why. The name of the dll changes
    > from one call to the next. Any help would be greatly
    > appreciated.
    >
    > J
    >
    > System.Web.Services.Protocols.SoapException:
    > System.Web.Services.Protocols.SoapException: Server was
    > unable to process request. --->
    > System.IO.FileNotFoundException: File or assembly name
    > eskxr3nz.dll, or one of its dependencies, was not found.
    > File name: "eskxr3nz.dll"
    > at System.Reflection.Assembly.nLoad(AssemblyName
    > fileName, String codeBase, Boolean isStringized, Evidence
    > assemblySecurity, Boolean throwOnFileNotFound, Assembly
    > locationHint, StackCrawlMark& stackMark)
    > at System.Reflection.Assembly.InternalLoad(AssemblyNa me
    > assemblyRef, Boolean stringized, Evidence
    > assemblySecurity, StackCrawlMark& stackMark)
    > at System.Reflection.Assembly.Load(AssemblyName
    > assemblyRef, Evidence assemblySecurity)
    > at
    > System.CodeDom.Compiler.CompilerResults.get_Compil edAssemb
    > ly()
    > at
    > System.CodeDom.Compiler.CompilerResults.get_Compil edAssemb
    > ly()
    > at System.Xml.Serialization.Compiler.Compile()
    > at System.Xml.Serialization.TempAssembly..ctor(XmlMap ping
    > [] xmlMappings)
    > at System.Xml.Serialization.XmlSerializer.FromMapping s
    > (XmlMapping[] mappings)
    > at System.Web.Services.Protocols.SoapServerType..ctor
    > (Type type, ProtocolsEnum versionsSupported)
    > at
    > System.Web.Services.Protocols.SoapServerProtocol.I nitializ
    > e()
    > at
    > System.Web.Services.Protocols.ServerProtocolFactor y.Create
    > (Type type, HttpContext context, HttpRequest request,
    > HttpResponse response, Boolean& abortProcessing)
    >
    > === Pre-bind state information ===
    > LOG: Where-ref bind. Location = C:\DOCUME~1\S03
    > \ASPNET\LOCALS~1\Temp\eskxr3nz.dll
    > LOG: Appbase = file:///F:/FrakesNet/FN006
    > LOG: Initial PrivatePath = bin
    > Calling assembly : (Unknown).
    > ===
    >
    > LOG: Policy not being applied to reference at this time
    > (private, custom, partial, or location-based assembly
    > bind).
    > LOG: Attempting download of new URL
    > file:///C:/DOCUME~1/S03/ASPNET/LOCALS~1/Temp/eskxr3nz.dll.
    >
    >
    > --- End of inner exception stack trace ---
    > at
    > System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadR
    > esponse(SoapClientMessage message, WebResponse response,
    > Stream responseStream, Boolean asyncCall)
    > at
    > System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invok
    > e(String methodName, Object[] parameters)
    > at FN003.FN006.IndustryCodeService.GetIndustry(Int32
    > Code)
    > at FN003.PublicService.GetJobProfile(String JobID)
    >
    >

    Dino Chiesa [Microsoft] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139