zcz527 / autofac

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

FileNotFound Exception using Mogre with Autofac #74

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Adding Mogre Framework to Project
2. Adding a class to the Autofac container, which uses Mogre

What is the expected output? What do you see instead?

- / a FileNotFound Exception is raised.

What version of the product are you using? On what operating system?

Windows Vista Ultimate 32 Bit / Mogre 1.4.8 3D Engine

Please provide any additional information below.

www.ogre3d.org

greets,
paddy3k

Original issue reported on code.google.com by guitarpa...@googlemail.com on 18 Jul 2008 at 7:21

Attachments:

GoogleCodeExporter commented 8 years ago
Hi Paddy,

Thanks for posting example code.

The problem is with your Mogre configuration and not with Autofac - if you 
replace
the contents of the Main method with:

        static void Main()
        {
            var f = new RenderingClass();
        }

(I.e. without Autofac,) you will find that the problem still occurs.

No ideas what this might be, probably a missing assembly.

Cheers,

Nick

Original comment by nicholas...@gmail.com on 18 Jul 2008 at 10:35