.NET Framework

B

Bill Ridgeway

I understand that I need .Net Framework if I have any programs which require
it but could someone please tell me how do I know whether or not I have any
programs that require it?

Thanks.

Bill Ridgeway
 
G

Guest

Besides trying to run all programs? I guess you could do a search for
particular byte code strings, but that would be a pain.'


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
B

Bill Ridgeway

Thanks. So lets run at this question from another angle. How do I know
whether or not I need to install .Net Framework? Is it safe to assume that
if everything runs that it is not needed? If so, why is it being offered as
a download from the Microsoft web site?

Thanks.

Bill Ridgeway
 
S

Sean Hederman

Bill Ridgeway said:
Thanks. So lets run at this question from another angle. How do I know
whether or not I need to install .Net Framework? Is it safe to assume
that if everything runs that it is not needed?

Correct. If you see an application that complains about mscorlib or mscoree
not being installed, you are probably dealing with a .NET application.
If so, why is it being offered as a download from the Microsoft web site?

MS are pushing .NET as the "next wave" of programs. They have much more
stringent constraints upon them when they come from an untrusted source, and
are thus less likely to be viruses or spyware. Therefore they are trying to
convince developers to use .NET for their programs. Since they want all
programs to be .NET, it makes sense for people to install .NET to anticipate
this move. That said, and dealing with the fact that I'm a developer who
uses .NET a helluva lot, I wouldn't suggest downloading it if you have
limited/expensive bandwidth, unless you really want to use a program that
requires it.
 
N

Nick Malik [Microsoft]

Wait until you have an application that asks for the framework. That app
will probably install the framework for you or ask you to install it at that
time. No need to jump out in front.

In future versions of Windows, the .Net Framework will come pre-installed.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
 
D

Danny T

Nick said:
Wait until you have an application that asks for the framework. That app
will probably install the framework for you or ask you to install it at that
time. No need to jump out in front.

In future versions of Windows, the .Net Framework will come pre-installed.

Haven't they learned from the WMP thing... Don't pre-install software! ;-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top