Hi,@vbAtom. Where are the contents of your app.config in .net6 now? How do you use the app.config file in your project?
Here are 10 tips on how to help reduce spam:
1.Take advantage of the Junk E-mail Filter in Microsoft Office Outlook :Office Outlook helps to mitigate the problem of spam by providing the Junk E-mail Filter, which automatically evaluates incoming messages and sends those identified as spam to the Junk E-mail folder.
2.Turn off read and delivery receipts and automatic processing of meeting requests
3.Don't reply to spam
4.If a company uses e-mail messages to ask for personal information, don't respond by sending a message
Hi,@ChaitanyaUtekar-4923. Do you still get this error after restarting Visual Studio? What is your Target Framework?
You could try to switch your TargetFramework to other and then switch back to the TargetFramework you use.
Such as:
- switch to .Net Framework 4.6
- switch back to .Net Framework 4.5.2
Then you can rebuild the solution to see if the problem can be solved.
Hi,@81732665. I tested your code in Visual Studio 2022 and reproduced the error. For the problem that the Visual Studio 2022 designer does not display the window rendering color style, I recommend that you could report a problem in Developer Community.
Hi@AnthonyHarel-0364. Is there any code corresponding to the problem? If so, can you show me your code to analyze? A solution might be to introduce a FonctionViewModel type to bind to each DataGrid row instead of directly binding to your data model type (Fonction). This requires redefining some properties in the view model, which are also in the data model, and introduce the mapping logic from Font to PlantViewModel, and possibly the other way around (if your view is editable), but it will promote the data model Loose coupling between view and view.
Hi,@vbAtom. Could you show me which version of .NET6 you have installed to test?