C# .NET 2.0 components

Posted by Ervin on Stack Overflow See other posts from Stack Overflow or by Ervin
Published on 2010-03-09T10:24:40Z Indexed on 2010/03/09 10:36 UTC
Read the original article Hit count: 160

Filed under:
|

How can I check what objects, tools, variables, anything... are used from .NET 2.0 in a C# application.

How can I get a C# application run without .NET 2.0 ?

UPDATE: sorry, I didn't clarify enought. Here's my situation: I have developed a pretty simple application in C#: embeded browser which displayes static webpages with an option of searching inside of these html pages. I'm using simple textbox, buttons components for this.

The application will be distribuited for people wich have very old PCs, even with windows 95. I would like the app to be runable on it, or at least on win 98, without telling the people to install .NET 2.0, as the users don;t really have PC usage skills :) .

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET