URGENT! Error in web service function call - web services behavior

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

  1. #1

    Default URGENT! Error in web service function call - web services behavior

    I am getting the following message when trying to call a web service
    in javascript(from an ASP.NET application) using web services
    behavior:

    'Error in web service function call
    Server was unable to process request. --> File or assembly name
    tbnwkcbd.dll or one of its dependencies was not found.'

    The dll name sometimes changes when the same call is made. I looked
    on a server that runs the web application correctly and those dlls are
    not on the system.

    I have no idea why this problem is happening. The OS running the web
    server is Windows 2000 Advanced Server.

    Any help is greatly appreciated as this is an urgent issue.

    thanks
    paul
    paul Guest

  2. Similar Questions and Discussions

    1. URGENT!: Increase Heap Size - service-specific error 2
      Hi there, I am having one of this performance issues that is driving me mad with my Coldfusion 6.1 Application Server running big queries from SQL...
    2. How to use Windows credentials to call reporting services web service thru Coldfusion
      I am currently looking at calling reporting services 2005 web service with coldfusionMX 7 using Windows integrated security from Mister X . I...
    3. How to use Windows credentials to call reporting services web service thru Colfusion
      I am currently looking at calling reporting services 2005 web service with coldfusionMX 7 using Windows integrated security from Mister X . Any...
    4. How to set a client to call web service function?
      Hi, My question is that before we used DCOM so client can specify the remote com server location by calling CoCreateInstanceEx() with the server...
    5. Urgent : Unsure of when to call a function within a user control
      Hi all, This really is quite an urgent matter. I have a page with multiple, dynamically-loaded user controls and when a user clicks on a...
  3. #2

    Default RE: URGENT! Error in web service function call - web services behavio

    Hope this is of some help. When the HTTP request comes in, if a DLL has not
    been specifically created, a new one (with a name like you included below,
    functionally random) is compiled on the spot and placed in a *shadow
    directory* on the web server machine. Finding the DLL (which can be removed
    as well) involves looking in this shadow directory: %windir%\Microsoft
    ..NET\Framework\<version>\Temporary ASP.NET Files.

    Hope this helps some.
    DanL

    "paul" wrote:
    > I am getting the following message when trying to call a web service
    > in javascript(from an ASP.NET application) using web services
    > behavior:
    >
    > 'Error in web service function call
    > Server was unable to process request. --> File or assembly name
    > tbnwkcbd.dll or one of its dependencies was not found.'
    >
    > The dll name sometimes changes when the same call is made. I looked
    > on a server that runs the web application correctly and those dlls are
    > not on the system.
    >
    > I have no idea why this problem is happening. The OS running the web
    > server is Windows 2000 Advanced Server.
    >
    > Any help is greatly appreciated as this is an urgent issue.
    >
    > thanks
    > paul
    >
    DanL Guest

  4. #3

    Default Re: URGENT! Error in web service function call - web services behavior

    I've had this problem today with a deployed web service and the solution lay with the permission properties of the c:\windows\temp folder. As a quick fix I gave 'Everyone' full access to this folder but I suspect this could be limited to a user used by ASP.NET.
    Hope this helps.

    Andy

    ************************************************** ********************
    Sent via Fuzzy Software @ [url]http://www.fuzzysoftware.com/[/url]
    Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
    andy.rose@caravanclub.co.uk 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