Click here to Skip to main content
15,909,437 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Derived PictureBox and OnKeyPress Events Pin
Luc Pattyn16-Apr-09 13:26
sitebuilderLuc Pattyn16-Apr-09 13:26 
QuestionNGen Questions #1install assembly while it is running - #2 recognize invalid native assemblies Pin
dyonik16-Apr-09 3:39
dyonik16-Apr-09 3:39 
AnswerRe: NGen Questions #1install assembly while it is running - #2 recognize invalid native assemblies Pin
Dave Kreskowiak16-Apr-09 4:27
mveDave Kreskowiak16-Apr-09 4:27 
GeneralRe: NGen Questions #1install assembly while it is running - #2 recognize invalid native assemblies Pin
dyonik16-Apr-09 4:42
dyonik16-Apr-09 4:42 
GeneralRe: NGen Questions #1install assembly while it is running - #2 recognize invalid native assemblies Pin
led mike16-Apr-09 5:40
led mike16-Apr-09 5:40 
GeneralRe: NGen Questions #1install assembly while it is running - #2 recognize invalid native assemblies Pin
Dave Kreskowiak16-Apr-09 6:36
mveDave Kreskowiak16-Apr-09 6:36 
QuestionRe: NGen Questions #1install assembly while it is running - #2 recognize invalid native assemblies Pin
led mike16-Apr-09 10:13
led mike16-Apr-09 10:13 
AnswerRe: NGen Questions #1install assembly while it is running - #2 recognize invalid native assemblies Pin
Dave Kreskowiak16-Apr-09 10:31
mveDave Kreskowiak16-Apr-09 10:31 
led mike wrote:
If those dependencies change, it invalidates the code in the native image and the runtime will fail to use the native image, instead reverting to JIT compilation.


Which, a little further down the road, replaces the bad native image with the new one, after the JIT does it's job, of course. He's trying to pre-JIT to native to avoid the delay that happens the first time the JIT has to compile new code.

In his updater .EXE, he can download a new installer and run that, which should be coded to replace the old application and NGEN new images. Other than that, all he has to do to accomplish approximately the same thing is launch the new .EXE and the JIT will compile the parts it needs on the fly, updating the native cache as it goes.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: NGen Questions #1install assembly while it is running - #2 recognize invalid native assemblies Pin
led mike16-Apr-09 11:39
led mike16-Apr-09 11:39 
GeneralRe: NGen Questions #1install assembly while it is running - #2 recognize invalid native assemblies Pin
dyonik16-Apr-09 22:30
dyonik16-Apr-09 22:30 
GeneralRe: NGen Questions #1install assembly while it is running - #2 recognize invalid native assemblies Pin
dyonik16-Apr-09 22:28
dyonik16-Apr-09 22:28 
QuestionHow to get the DateTime Format String from a string that represents a datetime value? Pin
JW73816-Apr-09 3:10
JW73816-Apr-09 3:10 
AnswerRe: How to get the DateTime Format String from a string that represents a datetime value? Pin
Dave Kreskowiak16-Apr-09 4:23
mveDave Kreskowiak16-Apr-09 4:23 
GeneralRe: How to get the DateTime Format String from a string that represents a datetime value? Pin
JW73816-Apr-09 5:02
JW73816-Apr-09 5:02 
GeneralRe: How to get the DateTime Format String from a string that represents a datetime value? Pin
Dave Kreskowiak16-Apr-09 6:38
mveDave Kreskowiak16-Apr-09 6:38 
AnswerRe: How to get the DateTime Format String from a string that represents a datetime value? Pin
Luc Pattyn16-Apr-09 6:18
sitebuilderLuc Pattyn16-Apr-09 6:18 
QuestionWindows Setup Project - Copying DLL' and Exe in separate folders Pin
wasifahmad16-Apr-09 2:42
wasifahmad16-Apr-09 2:42 
AnswerRe: Windows Setup Project - Copying DLL' and Exe in separate folders Pin
Dave Kreskowiak16-Apr-09 4:20
mveDave Kreskowiak16-Apr-09 4:20 
AnswerRe: Windows Setup Project - Copying DLL' and Exe in separate folders Pin
wasifahmad17-Apr-09 1:10
wasifahmad17-Apr-09 1:10 
Questioncapture image Pin
p_m_kanthi15-Apr-09 22:58
p_m_kanthi15-Apr-09 22:58 
AnswerRe: capture image Pin
Dave Kreskowiak16-Apr-09 4:18
mveDave Kreskowiak16-Apr-09 4:18 
AnswerRe: capture image Pin
0x3c016-Apr-09 5:06
0x3c016-Apr-09 5:06 
Questionsetup Pin
p_m_kanthi15-Apr-09 22:56
p_m_kanthi15-Apr-09 22:56 
AnswerRe: setup Pin
Dave Kreskowiak16-Apr-09 4:16
mveDave Kreskowiak16-Apr-09 4:16 
Questionabout ms-word Pin
p_m_kanthi15-Apr-09 22:54
p_m_kanthi15-Apr-09 22:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.