Hello all,
I have a little understanding problem with my small C# projects and .Net.
If I created a project and set as target .Net 4.8, then on a target machine to which I copy all the files \bin\debug\* must be installed on the .Net 4.8 version?
The same goes for the DLL references for included NuGet packages?
I have several cases on target systems without .Net 4.8 and the C# exe still works and one case with .Net 4.8 installed where the application crashes because it can't load the NuGet DLL.
Further cases where I install the .Net 4.8 runtime the application still does not run.
Quite confusing. Do you have any explanation?
Thanks a lot
reredok
I have a little understanding problem with my small C# projects and .Net.
If I created a project and set as target .Net 4.8, then on a target machine to which I copy all the files \bin\debug\* must be installed on the .Net 4.8 version?
The same goes for the DLL references for included NuGet packages?
I have several cases on target systems without .Net 4.8 and the C# exe still works and one case with .Net 4.8 installed where the application crashes because it can't load the NuGet DLL.
Further cases where I install the .Net 4.8 runtime the application still does not run.
Quite confusing. Do you have any explanation?
Thanks a lot
reredok