|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET project and Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NETVisualStudio 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 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 > 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 >> > >
Datalist and LoadTemplate
dynamic textbox empty string DropDownList with default values Weird "defined in multiple places" error Referencing to .ascx How do I set the value of a checkbox on my repeater control? Gridview OnPageIndexChanging not firing in beta 2 Losing selectedIndex on Control inherted from ListBox during postback Enabled / Disabled my control textbox onfocus event |
|||||||||||||||||||||||