Click here to Skip to main content
16,003,417 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ,

I am new to WPF . I am unable to see the Designer file while i am opening the .xaml file . And some times in other systems i found the designer page in Visual studio 2008 . Can you please any one clarify this
Posted

1 solution

Yes, you can develop WPF application in VS2008.

Here:
Introduction to WPF with Visual Studio 2008[^]
How to create a simple WPF application in VS2008[^]
Building application with VS2008[^]


UPDATE:
First guess, is it collapsed/closed? :)

Second guess, I found that quite handful people have faced this issue.
See if doing this resolves:
You can start your VS with "resetskippkgs' key (put this in Run command: 'devenv /resetskippkgs'). It'll erase all VS settings and packeges settings.

Related discussions here:
http://social.msdn.microsoft.com/Forums/en/vswpfdesigner/thread/053dc5c3-27fe-4ea2-a7f5-5c6cf35000bb[^]
http://stackoverflow.com/questions/859335/visual-studio-2008-xaml-editor-not-working-disappeared[^]

Third guess, since not sure of versions installed, have a look at this blogpost: Visual Studio 2008 - Where is the Xaml Designer?[^]
 
Share this answer
 
v2
Comments
ram.budithe 16-May-12 8:16am    
Thank u .. Some where i can see the designer some times .. and some times i cant see the designer page for xaml in VS2008 .. What might be the problem ?
Sandeep Mewara 16-May-12 12:39pm    
Updated my answer. Have a look.

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