-3

I need to install a software in either

  • Microsoft windows server RC2 Service Pack 2
  • or Microsoft windows server Service Pack 2

How can i do that because Microsoft has stopped product service for windows 2003 since 2012. So i can not download Dot Net Framework 4.5 in that system

Can any one please suggest me a solution?

Peter
  • 3,916
  • 1
  • 22
  • 43

2 Answers2

1

Modify the requirements of your app to be .NET 4.0

ErikEJ
  • 40,951
  • 5
  • 75
  • 115
1

I'm sorry but you can't, as there is no .net framework 4.5 for windows 2003 as explained here: Does .NET Framework 4.5 work on Windows Server 2003?

You should upgrade your server or search a version of your softwre that uses an older version of the framework.

I'm sorry

Community
  • 1
  • 1
gabboman92
  • 21
  • 7
  • Thanks for quick reply.. Actually we build that software one of our client has windows server 2003 system he wants to install only in that system. So we totally struck.. So i may try to use .NET 4.0 in my app – Venkata Ramana Nov 05 '16 at 11:59
  • Oh, I didn't know that part. Then use .Net 4.0. I hope your software does not use features from 4.5. Rebuild and try again – gabboman92 Nov 05 '16 at 12:09