PDA

Click to See Complete Forum and Search --> : why?


lancey10
Mar 9th, 2006, 11:14 PM
Ok, why is it evertime i publish my project and let my friends run it, it doesnt work, even tho they have .net frmaework on there comp?

do they HAVE to have the latest versian (2.0) in order to work?

and does XP users only can use the product? since they have .net framework usually?

and is there any way we can have it so that they dont even have to have .net framework?

RobDog888
Mar 9th, 2006, 11:22 PM
The framework is definately required.

If you wrote your app in 2003 and targetted 1.1 version of the framework, then they would need 1.1 Now if they have 2.0 of the framework then you may run into compatibility issues if your code uses any of the discontinued functions as your app will run the latest framework available on the system.

What version of .NET did you write your app in?

The framework runs on windows 98/Me/NT 4/2000/XP/2003.

lancey10
Mar 10th, 2006, 01:02 PM
man, i would like to create a web browser, but i dont want who ever uses the client go through so much hassle and problems in order to make it work, any suggestions on how to create a web browser or tutorial? (that doesntt uses VB)

im a web designer/ graphic designer, so i really dont know anything about coding

kleinma
Mar 11th, 2006, 05:48 PM
what possible real world use do you have for creating a webbrowser, being that you are a web designer/graphic designer?