This is my program the class uses it is called Time2 I have the reference added to TimeTest I keep getting the Error \'Time2\' is a \'namespace\' but is used like a \'type\'
namespace TestApplication // Remove .Controller { public class HomeController : Controller { public ActionResult Index() { return View(); } } }
Remove the controller word from namepsace