I have a class library project for .NET 3.5 created using Visual Studio 2008.
If I try to perform an NGEN kernel assembly in this solution file, NGEN will never end, or at least not at the time I was worried that it would start (for example, overnight).
Has anyone else experienced this? And if so, did you decide that? And if so, how? What steps have you taken?
If this is an error in NGEN, how to send a message to Microsoft? I have a connect account, but where I post the error report for this particular product, not the .NET class (which I know where to go.)
The corresponding class library can be found here:
Problem assembly - LVK.Core assembly.
Update : NGEN for .NET 4.0 is complete, but it took almost 15 minutes to do this:
time /t 12:44:39 ngen install lvk.core.dll Microsoft (R) CLR Native Image Generator - Version 4.0.30319.1 Copyright (c) Microsoft Corporation. All rights reserved. Installing assembly C:\Dev\VS.NET\LVK\LVK.Core\bin\x86\Debug\lvk.core.dll Compiling assembly C:\Dev\VS.NET\LVK\LVK.Core\bin\x86\Debug\lvk.core.dll (CLR v2.0.50727) ... LVK.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=8dbb1dd9b1276c0a <debug> time /t 12:59:24
Update # 2: A problem has been created in Microsoft Connect .
source share