Common Reasons A C# Program Won’t Run On A Clean Install Of Windows 11
So, back in 2017, someone made a C# program to help auto populate a Word Document with data from a design program. And has worked as expected. The few users that use it are on “Upgraded Windows 11” machines and one on Windows 10. If we create a new Windows 11 machine and try to run this program, it doesn’t kick off. I made sure that the old PC and the new one had the same .NET as set in ADD WINDOWS FEATURES. It doesn’t return an error or generate a system log. It just won’t work…
I am not a C# developer but I do have the source code…I tried debugging on my machine (where it will not run) and still haven’t found a reason why it isn’t running. It is almost a needle in a haystack but we need it resolved.
Any suggestions?
So, back in 2017, someone made a C# program to help auto populate a Word Document with data from a design program. And has worked as expected. The few users that use it are on “Upgraded Windows 11” machines and one on Windows 10. If we create a new Windows 11 machine and try to run this program, it doesn’t kick off. I made sure that the old PC and the new one had the same .NET as set in ADD WINDOWS FEATURES. It doesn’t return an error or generate a system log. It just won’t work… I am not a C# developer but I do have the source code…I tried debugging on my machine (where it will not run) and still haven’t found a reason why it isn’t running. It is almost a needle in a haystack but we need it resolved. Any suggestions? Read More