N
n33470
We're starting to migrate all of our VS2003 projects to VS2005. We
create strong names for all of our assemblies using the assemblyInfo.cs
attributes for AssemblyKeyName. Here are the relevant attributes, as
an example:
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
[assembly: AssemblyKeyName("jjkaDmsStrongNameKey")]
When I compile these project inside of VS2005, I get the following
compiler warning:
"C:\dmdotcom\Solution\Components\KDS\XFER\Properties\AssemblyInfo.cs(62,12):
warning CS1699: Use command line option '/keycontainer' or appropriate
project settings instead of 'AssemblyKeyName'
"
What screen in the VS IDE do I need to go to configure the CSP key to
use for strong naming? I've looked at the property page for the
project, and under the "Signing" tab there is only a place to configure
a strong name key file, rather than using a preloaded CSP key.
Any ideas?
--steve
create strong names for all of our assemblies using the assemblyInfo.cs
attributes for AssemblyKeyName. Here are the relevant attributes, as
an example:
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
[assembly: AssemblyKeyName("jjkaDmsStrongNameKey")]
When I compile these project inside of VS2005, I get the following
compiler warning:
"C:\dmdotcom\Solution\Components\KDS\XFER\Properties\AssemblyInfo.cs(62,12):
warning CS1699: Use command line option '/keycontainer' or appropriate
project settings instead of 'AssemblyKeyName'
"
What screen in the VS IDE do I need to go to configure the CSP key to
use for strong naming? I've looked at the property page for the
project, and under the "Signing" tab there is only a place to configure
a strong name key file, rather than using a preloaded CSP key.
Any ideas?
--steve