I was trying to build a social networking site from ASP.NET 3.5 Social Networking book. When I run the code I see the following problems:
System.IO.FileNotFoundException: Could not load file or assembly 'Fisharoo.FisharooWeb'
or one of its dependencies. The system cannot find the file specified.
Source Error:
{
_view = view;
_accountService = ObjectFactory.GetInstance();
_redirector = ObjectFactory.GetInstance();
}
and
[FileNotFoundException: Could not load file or assembly 'Fisharoo.FisharooWeb'
or one of its dependencies. The system cannot find the file specified.]
[StructureMapException: StructureMap Exception Code: 101
Hope it has simple solution