About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (174)
- Uncategorized (168)
Most used tags
Tag Archives: structuremap
No Default Instance defined solved by doing less
StructureMap threw an exception after some refactoring StructureMap Exception Code: 202 No Default Instance defined for PluginFamily IDoSomething Solved by removing duplicates from assembly scan: Turned out the IDoSomething was mapped to 2 implementations (of the same type) and StructureMap … Continue reading
Nuget trouble
Keeping the versions of packages in sync was difficult today. My MVC website must load and display a controller / view from another project. The assembly is in the bin folder and the objects are loaded using Structuremap. When running … Continue reading