Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > How to manage DLL references in a web service ?

Reply
Thread Tools

How to manage DLL references in a web service ?

 
 
mais
Guest
Posts: n/a
 
      02-27-2007
Hi!
I've a big question ...
I wrote a web service method which reference a C++.net class library. This
class library also reference other C (Visual Studio 6.0) class library.
Normally all works fine but when I try to use the C++.net class library in a
web service running under IIS (putting all DLLs in the "bin" folder of the
website) IE tells me that the C libraries couldn't be found. IIS find these
DLLs jujst putting them in Windows/System32 returning in this case an "Access
denied" error.
Note that if I try to run the web service in debug mode the method works
PERFECTLY, finding the DLLs in the "bin" folder...
Someone can tell me how I can tell IIS to search the C libraries in the
"bin" folder ????

Thanks !

Luca
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
InvocationTargetException when calling "new Service()" in Axis web service to call another web service Michael Averstegge Java 0 01-10-2006 11:05 PM
Difference between bin and obj directories and difference between project references and dll references jakk ASP .Net 4 03-22-2005 09:23 PM
Web Service Clients without Web References Doug Holland ASP .Net Web Services 4 11-24-2004 12:11 AM
msvcrt.dll, msvcirt.dll, msvcrt20.dll and msvcrt40.dll, explanation please! Snoopy NZ Computing 16 08-25-2003 12:34 PM



Advertisments
 



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