New issue 3 by dforsyth: Silverlight 2.0 + Ninject leads to problems with
System.Action<>, proposed solution provided.
http://code.google.com/p/ninject/issues/detail?id=3
What steps will reproduce the problem?
1. Build a silverlight 2.0 (release) project with ninject and using
System.Action<>'s
Get exceptions that System.Action<> has been defined in System and in
Ninject
Using Latest from source as of March 25th, 2009
\src\Core\Infrastructure\Delegates\Action.cs needs !SILVERLIGHT added
Should look like this now:
#if !NET_35 && !SILVERLIGHT
Downloading the silverlight dll's from the homepage seemed to have fixed
this, but then had conflict problems with ExtensionAttribute this time.
Got latest from source and rebuilt, fixed ExtensionAttribute, but broke
Action<> again.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings