Matblazor: Problem after upgrade to .Net Core 3 Preview 8

Created on 14 Aug 2019  路  3Comments  路  Source: SamProf/MatBlazor

After upgrade to .Net Core Preview 8 I always got the following error message:

TypeLoadException: Could not load type 'Microsoft.AspNetCore.Components.ElementRef' from assembly 'Microsoft.AspNetCore.Components, Version=3.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.

I read the doc (Upgrade info) that the following must be done from preview 7 to 8:

  • Rename ElementRef to ElementReference.
    Think this is the reason for the problem

Most helpful comment

MatBlazor supports now only Preview 7.

Work in progress. Today will release with Preview 8

All 3 comments

MatBlazor supports now only Preview 7.

Work in progress. Today will release with Preview 8

@SamProf that's great news. Thank you

Looks like complete =)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rogeralsing picture rogeralsing  路  5Comments

Mercurial picture Mercurial  路  5Comments

stoepa picture stoepa  路  5Comments

GioviQ picture GioviQ  路  6Comments

PeteJobi picture PeteJobi  路  4Comments