|
-
Oct 2nd, 2002, 02:18 PM
#1
Thread Starter
New Member
Framework file
Hi,
I did just start to learn about VB.net and i'm wondering why i need to install the "Framework" file.
Is it with VB not posible to make a .exe file without installing the "framework" first ?
-
Oct 2nd, 2002, 02:27 PM
#2
Addicted Member
No, you cannot create an exe without the framework first.
Actually, when working with .Net, its best to think of it as a
souped up version of Java for Windows, because essentially,
that's what it is. The reason why Microsoft thinks this will work
is that all XP machines have the framework pre-installed, as will
all future versions of Windows. Unfortunately, older versions of
windows, like Win95, will slowly stop being supported. While a
framework package for 95 does exist now, Microsoft has stated
that an update to that framework won't be forthcoming, so
eventually, Win95 will not be able to utilize .Net Apps.
-
Oct 2nd, 2002, 02:35 PM
#3
Thread Starter
New Member
Thank you for your awnser trp-25, but i did try to run a program i made (really simple one) on a other pc with XP-Pro installed, but it did not work... do you have a clue why that is ?
-
Oct 2nd, 2002, 02:35 PM
#4
actually Win95 is not supported at all. .NET wont install on it. Only 98 and up.
-
Oct 2nd, 2002, 02:36 PM
#5
Originally posted by marcq
Thank you for your awnser trp-25, but i did try to run a program i made (really simple one) on a other pc with XP-Pro installed, but it did not work... do you have a clue why that is ?
.NET is not pre-installed on XP.
-
Oct 2nd, 2002, 02:39 PM
#6
Addicted Member
Thank you for your awnser trp-25, but i did try to run a program i made (really simple one) on a other pc with XP-Pro installed, but it did not work... do you have a clue why that is ?
I suppose its possible the framework installation was on XP,
though I could have sworn that it was. In any case, if you
distribute an application, I would always recommend including
the framework files (though thats about 20 MB)
actually Win95 is not supported at all. .NET wont install on it. Only 98 and up.
I know that the Visual Studio won't work with Windows 95, but
when I was writing .NET apps during Microsoft's beta testing
process, there was a set of framework files for Windows 95. If
that's changed, then its news to me.
-
Oct 2nd, 2002, 02:55 PM
#7
Fanatic Member
Originally posted by TPR25
I know that the Visual Studio won't work with Windows 95, but
when I was writing .NET apps during Microsoft's beta testing
process, there was a set of framework files for Windows 95. If
that's changed, then its news to me.
I thought I remembered the same thing but
MS now says otherwise.
-
Oct 2nd, 2002, 02:59 PM
#8
Thread Starter
New Member
Ok, so that means that for each application i make and want to share with other people, they will need to install the framework file first ?
I mean you are right that framework file is 20Mb, so it will be not handy to to share .net applications by the internet since each person has to download and install that 20Mb Framework file first right ?
-
Oct 2nd, 2002, 03:04 PM
#9
Fanatic Member
Yes but, and many will argue, .NET is just a bigger version of items we've had to distribute before; DCOM, MDAC, etc. It's just seems to be onerous now b/c nobody has it yet - in much the same way that the above had to be installed initially. Eventually, most of your users will have the framework and the distribution "cost" will go down.
-
Oct 2nd, 2002, 03:11 PM
#10
Thread Starter
New Member
Thank you all for your reply...
-
Oct 2nd, 2002, 05:41 PM
#11
New Member
VB purpose
Hello All,
I'm a newby in the world of VB, can somebody tell me for what purposes VB is used best for?
Thanks !!
-
Oct 2nd, 2002, 05:55 PM
#12
VB is used for any programming purposes.
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
|