You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wherever the UI consists of TMInput controls, if we navigate to that UI , the app is crashing. It is only happening for TMInput control. We have used ResourceDictionary to append a TMInput UI, It is working till .net 8. But it is not working in .Net 9. it is throwing exception and app crashed.
The below exception we are getting.
MethodAccessException: Attempt by method 'Trimble.Modus.Components.TMInput.InitializeComponent()' to access method 'Microsoft.Maui.Controls.ResourceDictionary.SetAndLoadSource(System.Uri, System.String, System.Reflection.Assembly, System.Xml.IXmlLineInfo)' failed.
The text was updated successfully, but these errors were encountered:
Modus control (TMInput) is not working in .Net 9.
Wherever the UI consists of TMInput controls, if we navigate to that UI , the app is crashing. It is only happening for TMInput control. We have used ResourceDictionary to append a TMInput UI, It is working till .net 8. But it is not working in .Net 9. it is throwing exception and app crashed.
The below exception we are getting.
MethodAccessException: Attempt by method 'Trimble.Modus.Components.TMInput.InitializeComponent()' to access method 'Microsoft.Maui.Controls.ResourceDictionary.SetAndLoadSource(System.Uri, System.String, System.Reflection.Assembly, System.Xml.IXmlLineInfo)' failed.
The text was updated successfully, but these errors were encountered: