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

A

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
 
G

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
 
A

Amelyan

Gabriel Lozano-Morán,

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

Amelyan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top