DataForm doesn't work in Silverlight 5 -
reproduction:
- create silverlight project
- turn version 5
- add references silverlight toolkit (using nuget or direct)
- add dataform page
- this exception dataform constructor throws:
{system.io.filenotfoundexception: not load file or assembly 'system.windows.controls.data.input, version=2.0.5.0, culture=neutral, publickeytoken=31bf3856ad364e35' or 1 of dependencies. system cannot find file specified. [io.filename_name] arguments: system.windows.controls.data.input, version=2.0.5.0, culture=neutral, publickeytoken=31bf3856ad364e35 debugging resource strings unavailable. key , arguments provide sufficient information diagnose problem. see http://go.microsoft.com/fwlink/?linkid=106663&version=5.0.60401.00&file=mscorlib.dll&key=io.filename_name @ system.windows.controls.dataform..ctor()}
- turn silverlight 4
- now cool again
weird note: work in vs/exp. blend 5 designers
any ideas?? workaround???
found strange workaround: after returned sl version 4, , re-returned 5, works! (?!?)
anyway i'm sure recompiling source-code of sl tk targeting sl5 anyway.
Comments
Post a Comment