How to add a new reference to your project solution and it is not in the list provided in the Add Re

  • Thread starter Thread starter steve kwon
  • Start date Start date
S

steve kwon

Hello,

i would like to add the System.Text into my solution project.

Q1: Is there a search tool to help me find System.Text somewhere on my
computer's hard drive folder?

Q2: Where would the System.Text be located on my computer if I installed
..Net using the "reccommended" option and not "customized" option.


Thank you.
 
What program are you using? (i.e. Visual Studio)

What language are you using (i.e. Visual Basic .Net)

If you are using Visual Studio with VB.Net there are two ways to create the
reference.

1. At the top of the vb portion of the form add the following line:

Imports System.Text

2. In the "Solutions Explorer" window, right click on "Reference", select
"Add Reference" and scroll through the available options.

..Text is a member of the System class and is usually found in a location like:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll

where your \v........\ folder may be different.

Let me know if this helps.

Randy
 
yus it is in your system simply u can go in startup and go Run and type
"Edit" u can easily go in System ok
 
Back
Top