1
Answer

.NET 10 Windows application

I just finished a desktop application, but I'm having a small problem. I designed this application using .NET 10/WPF. I created the installation package with Advanced Installer. Everything works fine. My issue is that the application depends on the .NET 10 runtime to install. How can I eliminate this dependency?

Answers (1)