Problem - Could not load file or assembly

sonicman

New Member
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 \[code\][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\[/code\]Hope it has simple solution
 
Back
Top