Reputation: 11
I try to compile a Program for Windows XP.
The problem I have now is, that the .exe Visual Studio creates is not executable under Windows XP.
It gives the message, that .NET Framework 4.5 is not installed
. Because of that I compiled it for .NET 4.0, which is installed on the system.
My System:
The other System:
My Configuration in VS:
I'm a little bit confused, please help.
Upvotes: 1
Views: 1623
Reputation: 11
I found out, why it didn's work xD
I used App.config to configure the applications database connection. But I just retransferred the .exe to the customer. In this configuration file was written the corresponding .NET Version. Cause of that the execution failed.
Thanks for your help.
Upvotes: 0