reference dll not copying to bin with deployment project causing error
Posted
by g.foley
on Stack Overflow
See other posts from Stack Overflow
or by g.foley
Published on 2010-06-01T02:39:26Z
Indexed on
2010/06/01
2:43 UTC
Read the original article
Hit count: 275
web-deployment-project
|VS2010
We have several external dlls being referenced in our Web Application Project. We have a deployment project for installing on the hosting servers. When we were using .net 3.5 and vs2008 the dll were being copied to the bin folder. Since we have upgraded to .net 4 vs2010 this no longer happens and we are getting servers errors since the references cannot be found.
CopyLocal is set to true, and i cannot find anything inside the web.config which suggest this is being set else where.
© Stack Overflow or respective owner