I want to be able to use Server.MapPath in a windows application. I've added
the system.web reference to my project but whenever I try to call it, I get
a null reference error. Anyone can tell me how to use this function?
(this is how I'm calling it:
System.Web.HttpContext.Current.Server.MapPath() )
