DataForm doesn't work in Silverlight 5 -


reproduction:

  1. create silverlight project
  2. turn version 5
  3. add references silverlight toolkit (using nuget or direct)
  4. add dataform page
  5. 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()}
  6. turn silverlight 4
  7. 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

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -