Coding apps which require .NET FRAMEWORK

Status
Not open for further replies.

pankaj

Active Member
1,817
2009
149
0
You code apps in vb.net or something which requires .net , 70% of normal internet users doesn't have the required version of those things installed in their old version of XP.

Though the programs are easier to code and is small in size, but its not good for end users like me.

What could be solution to this ? Throw some light on this point.
 
7 comments
Just download and install the required version. XP SP2 comes with .NET 2.0, XP SP3 and Vista come with .NET 3.0, Win7 ships with .NET 3.5 SP1.

The latest version is 4.0 which should ship with the next version of Windows and most likely Win7 SP1. Both end user and developer should always use the latest available version. Just like hardware drivers. And it's not only VB.NET/C# etc that require a runtime to be installed. VB6 has one, C(++) has one (called Microsoft Visual C(++) Runtime <year>), etc etc.
 
There is no solution other than downloading the required .net framework im afraid. Not using the framework would require unmanaged code, which in all honesty, would take an age to do.
 
Why? All of them require a runtime or library to be downloaded as well and they are all inferior to C#. Especially Lua since it's nothing more than a scripting language.
 
I have .Net framework 4 , so all apps which require .net framework 4 and below should work, right ?

Jay's IMDB app isn't working.
 
Status
Not open for further replies.
Back
Top