AssemblyKeyFile Attribute

  • Thread starter Thread starter Ram
  • Start date Start date
R

Ram

Hey,
Whenever I add the "AssemblyKeyFile" attribute to a ClassLibrary project I
created on my Win XP computer, the "Rebuild" take almost a minute!
When I mark that line, the rebuild time is merely a second!

The same project with Win 2000 computer works perfectly well - with or
without this attribute!

Thanks ahead,

--Ram
 
Ram said:
Hey,
Whenever I add the "AssemblyKeyFile" attribute to a ClassLibrary project I
created on my Win XP computer, the "Rebuild" take almost a minute!
When I mark that line, the rebuild time is merely a second!

The AssemblyKeyFile attribute specifies the name of a file containing
the key pair used to generate a strong name. The extra time might be the
time taken to sign the assembly, although a minute is very long.

Anders Norås
http://dotnetjunkies.com/weblog/anoras/
 
Back
Top