4647t35c1v
New member
- Joined
- Oct 11, 2024
- Messages
- 3
- Programming Experience
- 10+
Hello, I'm trying to migrate a project from Xamarin.Forms to .Net MAUI (.Net 8).
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!
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!
Last edited: