|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Web Service Problem - VS2005
I am new to web services. I wrote a simple (I thought) ASP.Net web service
exposing a couple methods. It seems to work so long as I don't try and access my .NET C++ class library from the web service. As soon as I reference my class library from my web service method, my web client can no longer call the web service method (I receive a System.Web.Services.Protocols.SoapException: ... System.IO.FileNotFoundException: error identifying dependency problems with the class library). It sounds like my web service cannot access my class library at runtime. Is there any problem doing this sort of thing? How do I tell my web service how to access my class library (I've added the reference to the class library)? MC-Advantica wrote:
> I am new to web services. I wrote a simple (I thought) ASP.Net web There was no way for you to know it (except maybe by browsing throughsome of the previous questions before posting yours - always a recommended practice), but this is a classic asp newsgroup. ASP.Net is a different technology from classic ASP. While you may be lucky enough to find a dotnet-savvy person here who can answer your question, you can eliminate the luck factor by posting your question to a newsgroup where the dotnet-savvy people hang out. I suggest microsoft.public.dotnet.framework.aspnet. There are also forums at www.asp.net where you can find a lot of people to help you. -- Microsoft MVP -- ASP/ASP.NET Please reply to the newsgroup. The email account listed in my From header is my spam trap, so I don't check it very often. You will get a quicker response by posting to the newsgroup. |
|||||||||||||||||||||||