views:

124

answers:

2

I am currently following instructions in a book to develop an application. It asks me to download StructureMap and then move the StructureMap.Dll file and the Log4Net.dll into the bin files. The problem is there doesnt seem to be a Log4Net.dll file in the StructureMap files, the only other dll apart from the StructureMap.dll is the Rhino.Mock.dll. can anyone help? Thanks Rachel

+1  A: 

StructureMap underwent a bit of an overhaul recently, so it's possible that a dependency on log4net was removed during that process. In any case, StructureMap does not currently require log4net. Here's a quick screenshot from Reflector showing as much:

alt text

It might be worthwhile to find out which version of StructureMap the book is referencing and try that one rather than the latest.

ladenedge
Ahh that would explain it, thanks for your help. there's not much info out there.
Rachel Shearer
A: 

I'm developing the same social networking site too. Download StructureMap V.1.1 from here... u will find both the dlls

http://github.com/structuremap/structuremap/downloads

If you are doing the same projects, I'd like to co-ordinate with you. If you would, please email me at [email protected]

Thanks!

Muhammad Hasham