Click here to Skip to main content
15,906,816 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# 2.0 Specs and Thoughts on Generics Pin
Heath Stewart26-Oct-03 17:26
protectorHeath Stewart26-Oct-03 17:26 
GeneralRe: C# 2.0 Specs and Thoughts on Generics Pin
jparsons28-Oct-03 6:34
jparsons28-Oct-03 6:34 
GeneralRe: C# 2.0 Specs and Thoughts on Generics Pin
jparsons28-Oct-03 6:36
jparsons28-Oct-03 6:36 
GeneralRe: C# 2.0 Specs and Thoughts on Generics Pin
Kevin McFarlane27-Oct-03 5:34
Kevin McFarlane27-Oct-03 5:34 
Generalalot of questions Pin
bora3ee26-Oct-03 12:20
bora3ee26-Oct-03 12:20 
GeneralRe: alot of questions Pin
Heath Stewart26-Oct-03 17:39
protectorHeath Stewart26-Oct-03 17:39 
GeneralSystem.Web.Mail -> missing Pin
totig26-Oct-03 11:13
totig26-Oct-03 11:13 
GeneralRe: System.Web.Mail -> missing Pin
Heath Stewart26-Oct-03 12:11
protectorHeath Stewart26-Oct-03 12:11 
By saying that a "namespace is missing", you're implying that you don't have the right assemblies referenced. In a project, you can't just include namespaces in your source files and call it good. The project has to reference the right assemblies that contain those namespaces. So, in your VS.NET project, right-click and select Add Reference. Find the System.Web assembly and add it as an assembly reference.

This is no different than any other API / framework. In C++ you have to bind to a static lib or DLL to call a function in there. In PERL, you have to use the right mod, and in VB - right TLB.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralC# Class Library and VS.NET standard Pin
ewan26-Oct-03 8:18
ewan26-Oct-03 8:18 
GeneralRe: C# Class Library and VS.NET standard Pin
Blake Coverett26-Oct-03 8:28
Blake Coverett26-Oct-03 8:28 
GeneralRe: C# Class Library and VS.NET standard Pin
ewan26-Oct-03 8:36
ewan26-Oct-03 8:36 
GeneralRe: C# Class Library and VS.NET standard Pin
Blake Coverett26-Oct-03 8:43
Blake Coverett26-Oct-03 8:43 
GeneralRe: C# Class Library and VS.NET standard Pin
ewan26-Oct-03 8:46
ewan26-Oct-03 8:46 
GeneralRe: C# Class Library and VS.NET standard Pin
Heath Stewart26-Oct-03 12:18
protectorHeath Stewart26-Oct-03 12:18 
GeneralRe: C# Class Library and VS.NET standard Pin
ewan26-Oct-03 21:47
ewan26-Oct-03 21:47 
GeneralRe: C# Class Library and VS.NET standard Pin
Heath Stewart27-Oct-03 2:04
protectorHeath Stewart27-Oct-03 2:04 
GeneralRe: C# Class Library and VS.NET standard Pin
J. Dunlap26-Oct-03 9:27
J. Dunlap26-Oct-03 9:27 
GeneralRe: C# Class Library and VS.NET standard Pin
Kevin McFarlane27-Oct-03 5:41
Kevin McFarlane27-Oct-03 5:41 
GeneralRe: C# Class Library and VS.NET standard Pin
John Arlen27-Oct-03 9:17
John Arlen27-Oct-03 9:17 
GeneralFocus and Button :eek: Pin
oOomen26-Oct-03 7:37
oOomen26-Oct-03 7:37 
GeneralRe: Focus and Button :eek: Pin
leppie26-Oct-03 10:33
leppie26-Oct-03 10:33 
GeneralRe: Focus and Button Pin
oOomen26-Oct-03 20:29
oOomen26-Oct-03 20:29 
GeneralCommand Promt window Pin
livss26-Oct-03 3:26
livss26-Oct-03 3:26 
GeneralRe: Command Promt window Pin
Ark26-Oct-03 4:08
Ark26-Oct-03 4:08 
GeneralDirectX and System.Math Pin
Ark26-Oct-03 2:56
Ark26-Oct-03 2:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.