Results 1 to 5 of 5

Thread: Reference Assembly stored somewhere else

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2005
    Posts
    61

    Reference Assembly stored somewhere else

    The company I am working for as a shared assembly that they do not want to install in the GAC and do not want to copy it local when they add a reference to the assembly in their apps. So when running the app I obviously get an error the assembly can not be found. So my question is how can I have the app look in the shared location for the assembly?
    Last edited by dreamr; Dec 5th, 2005 at 11:14 AM.

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Reference Assebly store somewhere else

    add a reference to the DLL and set the copy local property of it to false

  3. #3

    Thread Starter
    Member
    Join Date
    Jun 2005
    Posts
    61

    Re: Reference Assebly store somewhere else

    did that and that does not work.

  4. #4
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Reference Assembly stored somewhere else

    is it a .net reference? or is it COM?

  5. #5

    Thread Starter
    Member
    Join Date
    Jun 2005
    Posts
    61

    Re: Reference Assembly stored somewhere else

    .NET reference.

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