?????????OpenNURBS??????(???)??????FileLoadException????????:

??????????? ??????“V2.0.50727” ????4.0?? ??????? ?????

?OpenNURBS????????????????????,??????????????????,???,?????????????,??????

有帮助吗?

解决方案

You need to add the following config to the app.config file:

<configuration>
    <startup useLegacyV2RuntimeActivationPolicy="true">
        <supportedRuntime version="v4.0"/>
    </startup>
</configuration>

For details:

<startup> Element @ MSDN

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top