在 Chrome 上运行 TryMudBlazor 时遇到错误
最近,当Trymudblazor尝试从Mudblazor网站上尝试示例时,似乎在Chrome上遇到了问题。这似乎是最近正在发生的事情。在Microsoft Edge上一切正常。获取错误:
blazor.webassembly.js:1 System.AggregateException:发生一个或多个错误。 (无法使用Token 0100006C从Typeref解析类型(预期类'try.usercomerponents .__ main in indaybly'insembly'try.usercomponents,版本= 1.0.0.0,cultion =中性,public keytrykeytoken = null'))))))))))))) ---> system.typeloadexception:无法使用Token 0100006C从Typeref(预期类'try.userComponents。 在trymudblazor.client.program.main(string [] args)上 ---内部异常堆栈跟踪的结尾---
Recently TryMudBlazor seems to run into problems on Chrome when trying out the examples from the MudBlazor site. This seems to be something that is happening more recently. Everything works fine on Microsoft Edge. Getting error:
blazor.webassembly.js:1 System.AggregateException: One or more errors occurred. (Could not resolve type with token 0100006c from typeref (expected class 'Try.UserComponents.__Main' in assembly 'Try.UserComponents, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'))
---> System.TypeLoadException: Could not resolve type with token 0100006c from typeref (expected class 'Try.UserComponents.__Main' in assembly 'Try.UserComponents, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null')
at TryMudBlazor.Client.Program.Main(String[] args)
--- End of inner exception stack trace ---
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有一个建议清除浏览器饼干,然后在Chrome上重试,这似乎有效。
I got a suggestion to clear browser cookies and try it again on Chrome and that seemed to have worked.