Hi all,
VS 2008 is complaining that HttpWebRequest class is not in System.Net namespace
I have referenced System.Net and have coded "using System.Net"
I think its a setup problem rather than a coding error
The type or namespace name 'HttpWebRequest ' does not exist in the namespace 'System.Net' (are you missing an assembly reference?) C:\Documents and Settings\user\M y Documents\Visua l Studio 2008\Projects\W ebDAV\WebDAV\We bDAVAppointment Handler.cs 25 19 WebDAV
Any help much appreciated
VS 2008 is complaining that HttpWebRequest class is not in System.Net namespace
I have referenced System.Net and have coded "using System.Net"
I think its a setup problem rather than a coding error
The type or namespace name 'HttpWebRequest ' does not exist in the namespace 'System.Net' (are you missing an assembly reference?) C:\Documents and Settings\user\M y Documents\Visua l Studio 2008\Projects\W ebDAV\WebDAV\We bDAVAppointment Handler.cs 25 19 WebDAV
Any help much appreciated
Comment