SqlServerTypes ARM64 .NET Parallels 'Error loading msvcr120.dll (ErrorCode: 193)'

119 views Asked by At

I need to install and run a .NET framework for work using parallels.

When running the app using ARM64 I am getting an error

Error loading msvcr120.dll (ErrorCode: 193)

The file does exists in the solution, however I realized it does not exist in the FrameworkArm64 folder but does exist on the Framework64 folder locally, not sure if it is required as it is in the solution.

Running the app in x64 or x86 just caused dependency issues.

Solutions I have tried:

  • Reinstalling redistribution files.
  • Copying the Microsoft folder in the FrameworkArm64 folder.
  • running app in different configurations

** I am running SQL on the Mac side and connecting the SSMS via IP -- again not sure if this helps.

0

There are 0 answers