|
-
Nov 14th, 2001, 03:52 PM
#1
Thread Starter
Lively Member
.NET RunTimes
Is their such a thing as .NET runtimes or do I have to install the entire 127 meg framework to run an application on another workstation?
-
Nov 15th, 2001, 04:27 AM
#2
To run an application on an other workstation you'll need the CLR (Common Languge Runtime) not the complete framework.
-
Nov 15th, 2001, 06:04 AM
#3
Member
they would be supplied with the ide 
u can usually compile to native code so yeah, u havn't got any worries
______________________________
goto www.gaminghc.com very soon
-
Nov 15th, 2001, 07:33 AM
#4
Thread Starter
Lively Member
Ok, my next question is how or where do I find the Common Language Runtimes? Looked in MSDN and in the IDE directories and could not find it.
-
Nov 15th, 2001, 10:44 AM
#5
Originally posted by 3mpty
they would be supplied with the ide 
u can usually compile to native code so yeah, u havn't got any worries
You can't compile a VB.Net application to native code. This is done with a JIT compiler the first time the application runs or you might do the JIT compilation when you install the application.
"Supplied with the IDE" - yes but you wouldn't require the users to get a copy of Visual Studio.Net just to run an application you've developed.
-
Nov 15th, 2001, 10:45 AM
#6
Originally posted by VB-Mike
Ok, my next question is how or where do I find the Common Language Runtimes? Looked in MSDN and in the IDE directories and could not find it.
It isn't available for download yet, since VS.Net haven't been released.
It will be available sometime in December and MS will also provide it in various Service Packs to come...
Best regards
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|