Not able to drag and drop WPF controls on to window in Visual Studio 2008
-
:) Hi All, Am new to usage of WPF.Installed latest WPF toolkit and tried to make a window in Visual Studio 2008. I am not able to drag and drop other WPF controls after the first drag and drop. Explaining further, for ex. I have dropped a Label control onto window1.xaml and have configured it accordingly. Next, I want another label or textbox or even grid on the window.But to my surprise,I was not able to drag and drop any other control.On one of the Microsoft forums, they told to delete the .tbd files from the AppData directory and reset the toolbox.Did all these stuffs but no success as of yet. Please assist.
Anurag A Curious Newbie...
-
:) Hi All, Am new to usage of WPF.Installed latest WPF toolkit and tried to make a window in Visual Studio 2008. I am not able to drag and drop other WPF controls after the first drag and drop. Explaining further, for ex. I have dropped a Label control onto window1.xaml and have configured it accordingly. Next, I want another label or textbox or even grid on the window.But to my surprise,I was not able to drag and drop any other control.On one of the Microsoft forums, they told to delete the .tbd files from the AppData directory and reset the toolbox.Did all these stuffs but no success as of yet. Please assist.
Anurag A Curious Newbie...
Go to the Visual Studio command prompt and try to reset the environment by using
devenv /resetsettings
. You will however loose all VS settings that you may have created as customized settings.Build your own survey - http://www.factile.net
-
Go to the Visual Studio command prompt and try to reset the environment by using
devenv /resetsettings
. You will however loose all VS settings that you may have created as customized settings.Build your own survey - http://www.factile.net
hii..got around the problem by upgrading the .net framework 3.5 to SP1..now i am able to drag and drop other controls...however, a new problem persists..I am not able to customize the toolbox though..i right clicked on the toolbox area and clicked on choose items..then a dialog box appears with various menus..clicked on 'WPF components'..chose the controls which i needed and then clicked on OK..but to my surprise the controls were not added...tried it again 2-3 times but to no success..restarted VS again and repeated the whole procedure but couldn't do it...Please help..
Anurag A curious newbie