Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.