Results 1 to 2 of 2

Thread: Could not load file or assembly

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    Could not load file or assembly

    I'm trying to create libraries here for use within another application. One of my libraries uses a common library, which I developed, and is added into the project references in my other library.

    I've copied both dll's to the application folder but when I try to execute the function, I get an except that it is unable to find file or assembly relating to my common library.

    My common library is referenced from this other library of mine so I know that this library is loading fine but cannot find the common library.

    looking more in depth it seems like a versioning issue. How can I resolve these versioning issues as my common library may have newer versions but want my other libraries to use the assembly regardless of the common library version

    any ideas?

    MVP 2007-2010 any chance of a regain?
    Professional Software Developer and Infrastructure Engineer.

  2. #2
    Code Monkey wild_bill's Avatar
    Join Date
    Mar 2005
    Location
    Montana
    Posts
    2,993

    Re: Could not load file or assembly

    Add the directory where you've dropped the common file(s) to your references path, under your projects properties.
    Attached Images Attached Images  

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