I
id10t error
I know this is not really a development problem but why do you have to
install the .net framework to run a vb.net program?
install the .net framework to run a vb.net program?
I know this is not really a development problem but why do you have to
install the .net framework to run a vb.net program?
id10t error said:I know this is not really a development problem but why do you have
to install the .net framework to run a vb.net program?
Because VB.NET programs rely on the framework.
I know that much. Is there a techinical way. I am working on a project
and I have to explain to a group of no computer users why I need to
install the framework. and becuuse VB.NET programs rely on the
framework will not work.
I know this is not really a development problem but why do you have to
install the .net framework to run a vb.net program?
Armin Zingler said:Because even the type Integer is defined in the Framework.
Or because the Framework does the just-in-time compilation (JIT).
Or because the Framework is responsible for memory management including
garbage collection.
Overview:
http://msdn2.microsoft.com/en-us/library/a4t23ktk.aspx
(and sub topics)
Herfried K. Wagner said:This doesn't answer the follow-up question why the .NET Framework isn't
part of each version of Windows ;-).
id10t said:I know that much. Is there a techinical way. I am working on a project
and I have to explain to a group of no computer users why I need to
install the framework. and because VB.NET programs rely on the
framework will not work.
This doesn't answer the follow-up question why the .NET Framework
isn't part of each version of Windows ;-).