Thanks for the replies guys.
I was talking to a friend yesterday who recommened this setup:
/root/bin <-- Store all 'common' libraries here
/root/appname/bin <-- Store app specific libraries here
I'm yet to try this, if it does work, then great! Only 1 copy of the common
code library to manage! Other wise, I'll look into using the GAC.
Best Regards,
Simon.
[quoted text, click to view] "Peter Rilling" <peter@nospam.rilling.net> wrote in message
news:uFpYsRZ6EHA.2540@TK2MSFTNGP09.phx.gbl...
> That is the easiest. The other would be to install the assembly in the
> GAC.
>
> When you reference an assembly in VS.NET, the IDE actually make a copy of
> the assembly and places it in the bin folder. If you look at all your
> webservice that are local, you should have a copy of your assembly in
> each.
> This is just how things work and may require some configuration management
> on your part to ensure that the versions do not get out of synch.
>
> "Simon Harris" <too-much-spam@makes-you-fat.com> wrote in message
> news:OYo0RkV6EHA.260@TK2MSFTNGP10.phx.gbl...
>> 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.
>> > |
>> > |
>> >
>> >
>>
>>
>
>