Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have one C#.net Application in which i need to develop Charts and Graph.
i am developing this application in the vs 2005.
can i use WPF in this version.
please help me to solve this.
Posted
Comments
Richard MacCutchan 6-Jan-14 12:00pm    
Go to File -> New Project, and see if there is a WPF template. If not then you will need to upgrade to a later version.

Kind of, yes. You will need to install the Visual Studio 2005 Extensions for WF and WPF[^].

However, you should just download the newest version of Visual Studio Express 2013[^] and work there. Don't work with old technology on a new project. The express versions are free.
 
Share this answer
 
v2
Why don't you install the latest Visual Studio 2013 which is more powerful? You can import your current project into the new IDE. Developing WPF app in new IDE is a better choice.
 
Share this answer
 

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