Home All Groups Group Topic Archive Search About

ASP.NET project and Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET

Author
25 Apr 2005 2:20 AM
Amelyan
VisualStudio is trying to copy older version of Company.Interface.dll into
runtime directory from
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\  and I
get this warning.


Warning: The dependency 'Company.Interface, Version=1.0.1940.30685,
Culture=neutral' in project 'MyWebApplication' cannot be copied to the run
directory because it would overwrite the reference 'Company.Interface,
Version=1.0.1940.31541, Culture=neutral'.


Why is it trying to do so?


Thanks,
Amelyan

Author
25 Apr 2005 4:47 AM
Gabriel Lozano-Morán
It seems like you referenced two different versions to the Company Interface
dll (1.0.1940.30685 and 1.0.1940.31541) in your project. Remove all the
references in your project to this dll and readd the reference to the
correct version. If you really need the two versions use subfolders to place
them in.

Gabriel Lozano-Morán

Show quoteHide quote
"Amelyan" <bamel***@wi.rr.com> wrote in message
news:u63xn1TSFHA.3988@tk2msftngp13.phx.gbl...
> VisualStudio is trying to copy older version of Company.Interface.dll into
> runtime directory from
> C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\  and
> I get this warning.
>
>
> Warning: The dependency 'Company.Interface, Version=1.0.1940.30685,
> Culture=neutral' in project 'MyWebApplication' cannot be copied to the run
> directory because it would overwrite the reference 'Company.Interface,
> Version=1.0.1940.31541, Culture=neutral'.
>
>
> Why is it trying to do so?
>
>
> Thanks,
> Amelyan
>
Author
25 Apr 2005 2:23 PM
Amelyan
Gabriel Lozano-Morán,

Thank you for your explanation.  However, this is not the case.

Amelyan

Show quoteHide quote
"Gabriel Lozano-Morán" <gabriel.lozano@no-spam.com> wrote in message
news:u%23h46GVSFHA.3296@TK2MSFTNGP15.phx.gbl...
> It seems like you referenced two different versions to the Company
> Interface dll (1.0.1940.30685 and 1.0.1940.31541) in your project. Remove
> all the references in your project to this dll and readd the reference to
> the correct version. If you really need the two versions use subfolders to
> place them in.
>
> Gabriel Lozano-Morán
>
> "Amelyan" <bamel***@wi.rr.com> wrote in message
> news:u63xn1TSFHA.3988@tk2msftngp13.phx.gbl...
>> VisualStudio is trying to copy older version of Company.Interface.dll
>> into runtime directory from
>> C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\
>> and I get this warning.
>>
>>
>> Warning: The dependency 'Company.Interface, Version=1.0.1940.30685,
>> Culture=neutral' in project 'MyWebApplication' cannot be copied to the
>> run directory because it would overwrite the reference
>> 'Company.Interface, Version=1.0.1940.31541, Culture=neutral'.
>>
>>
>> Why is it trying to do so?
>>
>>
>> Thanks,
>> Amelyan
>>
>
>