Skip to main content
Nintex Community Menu Bar

Toolbox problems - bizarre

  • November 13, 2007
  • 3 replies
  • 26 views

Forum|alt.badge.img+3

I'm having problems with the VS toolbox on two different systems.


On one machine, the toolbox comes up empty after re-opening a project.  When I create the BP project initially, the K2 toolbox components are there and usable, but after saving and re-opening, there is nothing there.  The toolbox opens with "General" tab and nothing else.  I see no way to add them back.


On the other machine, the K2 tools do not work.  I create a new BP project, then try to drag an event onto the canvas, and I get an error saying that the template is missing.  Haven't found anything on fixing this.

3 replies

Forum|alt.badge.img+3
  • Author
  • November 16, 2007

First problem still happening.


Second problem was because C++ was not installed on this particular VS installation.  Adding the C++ components fixed this problem.


Forum|alt.badge.img+2
  • February 7, 2008

Try deleting the .suo file (a user options file) in your VS solution folder. then the next time you open it, the toolbox should be re-populated with all the K2 stuff.

 

Simon 


Forum|alt.badge.img+10
  • Nintex Partner
  • February 7, 2008

you may also want to try to run


devenv /setup


from a command line. That fixed a similar issue for me