Getting an error in Index.aspx.cs on this line...
Code:
_presenter = new HomePagePresenter(this, ObjectFactory.GetInstance<ProductService>());
Here is the error message...
{"StructureMap Exception Code: 202\nNo Default Instance defined for PluginFamily ASPPatterns.Chap8.MVP.Model.IProductRepository, ASPPatterns.Chap8.MVP.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"}
Any thoughts?
Thanks
Tim Tatum