Ask a Question related to ASP.NET Web Services, Design and Development.
-
paul #1
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
-
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... -
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... -
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... -
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... -
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... -
DanL #2
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
-
andy.rose@caravanclub.co.uk #3
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



Reply With Quote

