I can't run that project. I am getting ~400 errors in "DrawToolsLib" class library
– XyroidJun 13 '12 at 12:13
getting error symbol in this assemblies "WindowsBase, PresentationCore, PresentationFramework"
– XyroidJun 13 '12 at 12:22
add these refrances from dot.net refrances. which version of visual studio you are using.
– JSJJun 13 '12 at 12:29
tried that it didnt worked
ref : http://stackoverflow.com/questions/10820241/error-project-file-must-include-the-net-framework-assembly-windowsbase-prese
– XyroidJun 13 '12 at 12:37
which version visual studio and which framework you are using.?
– JSJJun 13 '12 at 12:39
1
To run WPF-DrawTools you have to:
Let the VS to convert the project.
Set appropriate NetFramework version (say, Net 4.5).
Add references to correspondent libraries (e.g., PresentationCore) if VS could not find them itself.