1-10 of 42 < Previous Next >
1 vote

error injecting mvc application

i'm adding unity support to an mvc application using as reference this article http://blogs.microsoft.co.il/blogs/gilf/archive/2009/02/08/how-to-use-unity-container-in-asp-net-mvc-framework.aspx: e...

id# 4628 | Planned Release: None | Last Updated: Jun 27 at 11:21 AM by lucamorelli | Created On: Jun 27 at 11:21 AM by lucamorelli
1 vote

Intercepting event add/remove methods does not work with VirtualMethodInterceptor and InstanceInterceptor

TransparentProxyInterceptor works. InstanceInterceptor fails with TypeLoadException in InterfaceInterceptorClassGenerator.CreateProxyType ("Method 'add_E1' in type 'DynamicModule.ns.Wrapped_IMyInte...

id# 4608 | Planned Release: None | Last Updated: Jun 22 at 11:30 AM by jnykiel | Created On: Jun 22 at 11:30 AM by jnykiel
1 vote

Hidden Property Causes AmbigiousMatchException in InterceptionExtension

Microsoft.Practices.Unity.InterceptionExtension.ReflectionHelper calls Type.GetProperty(string name) method. if target property is sealing one of its base class, AmbigiousMatchException is raised.

id# 4568 | Planned Release: None | Last Updated: Jun 11 at 7:17 AM by matarillo | Created On: Jun 11 at 7:17 AM by matarillo
2 votes

Resolution of the dependency failed with Container.Resolve<I>(string name)

The following code produce an exception. public interface I1 { } public class A1 : I1 { } Container.RegisterType<I1, A1>(); Container.Resolve<I1>("NAME"); ...

id# 4526 | Planned Release: None | Last Updated: Jun 11 at 1:04 AM by aminer | Created On: Jun 2 at 7:56 AM by syl74
1 vote

Should have the option of "RemoveExtension"

Since we can "AddExtension", it could be useful to also have to ability to "RemoveExtension"

id# 4409 | Planned Release: None | Last Updated: May 15 at 6:59 PM by bobbyangers | Created On: May 15 at 6:59 PM by bobbyangers
1 vote

Dispose should call "RemoveAllExtensions"

Currently the Dispose calls: this.extensions.Clear() This however does not call the extesion to be "removed", it just clears the list, hence the "remove" override of the extensions are never...

id# 4408 | Planned Release: None | Last Updated: May 15 at 6:57 PM by bobbyangers | Created On: May 15 at 6:57 PM by bobbyangers
1 vote

Change the default RegisterInstance method behavior not to be stronglly referenced singleton

Hi, I found that current behavior of RegisterInstance (to register instance as a strong referenced singleton - using ContainerLifeTimeManager) to be very dangerous because it contradicts the defau...

id# 4335 | Planned Release: None | Last Updated: May 4 at 7:06 AM by malovicn | Created On: May 4 at 7:06 AM by malovicn
1 vote

Multiple policies with match-rule with the same name: last in win

If you configure Unity with policies and you have for multiple policies, and each of those policies have a matching rule with the same name (although they are part of a policy with a different name...

id# 4295 | Planned Release: None | Last Updated: Apr 21 at 4:52 PM by vincent_lauzon | Created On: Apr 21 at 3:35 PM by vincent_lauzon
1 vote

Duplicate page in printable documentation

Page 83 of the PDF (version 1.2) is identical to page 82, differing only by formatting.

id# 4284 | Planned Release: None | Last Updated: Apr 19 at 10:03 PM by ritchiep | Created On: Apr 19 at 10:03 PM by ritchiep
2 votes

Registering Types Multiple Times

Unity currently allows the same type to be registered multiple times, replacing the registration information with the last registered type. This can cause unexpected behavior especially within com...

id# 4205 | Planned Release: None | Last Updated: Jun 11 at 1:05 AM by aminer | Created On: Apr 7 at 12:44 AM by derekgreer
1-10 of 42 < Previous 1 2 3 4 5 Next >
Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Version 2009.6.1.15196