Forum Discussion
.NET 6 migration
Hi filio_,
Thanks for posting your issue here.
However this platform is used for how-to discussions and sharing best practices for building any app with .NET.Since your issue is a technical question, welcome to post it in Microsoft Q&A forum, the support team and communities on Microsoft Q&A will help you for any technical questions.
Besides, it will be appreciated if you can share it here once you post this technical question Microsoft Q&A.
Best Regards,
Lan Huang
- filio_Jun 15, 2022Copper Contributor
LanHuang I've posted there already, but does not have answer from them yet.
Meanwhile I figured out that it was problem with mixing APS.NET components with WinForm and WPF controls within one library assembly. So solution to this was isolate ASP.NET components from WinForm and WPF components.