One help is to verify that you either have a AssemblyInfo file in each
of your projects, or are setting the Assembly: AssemblyVersionAttribute
somewhere in your project. Verify that your version is NOT the default
1.0.*.*, which is incorrect. Set the version manually (i.e., 1.0.0.0),
and increment it in your final build process. I've found that this tends
to clear up many, if not all, cross-solution locking problems.

John

> -----Original Message-----
> From: The DOTNET list will be retired 7/1/02
> [mailto:[EMAIL PROTECTED]] On Behalf Of Alex Henderson
> Sent: Thursday, June 06, 2002 8:00 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [DOTNET] VS.Net "Copy Local" feature
>
>
> I had a similar issue a few days ago... I'd love to know what
> triggers this off... I assume other DLL's referencing that
> DLL hold outdated version info?? ... Hard to say really...
> can anyone enlighten us?
>
> -----Original Message-----
> From: Allen Aune [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 06, 2002 9:48 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [DOTNET] VS.Net "Copy Local" feature
>
> Try shutting down the IDE and deleting the bin and obj
> directory trees underneath you project directories.  Then
> rebuid the solution.  If it still doesn't compile, delete
> everything again and then build the solution project by
> project in the "project build order" of the solution.
>
> Hope this helps.
> Allen
>
> -----Original Message-----
> From: Loc Nguyen [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 05, 2002 2:44 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [DOTNET] VS.Net "Copy Local" feature
>
>
> Please, anyone?  VS.Net assembly is infuriating us, here.
> The following is a sample error,
>
> Error: The dependency 'IDBAdapter, Version=1.0.886.27588,
> Culture=neutral' in project 'FormTrack' cannot be copied to
> the run directory because it would conflict with dependency
> 'IDBAdapter, Version=1.0.886.26841, Culture=neutral'.
> Error: The dependency 'IDBAdapter, Version=1.0.886.26841,
> Culture=neutral' in project 'FormTrack' cannot be copied to
> the run directory because it would conflict with dependency
> 'IDBAdapter, Version=1.0.886.27588, Culture=neutral'.
>
> Do you see this?  What the hell is VS.Net doing?  Where is
> this circular thing coming from?  There is only one copy of
> the DLL in my entire system (version 1.0.866.26841).  Where
> is version 1.0.866.27588 coming from?  I did a grep of the
> entire project tree for this version string, it's not there!
> I shutdown all instance of the IDE and restarted one, and
> this error is still there.  What am I doing wrong?  BTW, I
> have multiple solutions, each have multiple projects.
>
> -Loc
>
> You can read messages from the DOTNET archive, unsubscribe
> from DOTNET, or subscribe to other DevelopMentor lists at
> http://discuss.develop.com.
>
> You can read messages from the
> DOTNET archive, unsubscribe from DOTNET, or subscribe to
> other DevelopMentor lists at http://discuss.develop.com.
>
> You can read messages from the DOTNET archive, unsubscribe
> from DOTNET, or subscribe to other DevelopMentor lists at
> http://discuss.develop.com.
>

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to