M
Mark Olbert
I'm running into some oddball behavior that I hope is not by design.
When I add a reference (via Add Reference) to the bin folder, some, but not all, of the assemblies referenced by the assembly I'm
adding are also added. Example:
Support.dll depends on Splash.dll, DesignTime.dll, License.dll and LicenseDesignTime.dll. Adding a reference to Support.dll brings
in Splash, License and LicenseDesignTime.
I don't want Splash brought in, although I do need License and LicenseDesignTime. If I delete Splash, it gets re-added on the next
compile.
Why is VS2005 adding some but not all of the subsidiary references?
- Mark
When I add a reference (via Add Reference) to the bin folder, some, but not all, of the assemblies referenced by the assembly I'm
adding are also added. Example:
Support.dll depends on Splash.dll, DesignTime.dll, License.dll and LicenseDesignTime.dll. Adding a reference to Support.dll brings
in Splash, License and LicenseDesignTime.
I don't want Splash brought in, although I do need License and LicenseDesignTime. If I delete Splash, it gets re-added on the next
compile.
Why is VS2005 adding some but not all of the subsidiary references?
- Mark