Working through examples - Generated code - Databinding with ASP.NET 2.0, Adapter.
To add the datasource controls to the toolbox the instructions say: right-clicking the toolbox.. 'Choose items..."
After about 10 seconds Visual Studio disappears. I'm unable to add the Datasource Controls.
I've exausted the solutions proposed on the net such as installing powercommands then uninstalling powercommands. Modifying devenv.exe.config to include the following:
<dependentAssembly>
<assemblyIdentity name="Microsoft.PowerCommands" publicKeyToken="null" culture="neutral"/>
<codeBase version="1.1.0.0" href="C:\Program Files\PowerCommands\Microsoft.PowerCommands.dll"/>
</dependentAssembly>