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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Kudoed Authors