Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft.Practices.ObjectBuilder2.dll not found after installing Enterprise Lib 5.0

I have recently installed Enterprise library 5.0 but I am unable to find "Microsoft.Practices.ObjectBuilder2.dll". I am working on CALTutorial where I will need this dll as reference.

Can anybody answer this?

Thanks, Omky

like image 960
Omkar Avatar asked Jun 10 '11 05:06

Omkar


1 Answers

There is breaking change in EntLib 5. The library help file mentioned about this which says that code for "Microsoft.Practices.ObjectBuilder2.dll" is included in Unity assembly hence no need of separate reference.

like image 156
Omkar Avatar answered Sep 22 '22 12:09

Omkar