views:

58

answers:

1

Anybody know where is the source of ninject compact framework? Any version is acceptable

+1  A: 

it is here:

http://github.com/enkari/ninject

Luiscencio
nope its for .net 3.5. did you try to compile for cf? i could not build...silverlight version also is missing
jack london
I did compile it, just had to re-reference almost everything
Luiscencio
StandardScopeCallback.cs HttpContext i don't know any class like this one in cf3.5. It requires System.Web and System.Reflection.Emit i dont have any namespaces like these.
jack london
check the references... if they do exit, delete them then add'em again to the oriject
Luiscencio
jack london