I have .NET 4.6.1 installed but still get error "The reference assemblies for framework ".NETFramework,Version=v4.5.2" were not found." (my C++ app complies fine as well).
Can I edit "microstation.exe.config" somehow to avoid this warning??? The following section seems relevant:
<startup useLegacyV2RuntimeActivationPolicy="true">
<!--
.NET 4.5.2 is required for CONNECT Edition
-->
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
</startup>
Can I edit "microstation.exe.config" somehow to avoid this warning??? The following section seems relevant:
<startup useLegacyV2RuntimeActivationPolicy="true">
<!--
.NET 4.5.2 is required for CONNECT Edition
-->
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
</startup>