-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AppCenter for VSTO in .NET Framework 4.8 not working #1583
Comments
Hello @KoenJanssensPD, thank you for getting in touch with us! |
@KoenJanssensPD, sorry for the delayed answer, we are still investigating your issue. |
@AnatolyPristensky , thank you for the update! |
Hi @KoenJanssensPD , We were able to reproduce this issue on an empty VSTO project. I tried to update sqlitepcl lib to version I would suggest you to report an issue to the SQLitePCL.raw repo. We will update the lib in SDK if they release a fix. I'll keep this bug open for now. Let's see if anyone else encounters this issue. |
@DmitriyKirakosyan , I created a new issue on SQLitePCL.raw |
Any workaroud for this ? I created new .NET Framework 4.8 project with App Center 5.0.1 and it is not working.
Setting this |
@Kalyxt As mentioned above, this is an error on the side of the |
I'm experiencing the same thing and I'm developing with .net core 6. |
Hello @pulmuone , please tell us what version of |
I'm on 5.0.2 out of order this is how all that is defined in the csproj <LangVersion>8.0</LangVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<BootstrapperPackage Include="Microsoft.VSTORuntime.4.0">
<PackageReference Include="Microsoft.AppCenter">
<Version>5.0.2</Version>
</PackageReference>
<PackageReference Include="Microsoft.AppCenter.Analytics">
<Version>5.0.2</Version>
</PackageReference>
<PackageReference Include="Microsoft.AppCenter.Crashes">
<Version>5.0.2</Version>
</PackageReference> All Im doing is AppCenter.Start(kv.ConnectionString(),
typeof(Analytics), typeof(Crashes)); I can get this to work by copying the runtimes director from |
Hi @farzonl and thank you for describing your workaround in detail. Unfortunately, the issue in the SQLitePCL.raw library has not yet been resolved. |
I know you filed your bug in 2021 and might not care about this problem anymore, but I have a fix if you still do ericsink/SQLitePCL.raw#553 You also have to change up your csproj file: And since this isn't a package you need to build your own bundle_green I have a feeling that our two issues are dupes, but since your call stack is different than mine I'd need you to confirm. |
@farzonl thanks for the update. We are currently not actively looking into this issue, but we still have some projects lying around that might benefit from your fix... |
@MikhailSuendukov This issue has been resolved by ericsink/SQLitePCL.raw#553 What is needed to roll the appcenter dotnet sdk to take this change in the next release? |
What do you mean with "to role"? |
Awesome stuff, @farzonl! Got any idea when the new ericsink/SQLitePCL.raw will drop? Eager to get it into our SDK update. 👀 |
Fixed in #1765 |
@DmitriyKirakosyan you would need to take 2.1.7 (ericsink/SQLitePCL.raw#566) to get my fix, but that is only in preview on nuget (https://www.nuget.org/packages/SQLitePCLRaw.core/2.1.7-pre20231110210158). |
@farzonl , any ideas when it will be a stable release? |
@DmitriyKirakosyan 2.1.7 releases is out https://www.nuget.org/packages/SQLitePCLRaw.core/2.1.7 |
@AnatolyPristensky When is the next release planned? If it is really far out there any chance you all could roll out a 5.0.3.1 release so that we can resolve this ticket by putting #1768 in a release? |
@farzonl , at the beginning of March. |
@DmitriyKirakosyan it is now the beginning of April. Any news on the next release? I realize that App Center is scheduled for retirement, but that is still about a year from now. |
Hello, the AppCenter .NET SDK v5.0.4 has been released, including a fix for this issue. Therefore, I am closing this issue. |
Description
sqlite3 is causing problems on a clean VSTO project with AppCenter.
Repro Steps
Please list the steps used to reproduce your issue.
Details
See sample solution on https://github.com/KoenJanssensPD/vstoappcenter
Errors:
The text was updated successfully, but these errors were encountered: