kanayabhattad / autofac

Automatically exported from code.google.com/p/autofac
Other
0 stars 0 forks source link

DynamicProxy2 integration is broken after upgrade to Autofac 3.1 #450

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. clone https://bitbucket.org/perekrestov/autofacdynamicproxy2issue
2. Run the mvc4 application
3. navigate to /home

What is the expected output? What do you see instead?
Mvc4 controller successfully instantiated

Current result is an exception, see attachment for details.

What version of Autofac are you using? On what version of .NET/Silverlight?
autofac 3.1, .net 4.5, Autofac.Mvc4 3.1.0, Autofac.Extras.DynamicProxy2 3.0.2 

Please provide any additional information below.
After I downgrade autofac to the previous version then everything is fine.
Please 
hg update working-version-autofac-3.02
to verify

Original issue reported on code.google.com by perekrestov.stas on 15 Jul 2013 at 10:26

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by alex.meyergleaves on 15 Jul 2013 at 12:34

GoogleCodeExporter commented 8 years ago
This issue was closed by revision e767dc8b1d67.

Original comment by alex.meyergleaves on 15 Jul 2013 at 12:47

GoogleCodeExporter commented 8 years ago
This has been fixed in Autofac 3.1.1. If you update your NuGet packages and try 
again it should be fine. Thanks for the great bug report and repro project.

Original comment by alex.meyergleaves on 15 Jul 2013 at 12:50

GoogleCodeExporter commented 8 years ago
Thans for the quick response.
It works now.

Original comment by perekrestov.stas on 15 Jul 2013 at 1:00