Hi,
Here's the problem I'm having... maybe there's a workaround....
I'm in charge of generating the LLBLGen adapter projects for our company.
Other developers use the generated projects (by grabbing a copy from source control management).
Each developer may map the SCM dir (where we have a copy of the LLBLGen dll's) to different local dirs.
So, if I change the registry to something like:
C:\data\code\Common\Trunk\bin
then that's what the references in the generated projects use. Problem is that that path may not exist on the other developer's machines... They might have the SCM dir (where the LLBLGen dll's are) pointed at a completely different local path.
Am I missing something? It seems like this would be a common problem for any team environment.
TIA,
Jack