Click here to Skip to main content
15,883,901 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hey Guys, i have just downloaded the latest version of PDF Sharp and Migra Doc, I am trying to get it to build but I can't for the life of me find which classes are causing the problem. I get the error: Project file must include the .Net Framework assembly ' WindowBase, PresentationCore, PresentationFramework in the reference list. I know this is caused by WPF projects but I have deleted all these from the code but I still get this error. Any help is very much apreciated thanks.
Posted

1 solution

If you had deleted all references to the PresentationFramework, you wouldn't have this issue. :) You must have missed something somewhere that still references it. It may be as simple as a using statement at the top of a file.
 
Share this answer
 
Comments
frostcox 31-Oct-12 16:17pm    
:) yeah il have a good look through it and try find out where it is, thank you.
frostcox 11-Nov-12 12:07pm    
Hey sorry it took so long to accept your answer, you were right, the wpf was referenced in most of the files so I just deleted all the references and it worked like a treat.
fjdiewornncalwe 13-Nov-12 8:53am    
No worries. It was just very nice of you to do so. Cheers.
Sergey Alexandrovich Kryukov 31-Oct-12 20:18pm    
Nice humorous pointing out the root of the problem. My 5. :-)
(And it helped OP, apparently :-)
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900