Microsoft.Vsa.tlb could not be loaded An attempt to repair this file failed

Thurairajah Perampalamoorthy 1 Reputation point
2021-08-24T16:25:29.867+00:00

Hi,
I am using Windows 10 Pro.

I tried to edit a C++ Program in Fusion 360.

I got the message " The File C:\Windows\MicroSoft.Net\Framework\V.2.0.50727\Microsoft.Vsa.tlb could not be loaded. An attempt to repair this file failed, because the file could not be found. Please insintall this program.

I uninstalled Microsoft.asp.net.mvc-2 Visual Strudio 2010 Tools.

Uninstalled Fusion 360. Reinstalled it.

I downloaded Microsoft Visual C++ 2010 Service Pack 1 Redistributable Package MFC Security Update.

It said the following feature was successfully installed: .Net Framework 3.5(Includes Net.2.0 and 3.0).

I downloaded dotNetFx40_Full_setup and tried to installed.

Windows responded in the Microsoft .Net Framework 4 setup saying that " your installation did not occur because it is already part of this operating system. You do not need to install it."

But when I try to edit a C++ program, Visual Studio is reponding by it says the Visual C++ Project "SketchLines" is targetting ".Net.Framework,Version v4.0 which is not installed in this machine.

Now I am stuck.

Please Help.

Thurai

Windows Network
Windows Network
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Network: A group of devices that communicate either wirelessly or via a physical connection.
712 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Limitless Technology 39,511 Reputation points
    2021-08-25T10:14:01.307+00:00

    Hello,

    Thank you for your question ..

    I would like to suggest you please enable internet on your computer then enable Dotnetframework from Programs and Features from Control panel.

    If the reply was helpful, please don’t forget to upvote or accept as answer.

    Thanks,

    PRAKASH T

    0 comments No comments

  2. Limitless Technology 39,511 Reputation points
    2021-08-25T17:57:39.273+00:00

    Hello @Thurairajah Perampalamoorthy ,

    I would recommend what it helped when I had the same issue:

    I started Visual Studio Installer ("C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe") and clicked Modify button.

    On Installation details on the right I first removed under ASP.NET and web development > Optional:

    .NET Framework 4 – 4.6 development tools

    .NET Framework 4.6.2 development tools

    and any other

    Then clicked on Modify and waited for VS to remove those.

    Then I did the opposite steps again:

    I started Visual Studio Installer ("C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe") and clicked Modify button.

    On Installation details on the right I added under ASP.NET and web development > Optional:

    .NET Framework 4 – 4.6 development tools

    .NET Framework 4.6.2 development tools

    and any other I needed

    Then clicked on Modify and waited for VS to add those.

    Hope it helps
    Luis P

    0 comments No comments