SimpleIdServer icon indicating copy to clipboard operation
SimpleIdServer copied to clipboard

quickstart could load type

Open 104652091 opened this issue 1 year ago • 3 comments

Unhandled exception. System.TypeLoadException: Could not load type 'SimpleIdServer.Configuration.ConfigurationRecordAttribute' from assembly 'SimpleIdServer.Configuration, Version=5.0.1.0, Culture=neutral, PublicKeyToken=null'. at System.ModuleHandle.ResolveType(QCallModule module, Int32 typeToken, IntPtr* typeInstArgs, Int32 typeInstCount, IntPtr* methodInstArgs, Int32 methodInstCount, ObjectHandleOnStack type)

104652091 avatar Aug 27 '24 06:08 104652091

Hello,

Could you explain how to reproduce this exception?

Kind regards, SID

simpleidserver avatar Aug 27 '24 20:08 simpleidserver

i have solved the issue ,cause the template used the wrong package,SimpleIdServer.IdServer.Notification.Fcm should be 5.0.1 but it's 5.0.0

104652091 avatar Aug 28 '24 05:08 104652091

Indeed, the NuGet package SimpleIdServer.IdServer.Notification.Fcm was not published on NuGet. :(

The package has now been uploaded.

Kind regards, SID

simpleidserver avatar Aug 29 '24 19:08 simpleidserver