VB.NET and VB6?

A

al

Hi,

2 Q's:

-ith the introduction of .NET Framework, Is it suppsed for
applications take shorter or longer time to load and excute than VB6?

MTIA,
Grawsha
 
H

Herfried K. Wagner [MVP]

* (e-mail address removed) (al) scripsit:
2 Q's:

-ith the introduction of .NET Framework, Is it suppsed for
applications take shorter or longer time to load and excute than VB6?

Applications will take longer time to load because the MSIL code must be
JITted to native code. In general, .NET applications are very fast.
You can use "ngen.exe" (included in the .NET framework) to create a
native image of your MSIL application image on the destination computer
to reduce startup time.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top