Hello,

we have a solution with about 10 single projects included in VS .NET
using C#. There are a lot of links to refered dlls. For every
developer in our company these settings must be done again, because
the links vanish with error or link the wrong dll at startup (for
example debug/release version, wrong path). Sometimes the links
getting wrong during develop phase.

VS seems to load the first dll version that can be found, but I can
see no rule in this behavior. What are the rules?
What is the right way to inlcude these links in PPC projects?
(Not with GAC, because we are developing a single program)


greetings

Roland Hochmann

Re: Another case of "dllhell" by Alex

Alex
Wed Mar 09 12:27:07 CST 2005

Use project references instead of file references for all referenced
components that are yours.

--
Alex Feinman
---
Visit http://www.opennetcf.org
"Roland Hochmann" <r.hochmann@mairdumont.com> wrote in message
news:422eb8b3.1567515@news.microsoft.com...
> Hello,
>
> we have a solution with about 10 single projects included in VS .NET
> using C#. There are a lot of links to refered dlls. For every
> developer in our company these settings must be done again, because
> the links vanish with error or link the wrong dll at startup (for
> example debug/release version, wrong path). Sometimes the links
> getting wrong during develop phase.
>
> VS seems to load the first dll version that can be found, but I can
> see no rule in this behavior. What are the rules?
> What is the right way to inlcude these links in PPC projects?
> (Not with GAC, because we are developing a single program)
>
>
> greetings
>
> Roland Hochmann


Re: Another case of "dllhell" by r

r
Thu Mar 10 10:52:01 CST 2005

Hello Alex,

Thanks for help.
I wil try this out.





On Wed, 9 Mar 2005 10:27:07 -0800, "Alex Feinman [MVP]"
<public_news@alexfeinman.com> wrote:

>Use project references instead of file references for all referenced
>components that are yours.
>
>--
>Alex Feinman
>---
>Visit http://www.opennetcf.org
>"Roland Hochmann" <r.hochmann@mairdumont.com> wrote in message
>news:422eb8b3.1567515@news.microsoft.com...
>> Hello,
>>
>> we have a solution with about 10 single projects included in VS .NET
>> using C#. There are a lot of links to refered dlls. For every
>> developer in our company these settings must be done again, because
>> the links vanish with error or link the wrong dll at startup (for
>> example debug/release version, wrong path). Sometimes the links
>> getting wrong during develop phase.
>>
>> VS seems to load the first dll version that can be found, but I can
>> see no rule in this behavior. What are the rules?
>> What is the right way to inlcude these links in PPC projects?
>> (Not with GAC, because we are developing a single program)
>>
>>
>> greetings
>>
>> Roland Hochmann
>