xsharp.eu • X# program asks for .prg files which are not mine + .Net version question - Page 2
Page 2 of 2

X# program asks for .prg files which are not mine + .Net version question

Posted: Mon May 03, 2021 9:35 am
by ic2
Hello Terry,
Terry wrote:Have done a little digging into what could possibly lie at the root of all this.
I cannot be sure, but it appears that the Windows SDK that is included with Visual Studio may not always be totally compatible with the latest Windows Upgrade.
That is very interesting! Did you retain links to where this has been written?

It would explain why the project used to debug ok with the same settings earlier.

I would say it's some kind of corruption in the saved settings file which is triggered by specific code only, as debugging worked with other projects (X# and C#). And also because rebuilding the project didn't help, so it's not in the project itself.

Dick

X# program asks for .prg files which are not mine + .Net version question

Posted: Mon May 03, 2021 5:49 pm
by TerryB1
Hi Dick

This info came from: Windows Internals Part 1 Seventh Edition (see details Amazon)

Not exactly those words, but ties up with what I remember reading elsewhere.

I would agree with what you suggest - corruption in saved settings - and for reasons you suggest.

Terry