B
Bruce W.1
I whipped up a web service based on this example:
http://www.codeproject.com/aspnet/RSSviaXmlTextWriter.asp?print=true
But my asmx file will not compile. I get this error:
The type or namespace name 'Response' could not be found (are you
missing a using directive or an assembly reference?)
HttpResponse is in System.Web, which my C# codebehind file is 'using'.
So I don't understand why I get this error. Does anyone know?
Thanks.
http://www.codeproject.com/aspnet/RSSviaXmlTextWriter.asp?print=true
But my asmx file will not compile. I get this error:
The type or namespace name 'Response' could not be found (are you
missing a using directive or an assembly reference?)
HttpResponse is in System.Web, which my C# codebehind file is 'using'.
So I don't understand why I get this error. Does anyone know?
Thanks.