ToBeSeen
ToBeSeen copied to clipboard
Extensibility sample app for Castle Windsor
Results
2
ToBeSeen issues
Sort by
recently updated
recently updated
newest added
I downloaded the .zip project. Unzipped it and tried to open the solution using VS2010. The Project name "ToBeSeen" does not load. VS2010 displays following message "The project type is...
public class HomeController : Controller { public DataRepository.IO.Iquestion QuestionRY { get; set; } public DataRepository.IO.Iuserinfo UserinfoRY { get; set; } public DataRepository.IO.Itag TagRY { get; set; } ``` public ActionResult...