There is a problem with Unity 4.x versions. Here are steps to reproduce it:
1 . Create "Windows -> Classic Desktop -> WPF Application" project in Visual Studio.
2 . Add "Prism.Unity" v6.0.1 NuGe...
Id #12782 | Release:
None
| Updated: Oct 12, 2015 at 10:30 PM by Robot1que | Created: Oct 12, 2015 at 10:30 PM by Robot1que
Hi,
We are using Unity2.0 with asp.net 4.5 framework.
We have used custom http module and registering types in every application start event.
Lifetimemanager is extended to use HttpContext.Cur...
Id #12781 | Release:
None
| Updated: Aug 26, 2015 at 12:59 PM by ashwinee_VENGURLE | Created: Aug 26, 2015 at 12:59 PM by ashwinee_VENGURLE
code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Practices.Unity;
namespace ConsoleApplication3
{
class Pr...
Id #12780 | Release:
None
| Updated: Oct 15, 2015 at 2:50 PM by fcarlier | Created: Aug 5, 2015 at 8:11 AM by Chris97
Hello Guys,
When I'm starting my project (based on Project Orleans), it comes out that a weird warning is thrown by a missing reference:
[2015-07-26 20:03:06.970 GMT 6 INFO 100000 Assemb...
Id #12779 | Release:
None
| Updated: Jul 26, 2015 at 8:25 PM by ironmala | Created: Jul 26, 2015 at 8:25 PM by ironmala
Registering something with the PerRequestLifetimeManager doesn't work if you call RenderAction on a controller.
I have a repository using DB context which is setup using a PerRequestLifetimeManag...
Id #12778 | Release:
None
| Updated: Jul 8, 2015 at 9:07 AM by nathandickinson | Created: Jul 8, 2015 at 9:07 AM by nathandickinson
It appears that if you use RegisterType<TTo, TTFrom> to register a mapping with Injected Property parameters and then call it again without, the previous BuildPlan is not cleared.
The issue in m...
Id #12777 | Release:
None
| Updated: Jun 10, 2015 at 8:04 AM by dot_NET_Junkie | Created: Jun 3, 2015 at 9:59 PM by dellycowboy
One application get shutdown showing error message like "The resource is not available" and Application Pool need to restart. It uses Unity Framework for IoC.
Below is the Server log:
Exception...
Id #12776 | Release:
None
| Updated: May 22, 2015 at 1:47 PM by MarsRoverII | Created: May 22, 2015 at 1:47 PM by MarsRoverII
I am using Enterprise Library 6 and Unity v.3.5.0.0
The following error occurs:
Could not load type 'Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.ConfigurationSection...
Id #12775 | Release:
None
| Updated: Apr 28, 2015 at 11:06 AM by jovicam | Created: Apr 28, 2015 at 11:05 AM by jovicam
Attempting to register an object created with RealProxy.GetTransparentProxy() method:
var fooProxy = new FooProxy(); // class FooProxy : RealProxy
var foo = (IFoo)fooProxy.GetTransparentProxy();
c...
Id #12774 | Release:
None
| Updated: Mar 5, 2015 at 5:10 PM by scottstubbs | Created: Mar 5, 2015 at 5:10 PM by scottstubbs
Firstly let me explain how much I LOVE Unity. It is by far my favourite (sorry, UK spelling!) dependency injection library - even outside of .NET.
I personally find that explicitly defining my DI...
Id #12773 | Release:
None
| Updated: Feb 7, 2015 at 12:51 PM by tommed | Created: Feb 7, 2015 at 12:40 PM by tommed