All controls are grey in the toolbox

Hi.

I use Visual Studio 2005

Microsoft Visual Studio 2005
Version 8.0.50727.42 (RTM.050727-4200)
Microsoft .NET Framework
Version 2.0.50727

When i open new project For PocketPC2003 or WindowsCE5.0 in C#

i can't see most conrols. In "Common Device Controls" section of toolbox

i see only Pointer and Button controls. Other controls disabled.

I see #13119 tab in toolbox.

Please help me!!!



Answer this question

All controls are grey in the toolbox

  • Marius Matioc

    Please try the following

    1. Close Visual Studio (make sure devenv.exe is not running).

    2. Open the folder c:\Documents and Settings\<your user name>\Local Settings\Application Data\Microsoft\VisualStudio\8.0.

    3. There should be four files ending in .tbd (they may be hidden, so you'll have to set your options to show hidden folders and files). Delete them.

    4. Start VS again.

    Does this help


  • Prabu.

    Please right click on toolbox, select "Show all" option. If that's not working, right click on toolbox, select "Reset Toolbox".



  • Tom25

    I'm having the same problem. Some controls are greyed out, I have no idea why. I'd really like to drag and drop SQLcommand to the designer. When I input my storedproc in VS 2003, it autogenerates all my params based on the SP. huge timesaver for me.
  • Brad Corbett

    Hi Ilya.

    After "Show all" i see all controls in disable.

    After "Reset Toolbox" - i can't see controls. May to see empty tab "#13119" only.

    I try reinstall Visual Studio and Framework components - and this not resolve the problem. May be problem in registry

    On my computer installed :

    Microsoft .NET Compact Framework 1.0 SP3 Developer

    Microsoft .NET Compact Framework 2.0 SP1 Beta 1

    Microsoft .NET Framework 1.1

    Microsoft .NET Framework 2.0

    Microsoft .NET Framework 2.0 SDK-ENU

    Microsoft .NET Framework SDK 2.0 (English) 1.1


  • jsang01

    Can you try uninstalling the .NET Compact Framework 2.0 SP1 Beta1 and install .NET Compact Framework 2.0 only {i.e. No sp1} and try

    Manav



  • JFoushee

    Aarthi_MSFT wrote:

    Please try the following

    1. Close Visual Studio (make sure devenv.exe is not running).

    2. Open the folder c:\Documents and Settings\<your user name>\Local Settings\Application Data\Microsoft\VisualStudio\8.0.

    3. There should be four files ending in .tbd (they may be hidden, so you'll have to set your options to show hidden folders and files). Delete them.

    4. Start VS again.

    Does this help



    I had the same problem and this solve it.

    Thanks!!


  • All controls are grey in the toolbox