| Author |
Web Deployment Project Stubbornly Deploying System.Data.dll
|
|
| Mark Olbert 2007-02-28, 7:09 pm |
| 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
| |
|
| If something you reference references data.dll it will be copied across.
"Mark Olbert" <ChairmanMAO@newsgroups.nospam> wrote in message
news:ag7bu218oued3jthqae7pkiu3gkmiecd66@
4ax.com...
> 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
| |
| Mark Olbert 2007-02-28, 7:09 pm |
| 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
| |
| Mark Olbert 2007-02-28, 7:10 pm |
| I've resolved this problem.
- Mark
|
|
|
|