✅ Hey, I am getting this error in VS code whenever I am trying to use a C# file.
System.IO.FileNotFoundException: Retrieving the COM class factory for component with CLSID {177F0C4A-1CD3-4DE7-A32C-71DBBB9FA36D} failed due to the following error: 8007007e The specified module could not be found. (0x8007007E).
13 Replies
I am using C# with VS code with Unity
Did you do dotnet --info in a console? Sounds like you are missing the SDK
Yes the second image with the red text is what popped up when I typed dotnet --info to the console
But then I have the SDK installed and even on the correct path.
Have you checked and made sure the 64 bit version is listed above the 32 bit version in PATH?
Unknown User•9mo ago
Message Not Public
Sign In & Join Server To View
No workloads are installed, nothing to repair. Run
dotnet workload search
to find workloads to install.
that's what it showedUnknown User•9mo ago
Message Not Public
Sign In & Join Server To View
Yes
Alr lem try that
Unknown User•9mo ago
Message Not Public
Sign In & Join Server To View
I will let you know as soon as I complete everything
Hey, I'm back and this time it's all good. thank you so much for the help. Really broke my brain for this 😅
Unknown User•9mo ago
Message Not Public
Sign In & Join Server To View
Use the /close command to mark a forum thread as answered
Yes