Changing Referenced Location of LLBL dlls

Posts   
 
    
Posts: 1
Joined: 30-Jun-2006
# Posted on: 30-Jun-2006 21:36:14   

Is it possible to have the LLBL generated projects reference the LLBL support dlls from a user specified location?

We're building our solutions on a continuous integration server, which shouldn't need LLBL installed.

So I'd like the generated projects to reference the dlls:

SD.LLBLGen.Pro.DQE.SqlServer.NET11.dll SD.LLBLGen.Pro.ORMSupportClasses.NET11.dll

from a solution dependencies folder. The directory structure looks like:

\Solution \App Project \Data Access Project \Dependencies \LLBL \NUnit

Thanks Chris.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39928
Joined: 17-Aug-2003
# Posted on: 01-Jul-2006 08:33:41   

You can put the runtime libs wherever you want, for example in a folder local to your project. Then reference the dlls from there manually in VS.NET. simple_smile

Frans Bouma | Lead developer LLBLGen Pro