cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
tomhafner
Frequent Visitor

RSKeyMgmt no longer works in the March 2018 version(1.2.6660.39920)

The RSKeyMgmt Tool throws a .Net error... Mixed mode assembly is built against version v2.0.50727 of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.

 

I tried to configure you but unfortunately without success:

 

<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
< /startup>

 

Is there a solution?

1 REPLY 1
krisztb
Power BI Team
Power BI Team

Thanks for reporting this issue! We are working on a fix.

 

As far as the mitigation you mentioned is concerned, make sure the structure of your RSKeyMgmt.exe.config file is valid (here is the full config file I tried on my repro environment):

 

<configuration>
  <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
  </startup>
</configuration>

 

Hope this helps,

Krisztian

Helpful resources

Announcements
Vote for T-Shirt Design

Power BI T-Shirt Design Challenge 2023

Vote for your favorite t-shirt design now through March 28.

March 2023 Update3

Power BI March 2023 Update

Find out more about the March 2023 update.

March Events 2023A

March 2023 Events

Find out more about the online and in person events happening in March!

Top Solution Authors