PassRusher
New member
- Joined
- Jul 23, 2024
- Messages
- 4
- Programming Experience
- 3-5
So first a little background...I am not a C# developer or a developer in general. But I am often needed to go over existing code to update and fix, mostly VBA or Visual Basic but sometimes C#. I have a C# problem / question I really need some direction on. I went to a popular website where a lot of experts hang out but immediately get downvoted and eventually the post is closed when all I need is a little nudge or eyes on my issue.
Back in 2017, a developer made a C# program for us that will populate a Word Document with information from a design program. We would first run a Setup program to install this functionality and then the program will run when they execute it from the design program (you can also run it standalone). All of these users were on Windows 10 and 2 of them did an in-place upgrade to Windows 11 and they can still run this program. So users with new, clean installs of Windows 11 cannot run this program. The setup will run and it acts like it installs.
I'd post more but first want to see if anyone knows what would cause this on clean installs. I was thinking .net versions and ASP updates but they seem to match between previous, working PC and the new one.
I can post links to the C# solution / code but only if requested...I am thinking this may simply be something missing to make it work.
Thanks in advance!
Back in 2017, a developer made a C# program for us that will populate a Word Document with information from a design program. We would first run a Setup program to install this functionality and then the program will run when they execute it from the design program (you can also run it standalone). All of these users were on Windows 10 and 2 of them did an in-place upgrade to Windows 11 and they can still run this program. So users with new, clean installs of Windows 11 cannot run this program. The setup will run and it acts like it installs.
I'd post more but first want to see if anyone knows what would cause this on clean installs. I was thinking .net versions and ASP updates but they seem to match between previous, working PC and the new one.
I can post links to the C# solution / code but only if requested...I am thinking this may simply be something missing to make it work.
Thanks in advance!