I have multiple servers running Windows Server 2016. For some reason some of them have .net 4.7.2 and some have 4.7.3. When doing some research 4.7.3 I do not see even see anyway. For some reason my application does not work with 4.7.2 but it works for 4.7.3. There has been no .net framework installed ..
Category : .net-framework-version

I am using InstallAware Studio Admin for creating a setup file for our .Net windows applications in order to distribute it to the users. Recently we had set the Target Framework of the application to ".Net Framework 4.7" and this needs to be added as runtime to our application in our setup file so that ..
I’m developing a C# Windows Form Application. It is a "Hello World" application and doesn’t need any special library so I’m not force to use any special .Net Framework version. But the most important thing for me is running the application on all Windows versions without needing to install or active .Net Framework. I want ..
What’s the most optimized way to get multiple file paths through prompt box using Windows Application .Net Framework? [closed] Currently, I am using an inbuild openFileDialog1 function but it’s taking almost an hour to select the 4000 files. OpenFileDialog1 is an inbuilt function of.NetFramework which displays a standard dialog box that prompts the user to ..
Migrating .NET 4.0 application and deploying in Windows Server 2016 Currently our .NET 4.0 application is deployed in Windows Server 2008 R2. We are planning to upgrade our Windows Server 2008 R2 to Windows Server 2016. Will our application run in latest .NET framework or we need to upgrade our application’s .NET framework version to ..
Recent Comments