M
Matthew Kane
I created a VC++ ASP.NET web service project that references several C#
library projects in the same solution.
1. How can I get rid of the warnings that it won't import types from the
assemblies that are under the bin trees because it has already imported them
from the assemblies under the obj trees?
2. How do I get vcdeploy to copy the referenced assemblies to the bin
directory of the website? I added $(References) to the "Additional Files"
under web deployment, but this has two problems:
a. It gives me a warning about not copying the referenced .NET assemblies.
b. It copies the other assemblies to the virtual root and not the bin
subdirectory.
I can live with the warnings (though it does screw up any "no warning"
policy we would try to implement) but if the references don't get deployed to
the bin directory, the web service won't work.
library projects in the same solution.
1. How can I get rid of the warnings that it won't import types from the
assemblies that are under the bin trees because it has already imported them
from the assemblies under the obj trees?
2. How do I get vcdeploy to copy the referenced assemblies to the bin
directory of the website? I added $(References) to the "Additional Files"
under web deployment, but this has two problems:
a. It gives me a warning about not copying the referenced .NET assemblies.
b. It copies the other assemblies to the virtual root and not the bin
subdirectory.
I can live with the warnings (though it does screw up any "no warning"
policy we would try to implement) but if the references don't get deployed to
the bin directory, the web service won't work.