I am tryin to write a GUI code for A window form application using VS 2010 (.netframework 4.0). However when inculde UI as in :
using System.Web.UI;
using System.Web.SessionState;
it tells me
the type or namespace name 'UI' does not exist in the namespace System.Web
and same prob for sessionstate.
What should i do?