Thursday, March 22, 2012

Web Deployment Project Stubbornly Deploying System.Data.dll

Can someone explain to me why one of my Web Deployment Projects keeps insisting on copying System.Data.dll to the application's bin
directory? None of my other deployment projects do that. I can't find any unusual dependencies for System.Data.dll (i.e., the
offending site just has typical data bound stuff in it).

- MarkIf something you reference references data.dll it will be copied across.

"Mark Olbert" <ChairmanMAO@.newsgroups.nospamwrote in message
news:ag7bu218oued3jthqae7pkiu3gkmiecd66@.4ax.com...

Quote:

Originally Posted by

Can someone explain to me why one of my Web Deployment Projects keeps
insisting on copying System.Data.dll to the application's bin
directory? None of my other deployment projects do that. I can't find any
unusual dependencies for System.Data.dll (i.e., the
offending site just has typical data bound stuff in it).
>
- Mark


I realize that...by, as I said, >>I'm<< not referencing it anywhere. Obviously the framework is, but that shouldn't force it to be
deployed.

- Mark
I've resolved this problem.

- Mark

0 comments:

Post a Comment