StructureMap is a Dependency Injection / Inversion of Control tool for .NET licensed under Apache 2. It can be found at http://structuremap.net
0
votes
0answers
10 views
Configuring StructureMap to generate and “remember” a constructor param literal
I have a StructureMap config that looks something like:
cfg.For<ICacheOrder>().Use<CacheOrder>().Ctor<int>().Is(context => LoginHelper.LoginID);
...
0
votes
0answers
31 views
ASP.NET MVC4 StructureMap ExceptionCode202
I'm in the process of converting an ASP.NET MVC3 (LinqToSQL, EntityFramework) project to MVC4. I've created a fresh MVC4 project in VS2012, added packages, copied my Views, Controllers, etc.
Most ...
0
votes
0answers
17 views
Can I Use Conventions AND Instance Names in StructureMap?
When bootstrapping StructureMap I've always ever used default instances (as opposed to named instances) and was able to define a simple convention to scan by assemblies to wire up the instances. ...
0
votes
2answers
47 views
Dispose of Injected HttpClient
Our MVC application calls a WebAPI action using HttpClient. I decided to inject the HttpClient using StructureMap and override dispose in the controller
public HomeController(HttpClient httpClient)
{
...
0
votes
1answer
48 views
Disposing entity framework dbcontext in singleton class (StructureMap)
In my application i am using StructureMap with EntityFramework.
Well, my ioc config looks like :
x.For<IDbContext>().Use(c => new DbContext(AppSettings.ConnectionString));
...
0
votes
1answer
16 views
StructureMap EnrichWith without specifying concrete class
I have three assembly:
Interfaces
Implementations
Authorizations
My Authorizations assembly contains decorators for the different Interfaces and Implementations.
I know I can use something like ...
0
votes
1answer
113 views
ASP.NET MVC4 NServiceBus Attribute/Filter StructureMap
I'm having issues getting an instance of IBus in an action filter (attribute).
From Setting IBus Property in MVC Filter, I know that DI and action filters don't play nice, and I got them play nice ...
0
votes
2answers
80 views
Setting IBus Property in MVC Filter
I'm trying to send a command from a filter in my MVC4 project to my command processor.
The problem:
I can't get an NServiceBus instance in the filter to fill.
The components:
ASP.NET MVC 4
...
1
vote
5answers
79 views
Design pattern to resolve a service by object type?
I'm trying to refactor some code that basically has a switch statement on object type and calls a specific service method based off that type. I tried to keep the same code as basic as possible.
if ...
0
votes
2answers
25 views
How to connect implemtations to closing types in structuremap, when dynamically instantiating objects
I have a project which has commands and command executors classes, which take the given command and do something.
I use structuremap and generics to find and create and instance of an exector for ...
0
votes
0answers
80 views
Singleton with StructureMap custom convention in ASP.NET MVC 4
I am having an issue trying to get the singleton lifecycle to work with a custom convention in StructureMap.
Basically I have a custom registry type class that contains a dictionary that I would like ...
2
votes
2answers
40 views
How to set session scope for plugin in StructureMap 2.6?
How to set session scope for plugin in StructureMap 2.6?
In previous versions it is done this way:
For<ISomeObject>().CacheBy(StructureMap.InstanceScope.HttpSession).Use<SomeObject>();
...
1
vote
0answers
95 views
Change dependencies of existing object
I am working on WPF application.
I use StructureMap to inject dependencies.
There are some service layer classes exist that they give parameter from constructor.
The value that I pass to constructor ...
0
votes
2answers
159 views
Entity Framework Code First : Create Separate Database Per Project
I am developing an application with WPF and Entity Framework CodeFirst.
One requirement is that the user could create separate database file per new project.
DbContext :
public class TestContext : ...
2
votes
1answer
28 views
How to release and dispose all Http-scoped objects on Container instance?
In StructureMap, how can I release and dispose al Http-scoped objects on a specific Container instance? For the default intance in Object Factory, I can execute the method ...
2
votes
1answer
71 views
How Structure Map Automocker Inject works?
I have constructor containing IEnumerable parameter. When I try to Inject concrete object to automocker it is not used.
When I use wrapper class containing IEnumerable property all works as ...
2
votes
1answer
39 views
IRegistrationConvention structuremap CtorDependency
I need to send a custom instance in Ctor in scanner. Hear is my code:
public class RunnableScanner : IRegistrationConvention
{
private readonly List<Module> modules;
public ...
0
votes
1answer
135 views
StructureMap, ASP.NET and Entity Framework DbContext dispose
I got an ASP.NET MVC application which uses EF to handle DB. I've used DDD as the architecture and I got the Repository and Service patterns.
I'm trying to use StructureMap for DI but for some reason ...
0
votes
1answer
33 views
Initialize Object Properties
I am injecting in my services a global Settings interface, as Singleton, using StructureMap:
public interface ISettings {
LoggerSettings Logger { get; }
} // ISettings
public class LoggerSettings ...
0
votes
1answer
79 views
problems registering types with structuremap for generic repository
My source is at https://github.com/tonyeung/generic-repo
I want to create a generic repository that I can reference in different projects. Most generic repository implementations that I've seen make ...
0
votes
1answer
27 views
Projects with StructureMap and Unobtrusive don't register Subscriptions
Current Production NUGET build.
Windows 8 x64
VS2012
I followed the sample on how to create a pub/sub.
The default builder was swapped out for structuremap, and everything worked fine.
I delete the ...
1
vote
2answers
37 views
Restrict injection by namespace
I have the following configuration:
For<ITranslatorProvider>().Singleton().Use<TranslatorProviderA>();
I have 3 translator providers: TranslatorProviderA, B and C.
Each one should be ...
2
votes
1answer
369 views
+100
Difference between MEF and IOC containers like(Unity,Autofac,SMap,Ninject,Windsor.Spring.net etc)
I have been trying to search about the dependency injection and read few articles.
But still i am unable to find out the difference between MEF and other IOC's.
So, my question is this, in which ...
0
votes
1answer
59 views
NServiceBus & Bootstrapper StructureMap
I am using NServiceBus is an azure worker role via convention by having configuration in app.config and azure Queue details in .csdef.
I have a rest service that accesses the IBus by doing this:
...
0
votes
1answer
171 views
StructureMap - Initialise Entity Framework for each database on a multitenant web application
We are developing a multi tenanted ASP.NET MVC web application. Each tenant has their own database. Data access is managed by the entity framework. StructureMap is being used as the IoC container. The ...
1
vote
2answers
365 views
Using WebApi and structure map dependency injection
Although there are so many question on stack overflow which tends similar to my this question but no one is resolving my problem
I was using an MVC4 internet application wherein i had few MVC ...
0
votes
1answer
183 views
Configuring NServiceBus with ASP.NET MVC4 and StructureMap
I created an ASP.NET MVC 4 web application by installing structuremap and structuremap.mvc4 from nuget. I then added the nservicebus and nservicebus.structuremap packages, also from from nuget.
I've ...
1
vote
1answer
72 views
NPoco StructureMap.MVC4 Constructor Injection
I have an MVC4 application using StructureMap.MVC4. Here's a fragment of IoC.cs
ObjectFactory.Initialize(x =>{
x.Scan(scan =>{
scan.TheCallingAssembly();
...
4
votes
2answers
139 views
How can I host multiple IoC-driven WCF services in MVC?
I have around 6 WCF services that I want to host in an MVC application, routing requests to /services/foo to WcfFooService and /services/bar to WcfBarService
I can accomplish IoC with StructureMap ...
0
votes
1answer
35 views
StructureMap pass arguments in constructor
I have a constructor with some artuments
public class AppEngine:IAppEngine
{
private IGreeter _greeter;
private string _str;
public AppEngine(IGreeter greeter,string str)
{
...
0
votes
1answer
62 views
nservicebus: What latency/performance I should be expecting?
There is a delay between bus.send and the handler picking it up.
2 second delay with default config.
3 second delay with structuremap used for the builder.
Is this normal?
Can I expect the speeds ...
0
votes
0answers
60 views
How can I get structuremap to inject a specific instance given a specific requesting class?
I thought I had this figured out with the object model, but apparently I keep piecing bits together improperly. "queueName" is a Func in the parent method, which is just returning a string ...
4
votes
2answers
48 views
Dependency needs to be configured differently based on parent type requested in StructureMap
We're using StructureMap and are trying to figure out how to achieve the following.
We have 2 interfaces :
ICat, IDog
For ICat we need to use and instance of Cat. The Cat constructor takes an ...
1
vote
0answers
115 views
StructureMap Constructor Injection without Interface?
I'm setting up a MVC project. It looks like this
EfDbContext : IDbContext { ... }
MyStuff : IMyStuff { ... }
MyService : IMyService {
List<things> GetSomething(IDbContext context, ...
5
votes
1answer
123 views
StructureMap: 'AddAllTypesOf' not adding assembly to ObjectFactory?
I am trying to build a console app that loads an assembly at runtime which implements an interface. The point is to create a .dll with instructions that can be changed by changing the .dll.
My VS2012 ...
1
vote
2answers
152 views
Convert from NHibernate to Entity Framework checking type of an instance
The team I am working with has been given the task of converting an MVC 4 application from using FluentNHibernate to using Entity Framework 5.
The project is using StructureMap for the Dependency ...
2
votes
1answer
68 views
Can I make StructureMap manage the lifecycle of a concrete type?
I have a type called TypeA.
TypeA implements 2 interfaces: IOne and ITwo
public class TypeA : IOne, ITwo
{
public TypeA(IThree ithree)
{
...
}
}
I want to configure ...
0
votes
0answers
27 views
StructureMap 2.6.4.1 Unable to register generics correctly
Ive just moved from SM 2.6.1.0 to 2.6.4.1 and im having almost the exact problem as described here: Structure Map Generic Type Scanner.
The only difference i can spot is the fact that some of my ...
0
votes
0answers
24 views
structuremap explicit declaration does not override scan
I have a registry that scans a couple assemblies. However, for some of those interfaces found it needs to use a specific class, not the one that implements the convention IMyObject -> MyObject.
so ...
1
vote
3answers
140 views
IoC Container for WPF application
I'd like to start using IoC Container in an existing WPF application.
I need good performance, but from what I read, performance is really not an issue with most containers.
What I need most is a very ...
0
votes
0answers
25 views
ForGenericType() and With() in StructureMap
I use StructureMap and want to write something like that:
foreach (ISchedule schedule in schedules)
{
//doesn't compile
var scheduler = container.With(schedule)
...
3
votes
1answer
191 views
How do you mock ServiceStack ISession using Moq and StructureMap?
I'm using ServiceStack / StructureMap / Moq. The service makes a call to Session, which is type ServiceStack.CacheAccess.ISession. For unit tests, I created a Mock object using Moq, and added it to ...
1
vote
1answer
30 views
dll initializer method
what I need is to register concrete classes for certain event types in each dll.
public interface IDomainEventHandler<T> where T : IDomainEvent
{
void Handle(T domainEvent);
}
I do not ...
0
votes
0answers
27 views
StructureMap fails to maintain registry across page cycles, ASP.NET 4.0 WebSite
I am using 2.6.3.0 with an ASP.Net 4.0 app. I am running windows 2003 R2 machine with VS 2010. This can be reproduce in a windows 7 machine with VS 2012. I get an error in the following code(see ...
1
vote
0answers
48 views
Register type in StructureMap when requested
We have a caching solution which relies on StructureMap to provide the correct cache implementation to developers. I'm trying to reduce the amount of StructureMap configuration needed, but have gotten ...
1
vote
2answers
109 views
Force the creation of an object in StructureMap
We're using StructureMap, and the default life cycle for a container is to create a new object every time that type is asked for. Recently, we started to investigate in creating a nested container for ...
0
votes
1answer
40 views
Optionality in Dependency Injection (StructureMap)
I know that constructor's injection should be applied when managing dependencies that are really required for the correct working and behaving of the class.
Even so I would like to expose this ...
0
votes
0answers
73 views
Catch ActivationException StructureMap MVC4
Currently in MVC4, ActivationExceptions are swallowed by StructureMap and then if a controller can't be created because a dependency has failed initialization you get the super 'No parameterless ...
1
vote
1answer
266 views
Structuremap No parameterless constructor defined for this object
I'm a newbie to StructureMap, and I've been trying to fix that error for some time now.
Just can't figure out how to fix it and where am I doing wrong.
I even set up a template MVC4 site, with ...
2
votes
1answer
109 views
DotNetNuke Module Development - IoC with StructureMap
I'm very new to DotNetNuke module development but fairly well versed in StructureMap as an IoC container and the concepts of IoC and Dependency Injection.
I'm following the DNN module tutorial vids ...

