CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Apr 2001
    Location
    Las Vegas
    Posts
    539

    How 2 change /bin dir or use an "assembly cache location" ???

    Hello all,

    How can I change the place of the .DLL file
    (currently on MyApplication\Bin)

    I read there is a way to use one dir for all DLLs
    on http://samples.gotdotnet.com/quickst...eployment.aspx
    (Resolving Class References to Assemblies)

    But how 2 implement this ???

    My test app is: http://localhost/NETTest1
    and it has a sub dir (bin) with the DLL in it,

    What should I do if I want to run
    http://localhost/NETTest1
    http://localhost/NETTest2
    http://localhost/NETTest3

    And have ALL DLLs in some other dir
    (http://localhost/MyScripts)
    http://localhost/MyScripts/NETTest1.DLL
    http://localhost/MyScripts/NETTest2.DLL
    http://localhost/MyScripts/NETTest3.DLL


    I'm new with .NET stuff
    is there hope 4 me ?
    Last edited by Yovav; February 22nd, 2003 at 06:29 PM.
    Best Regards - Yovav

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured