iNET Interactive - Online Advertising Agency
          
Go Back  Xtreme .NET Talk > .NET > Deployment > .net framework


Reply
 
Thread Tools Display Modes
  #1  
Old 10-31-2002, 09:54 AM
hesaigo999ca
 
Posts: n/a
Question .net framework

I am a bit confused with .net
I would like to know a direct answer
to my question.
If I deploy and /or publish (asp) an
application using .net....will it make
an encapsulated program for me
or will it make the .exe need to run
only on machines that have the .net
framework installed.
Please explain with detail so I can do
some extra searches on the web for this.
Thanks
Reply With Quote
  #2  
Old 10-31-2002, 10:53 AM
quwiltw quwiltw is offline
Contributor
 
Join Date: Sep 2001
Location: Washington, D.C.
Posts: 486
Default

it will make an exe that needs the .net framework to run. are you familiar with Java? while in the details (search research.microsoft.com) of the CLR are quite a bit different, at 30,000 feet, they are fairly similiar. Not sure what details you want really, .net programs aren't compiled to machine code, instead to Common Intermediate Language which the CLR handles. Take a look at this and see if it answers your questions.
http://research.microsoft.com/~emeijer/papers/CLR.pdf
__________________
--tim
Reply With Quote
  #3  
Old 10-31-2002, 01:36 PM
hesaigo999ca
 
Posts: n/a
Default

This much I have read up about...but I thought that the CLR would produce a compiled .exe that was portable....I am aware that Java would need what ever .zip or .jar files to run....but these would be specific to the contained classes or objects needed...however .net as I understand it...needs to install the full 80 mbs. of framework....a lot more than i would need in java.
I guess maybe I should read up on how to split off the dependencies from the whole so that the program can run without having to install the whole framework and just use the
same principle as Java....Thanks for you time...and please let me know if I was erroneous
Reply With Quote
  #4  
Old 10-31-2002, 01:50 PM
divil's Avatar
divil divil is offline
Ultimate Contributor
 
Join Date: Nov 2002
Location: England
Posts: 2,747
Default

You were erroneous... it needs 21meg of runtimes, not 80. There's no way to get rid of this dependancy.
__________________
MVP, Visual Developer - .NET

Now you see why evil will always triumph - because good is dumb.

My free .NET Windows Forms Controls and Articles
Reply With Quote
  #5  
Old 10-31-2002, 03:19 PM
hesaigo999ca
 
Posts: n/a
Default

Thanks....I appreciate the info
I still haven't finished my project yet...so I don't
know how the deployment package size will turn out...hope it
fits on 1 cd!!!
That burger must be a WHOPPER!
Cio
Reply With Quote
  #6  
Old 10-31-2002, 05:12 PM
divil's Avatar
divil divil is offline
Ultimate Contributor
 
Join Date: Nov 2002
Location: England
Posts: 2,747
Default

Oh, it's a whopper alright
__________________
MVP, Visual Developer - .NET

Now you see why evil will always triumph - because good is dumb.

My free .NET Windows Forms Controls and Articles
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
.NET exes cannot be played without .NET Framework....?! Macaco Deployment 4 01-26-2005 07:34 PM
.NET Framework 1.1 bungpeng ASP.NET 6 05-06-2003 05:36 AM
Running a .Net programm without the .net framework Chrisis Deployment 12 09-11-2002 07:38 PM
Learning VB.NET or any lang of .NET framework vkraman Visual Basic .NET 2 05-22-2002 08:39 AM

Advertisement: