473,324 Members | 1,856 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,324 software developers and data experts.

Add System.Net reference

Hi All.

I create a project to use System.Net

However, when I want to add the reference, I can not find the lib.

where should I download it? or where is it installed?

My IDE is .NET 2003, VB Project.

I am totally newer to .NET.

Thanks,
Nov 16 '07 #1
3 1915
On Nov 16, 9:00 am, jeff <j...@discussions.microsoft.comwrote:
Hi All.

I create a project to use System.Net

However, when I want to add the reference, I can not find the lib.

where should I download it? or where is it installed?

My IDE is .NET 2003, VB Project.

I am totally newer to .NET.

Thanks,
You don't need to "add a reference" for the system.net namespace. All
you need is to add the Imports System.Net at the top of your code
file. The System.Net namespace is implemented in System.dll, which is
automatically added to your VB.NET project.

--
Tom Shelton
Nov 16 '07 #2
Thanks Tom,

However, when I type in the string,

It give me error said:

NameSpace or type 'Net' for the Imports 'System.Net' can not be found.

Thanks
"Tom Shelton" wrote:
On Nov 16, 9:00 am, jeff <j...@discussions.microsoft.comwrote:
Hi All.

I create a project to use System.Net

However, when I want to add the reference, I can not find the lib.

where should I download it? or where is it installed?

My IDE is .NET 2003, VB Project.

I am totally newer to .NET.

Thanks,

You don't need to "add a reference" for the system.net namespace. All
you need is to add the Imports System.Net at the top of your code
file. The System.Net namespace is implemented in System.dll, which is
automatically added to your VB.NET project.

--
Tom Shelton
Nov 16 '07 #3

Thanks, Got it
"Tom Shelton" wrote:
On Nov 16, 9:00 am, jeff <j...@discussions.microsoft.comwrote:
Hi All.

I create a project to use System.Net

However, when I want to add the reference, I can not find the lib.

where should I download it? or where is it installed?

My IDE is .NET 2003, VB Project.

I am totally newer to .NET.

Thanks,

You don't need to "add a reference" for the system.net namespace. All
you need is to add the Imports System.Net at the top of your code
file. The System.Net namespace is implemented in System.dll, which is
automatically added to your VB.NET project.

--
Tom Shelton
Nov 16 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: mike p. | last post by:
I have a docbook xml file, and am using standard docbook 1.61.3 xsl stylesheets to do xhtml transform. Transform works fine when using MSXML. When I try to do the following using asp.net 1.1: ...
0
by: muralidharan | last post by:
WebForm1.aspx Code: <%@ Register TagPrefix="ComponentArt" Namespace="ComponentArt.Web.UI" Assembly="ComponentArt.Web.UI" %> <ComponentArt:TreeView id="TreeView1" Height="520"...
7
by: Jean Stax | last post by:
Hi ! Jeffrey Richter gives the following example in his book: struct Point { Int32 x, y; } class AAA{ .... public virtual void Add(Object value);
5
by: Vitling | last post by:
For no apparent reason, a NullReference exception is thrown in system.dll (System.Net.Sockets.OverlappedAsyncResult.CompletionPortCallback). Since I only get a disassembly from Visual Studio, it...
2
by: Raed Sawalha | last post by:
i have a windows form(Main) with listview, when click an item in listview i open other window form (Sub) which generate the selected item from parent window in as treeview items when click any item...
5
by: Richard Lionheart | last post by:
Hi All, I tried creating a C# Form using Petzold's "Programming MS Windows with C#" guidance. He recommended using the namespace System.Windows.Forms. However, VS.NET claims "the type or...
5
by: martin | last post by:
Hi, I have created a class that is totally seperate from my web application. However this class is used extensivly by the web application for stuff like data access. I wish to add a function to...
3
by: Olivier BESSON | last post by:
Hello, I have a web service of my own on a server (vb.net). I must declare it with SoapRpcMethod to be used with JAVA. This is a simple exemple method of my vb source : ...
4
by: Dariusz Tomon | last post by:
Hello I upgraded my project from Visual Studio 2003 to 2005. The upgrade was performed with no errors but now when I try to build my project (now it's in ..NET 2.0 not .NET 1.1 as was...
3
by: Marco Shaw | last post by:
I've got some C# code to create a custom PowerShell cmdlet with these statements: .... using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; .... ...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.