Re: Path to Class Library

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Simon Harris (too-much-spam_at_makes-you-fat.com)
Date: 12/24/04


Date: Fri, 24 Dec 2004 01:36:58 -0000

Thanks Bruce - Do I have to do this for each webservice/project? I was
hoping there would be a way of only storing the DLL once on the server???

"bruce barker" <nospam_brubar@safeco.com> wrote in message
news:egXyCEV6EHA.3616@TK2MSFTNGP11.phx.gbl...
> 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

  • Re: ctrl+c and ctrrl+v doesnt work in Modeless dialog creat inside mfc
    ... dialog (after using LoadAccelerators and storing this handle). ... I am creating an mfc dll thats ... I want to handle ctrl+c and Ctrl+v in the modeless dialog in dll ... i can able to get ctrl+a function working ...
    (microsoft.public.vc.mfc)
  • Using Enterprise Libary 2.0 from a DLL ?
    ... the Configuration and Logging Application blocks, ... DLL and I don't know if the applications that will reference my DLL are ... The features of the Enterprise Library look great. ... to use them from a DLL without storing the metadata into App.Config? ...
    (microsoft.public.dotnet.framework)