473,395 Members | 1,761 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Webservice .NET DLL WinServer2003 IIS6 Problem

I made a c# .net webservice that uses a class in a separate .net dll
(x.dll) . This .net dll (x.dll) has dependencies on other DLLs. I put
all of these DLLs (x.dll along with it's dependencies) into the bin
folder of the webservice. On a WinXP machine the webservice runs
properly when I try to invoke some of it's web methods. When I invoke a
method of the service on Windows Server 2003 with IIS6 I get the
following error : "File or assembly name x.dll, or one of its
dependencies, was not found". This error message does not explain what
the real problem is. Does anyone know of a way to get IIS6 to
understand where the DLLs required by x.dll reside? As I said , all of
the dependencies are in the same directory as x.dll .

Any help or tips would be much appreciated.
Sam

Nov 30 '05 #1
1 1428
It looks like IIS 6 was copying only the explicitly referenced x.dll
into its temporary directory for references :
C:\windows\microsoft.net\framework\v1.1.4322\tempo rary asp.net
files\webservice1 ... etc. directory . When I copy the DLLs that x.dll
depends on into this directory the webservice runs properly. Is there a
way to force IIS 6 to automatically copy the files into the proper
location or to tell it to just run the webservice from the virtual
directory?

thanks

Dec 1 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Martinh | last post by:
Hi I keep getting this error... Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NETFiles\webservice_isds\f12c6a5a\5975001" is denied. Stack Trace: ...
1
by: RR | last post by:
Hi, Can any one please help me. I am trying to connect to a webservice via SSL using a webpage over a proxy server. The webservice requires client certificate to authorise the transaction. I am...
1
by: QuocSI | last post by:
I've deployed and run a WebService on Windows2000 without problem. The same one installed on WinServer2003 expect an authentication. Everything I've done don't run (changing autentication method,...
1
by: gilad.kapel | last post by:
Hi Some background: working with VS 2005 + Win2003 + IIS6. I have a webservice that creates (if the directory doesn't exist the webservice creates it) a directory "Temp" under the webservice...
0
by: =?Utf-8?B?U29sYWlyYWph?= | last post by:
i have create a webservice in a seperate webproject in the solution say (A.sln) this a.csproj is located in my local IIS6.0 i want to access that webservice which is in my local IIS from another...
0
by: Berger | last post by:
Hello I have a C# webservice which calls c# class dll´s using reflection. One class should produce pdf reports. All works fine. Now I have read that in the web.config the compilation debug...
0
by: =?Utf-8?B?QWRhbUM=?= | last post by:
Hi, I'm wondering if you can help. We have a classic asp application that creates and posts some XML using the SOAP format to a .NET WebService. The WebService and the asp are on the same IIS...
0
by: =?Utf-8?B?VmlsaGVsbQ==?= | last post by:
Using .NET 2.0 and VS2005, I am trying to make a simple WebService application and an installer for it. I want to distribute the installer to several customers, so the installation should run as...
11
by: John Sheppard | last post by:
Hello there, I am running a webservice on IIS6, sometimes it runs at a reasonable speed, sometimes it runs painfully slow and sometimes inbetween. The application that consumes the service is...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.