|
-
Jan 6th, 2003, 10:00 AM
#1
Thread Starter
Lively Member
how to build the project?
how can i build the project to make it run on win 98 or win ME or any other windows
i tryed to build it from build menu but when i run the exe file on win ME it shows a proplems (missed dll , need the path of visual studio.net , and other error messages and the program don't run)
What should i do?
please help
-
Jan 6th, 2003, 10:04 AM
#2
Install the .NET framework on the mahine to run it on.
-
Jan 6th, 2003, 12:46 PM
#3
Thread Starter
Lively Member
-
Jan 6th, 2003, 12:49 PM
#4
Sleep mode
Originally posted by Tnen
Dose that mean if i produced a program every user should install .NET frame work on his computer to run my program !?
is there any way to add some dlls in the exe folder to run it with out .NET framework
I'm afraid so . you must install the .NET Framwork on any PC that has VS.NET applications.
No way to add some dll files
-
Jan 6th, 2003, 12:49 PM
#5
-
Jan 6th, 2003, 02:34 PM
#6
Thread Starter
Lively Member
-
Jan 6th, 2003, 02:40 PM
#7
Sorry but you can only blame yourself. Don't jump into a language until you know how it works and what is required.
-
Jan 6th, 2003, 02:56 PM
#8
There is no .NET to VB6 converter sorry. Although with VB6 you still need the runtime files and MDAC and what not so you'll have the same problem. At least with .NET all you need is the same framework for all programs and now extra installs for controls or different versions.
-
Jan 7th, 2003, 06:12 AM
#9
Thread Starter
Lively Member
but in vb6 you can easily add these runtime files in the exe folder and it will run with out needing to any setup program
any way i have to make my project again on vb6
-
Jan 7th, 2003, 09:37 AM
#10
Registered User
Something to remember is also that this is (hopefully) a problem for some time as Microsoft and other Software companies are from now on adding the framework to the OS..... that means that in the future when Companies get the new OS's you should not have to install anything to make things work (of course you have to add references used from COM, but that is something that MS want us to try to not do). But up until then you unfortunatly have to install the framework on the clients that not has it.
Another thing is that when you instaleed the framework, all you new applications work on that machine, you dont have to install it twice.
-
Jan 7th, 2003, 04:57 PM
#11
Thread Starter
Lively Member
Do you mean that the new Windows.NET includes th .NET frame work
-
Jan 7th, 2003, 07:18 PM
#12
That would make sense.
How about if somebody would wite a program that would check for the Framework and install as needed?
-
Jan 7th, 2003, 11:48 PM
#13
You can do that from a Setup package. I don't remember exactly how but I saw an article in the help about doing that very same thing.
-
Jan 8th, 2003, 05:46 PM
#14
Hyperactive Member
The way I would do it would be to produce a "read me first" doc telling them they must download the .NET Framework in order to run your program:
http://download.microsoft.com/downlo...tnetredist.exe
that way, your download will be smaller (the .NET framework is 20mb!) plus I think Microsoft took out the ability to include it in later versions of VB .NET, but i'm not entirely sure.
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
|