Toolbox keeps all items disabled

0

I had an express version of visual studio 2015. I uninstalled and installed visual studio professional 2013. When creating an asp.net / web forms application, the items in my toolbox are disabled. Already tried:

  • give a reset toolbox
  • Relate the item
  • restart VS
  • go to directory: C: \ Users \ Leonardo \ AppData \ Local \ Microsoft \ VisualStudio \ 12.0 and shut down all files with a TDB extension.

and nothing solved the problem.

Detail:Previously,inwindowsformapplications,everythingworkedfine.Whentryingtocreateanasp.net/webformsapplication,theerroroccurred,andafterthat,neitherthewindowsformapplicationiswiththeenabledcomponents.

Detail2:Inwindowsformsapplications,right-clickingthetoolbaroptionanduncheckingtheshowalloptionwillenabletheitemstobeenabledagain.Inanasp.netwebformsproject,uncheckingtheshowalloptiononlydisplaysthismessage:

    
asked by anonymous 10.12.2015 / 00:12

1 answer

1

Look!

In Web mode, only, they are all disabled:

IfIopena.ASPXpage(whereIcanworkwithcodeaswell),thetoolscomeback:

    
10.12.2015 / 00:42