tryphotino / photino.Blazor

https://tryphotino.io
Apache License 2.0
332 stars 62 forks source link

System.AccessViolationException: ref/xxx.dll #9

Closed DavidDXY closed 3 years ago

DavidDXY commented 3 years ago

follow the document,I download the PhotinoSamples.vsix file and Create a Photino.Blazor Demo,when I debug project It show the Error message : image

DavidDXY commented 3 years ago

by the way the Photino.Blazor Version is 1.0.7

tylerwp commented 3 years ago

Getting the same error when setup from VS and command line. Run as administrator did not help. "Attempted to read or write protected memory. This is often an indication that other memory is corrupt."

exception | {"Attempted to read or write protected memory. This is often an indication that other memory is corrupt."} | System.AccessViolationException

MikeYeager commented 3 years ago

We are in the process of updating our project templates and samples. Please try updating your Photino.Blazor NuGet package to 1.1.1 (posted about an hour ago) and let us know if that solves the problem for you. We believe it will.

tylerwp commented 3 years ago

Thanks @MikeYeager working for me now!🎆