Re: Adding key makes solution compile very slow

From: Robert Hurlbut (robert_at_nospam.securedevelop.net)
Date: 11/22/04


Date: Mon, 22 Nov 2004 14:24:03 -0500

I am assuming that you mean you are now using pre- and post-build events to
unregister and remove the components from the GAC and add them back to the
GAC and reregister? If you are doing that, unfortunately, there is no way
around the timing issues as it does take time for each component to go
through those steps. Can you give a little more information about the steps
you are taking?

Robert Hurlbut
http://www.securedevelop.net
http://weblogs.asp.net/rhurlbut

"Mark" <Mark@discussions.microsoft.com> wrote in message
news:81F6C5EF-B09D-48E9-ABE0-06F7E235ABB3@microsoft.com...
> Hello,
> I am adding a strong name to my assemblies in order to work with
> Enterprise
> Services' Transactions.
> When I add the strong name (with sn.exe -k), my compile time for a Rebuild
> goes from 15 seconds to 3 minutes. This is for 1 solution with 11
> projects.
>
> Does anyone know if this is normal, or if there's an option to make it go
> quicker?
>
> Thanks,
> Mark



Relevant Pages