Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
The sad thing is that we don't reference them, but the Microsoft.SqlServer.Smo.dll that we reference does reference them, so, the dependency tree grabs them all. The only way that I can think of to not deploy the DLLs would be to either use the aspnet_compiler to compile the application to the location that you want (to the network share, not through FrontPage extensions), or to use a batch file in the after build event that will remove the DLLs from location after it is published.
|