Problems with Visual Basic

-1

Well, I do not know what's happening, apparently the problem is with the Net Framework. However, it does not appear installed in the program manager, it should be because it comes embedded with Windows 10. I know this because when I try to install Net Framework it says that I already have a version installed on my computer.

    
asked by anonymous 21.06.2018 / 01:15

1 answer

0

Try this process:

  • Close Visual Studio
  • Open the folder:% USERPROFILE% \ Local Settings \ Application Data \ Microsoft \ VisualStudio \ V9.0
  • Delete the following files:
    • toolbox.tbd
    • toolbox_reset.tbd
    • toolboxIndex.tbd
    • toolboxIndex_reset.tbd
  • Open Visual Sudio
  • Select "Reset Toolbox"
  • This solves almost 100% of cases. If this does not resolve, I believe there is more than one version of Visual Studio installed.

        
    04.07.2018 / 21:12