I try to aply filters but it show this.
How can I fix it?
There is a way to set alignment of filter?
Hi Brothyam,
We are able to understand your reported scenario. We are in need of some
information related to the reported scenario. Provide more information related
to your query.
Kindly revert to us with the above-requested
details. It will be more helpful for us to check the possibilities to resolve
the reported problem.
Regards,
Vijayarasan S
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="Escritorio.Administracion.Variables" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="Escritorio.Administracion.Variables" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</sectionGroup>
</configSections>
Hi Brothyam,
The reported issue is a known one in .NET core applications and we have already reported it.
GitHub Link: https://github.com/dotnet/winforms/issues/4838
It appears that the fix for the reported scenario is only available in .Net 7, as confirmed on GitHub. Could you please confirm whether you are ready to update .Net 7? Based on the confirmation, we will proceed further.
Regards,
Vijayarasan