Xamarin References like System.Web.Services or Mono.Data.Sqlite not working in MAUI #25133
Closed
tester1a2b
started this conversation in
Upgrading from Xamarin
Replies: 1 comment
-
Mono.Data.Sqlite can be replaced by NuGet package Microsoft.Data.Sqlite |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to migrate a project from Xamarin.Forms to .Net MAUI.
With Xamarin.Forms I had some references in the .iOS and Android projects:
System.Data
System.Web.Services
Mono.Data.Sqlite
After migration I can find these under Dependencies – Assemblies with warning symbols.

Defining the namespaces is not working.
Can I no longer use these references under .NET MAUI?
I want to consume ASMX (SOAP) web services and use its CookieContainer property.
I would also like to access the local Sqlite DB with commands, data readers, etc.
Maybe someone can help me. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions