Props to Silverlight CLR team: My Common DLL Just Works FTMP
FTMP = For the most part
In Visual Web Developer 2008 Express Edition SP1 .NET XP Live.
- I created a new Silverlight control library, under my public SVN location.
- I did the right-click ‘Add Existing Item...’ trick.
- I navigated to J832.Common and added all of the CS files (except DBUtil and ReaderWriterLockHelper).
- And I hit build and watch it compile.
The result is a very boring looking directory with great potential: I can now use all of my common tricks in Silverlight, too.
You know, if I happen to be working on something in Silverlight. Hypothetically.