You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using the precompiled version of SW2URDF in SolidWorks 2021 and it was working, but recently I downloaded/updated Visual Studio 2022 for another project and this add-in stopped working. I tried re-downloading the precompiled version and from the source but neither helped; the add-in and buttons are visible in Solidworks but just flash the popup that instantly closes.
Visual Studio gives the error:
Error MSB3644
The reference assemblies for .NETFramework,Version=v4.5.2 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks TestRunner C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets 1220
.NETFramework v4.5.2 is not available at the link; Visual Studio asked to update the .sln file to my current .NETFramework, v4.8, but that does not seem to have worked. Do I need to also download VisualStudio 2017?
The text was updated successfully, but these errors were encountered:
Oh weird, I've never heard of VS removing old versions of .Net from a machine. It's just a set of utilities for interacting with Windows and dynamically linked to by the add-in.
I have been using the precompiled version of SW2URDF in SolidWorks 2021 and it was working, but recently I downloaded/updated Visual Studio 2022 for another project and this add-in stopped working. I tried re-downloading the precompiled version and from the source but neither helped; the add-in and buttons are visible in Solidworks but just flash the popup that instantly closes.
Visual Studio gives the error:
Error MSB3644
The reference assemblies for .NETFramework,Version=v4.5.2 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks TestRunner C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets 1220
.NETFramework v4.5.2 is not available at the link; Visual Studio asked to update the .sln file to my current .NETFramework, v4.8, but that does not seem to have worked. Do I need to also download VisualStudio 2017?
The text was updated successfully, but these errors were encountered: