Re: Path to Class Library

From: bruce barker (nospam_brubar_at_safeco.com)
Date: 12/24/04


Date: Thu, 23 Dec 2004 16:39:20 -0800

copy the dll (and all dll's it references) to the bin folder of the
webservice

"Simon Harris" <too-much-spam@makes-you-fat.com> wrote in message
news:eBsP%23tU6EHA.2600@TK2MSFTNGP09.phx.gbl...
| Hi All,
|
| I've recently created a web service, which uses code within a class
library
| I created.
|
| In my development environment, I have referenced the class library - This
| works fine.
|
| Problem is, now I am ready to go live, I dont have access to the file
system
| of the web server (Just FTP access)
|
| So...how do I deploy to the live server, whilst maintaining the link to my
| shared code libraray DLL?
|
| Thanks,
| Simon.
|
| PS: Using Visual Studio.Net 2003.
|
|



Relevant Pages

  • Custom classes with web services
    ... I also have a Windows app that will reference a couple of web services. ... Each web service references the .dll to get the user class. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Deploy All Dependent Files
    ... To learn why Publish isn't getting all the second-level references would require study of the MSBUILD output, and I doubt I'll have enough time this week. ... Look in the output from the build of your web service project for calls to your VB project and see if you can see a step being skipped, or some other reason why not all of the references are gathered or copied. ... Web Service Application - I understand that references in this project will populate, but I have another project in the same solution, which is a set of VB.Net classes (so another project, another DLL, but in the same solution). ... "John Saunders" wrote in message ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Dynamic web reference in a DLL
    ... I have a class library (DLL) that references a web service. ... John Saunders | MVP - Windows Server System - Connected System Developer ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Implement Interface and Cast to Web Service?
    ... The default .asmx implements the Interface. ... I have a WinForms client that also includes the Interface .dll in it's ... compiler references. ... the URI of the web service so it can be put in a config file. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Internal access modifier is not working the way I thought it would.
    ... that DLL as a reference and use that class / method / field / etc. ... The programmers I'm referring to, I have never met, ... there is no way to include the web service in the DLL that I want to ... within the AccessUtils web service. ...
    (microsoft.public.dotnet.languages.csharp)