The type or namespace name 'HttpContext' could not be found (are you missing a using directive or an assembly reference?)
Das usting System.Web habe ich an den Anfang des Files platziert.
Du kannst in der Klasse HttpContext.Current.Reponse.Write aufrufen. Dazu mu�t Du allerdings noch ein using System.Web; einbauen.
Gruss
Alex
_______________________________________________ Coffeehouse Mailingliste, Postings senden an: [EMAIL PROTECTED] An-/Abmeldung und Suchfunktion unter: http://www.glengamoi.com/mailman/listinfo/coffeehouse
_______________________________________________ Coffeehouse Mailingliste, Postings senden an: [EMAIL PROTECTED] An-/Abmeldung und Suchfunktion unter: http://www.glengamoi.com/mailman/listinfo/coffeehouse
