Apparently these references are no longer supported!?
Mono.Data.Sqlite can be replaced by NuGet package Microsoft.Data.Sqlite
ASMX (SOAP) web services client can be created as a WCF service reference.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello, I'm trying to migrate a project from Xamarin.Forms to .Net MAUI.
With Xamarin.Forms I had some references inside 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!
Apparently these references are no longer supported!?
Mono.Data.Sqlite can be replaced by NuGet package Microsoft.Data.Sqlite
ASMX (SOAP) web services client can be created as a WCF service reference.