CSharp dotnet v4.5 unable to compile
Hey, i am using a legacy program and there's a issue with it, the target version for it is v4.5 and i am unable to find v4.5 over microsoft official binaries or anywhere. And the one's i got i am unable to install.
Please help me out!
15 Replies
visual studio should even give you the download for it if you don't have it installed
can you guide me on it?
is this what you need? https://dotnet.microsoft.com/en-us/download/dotnet-framework/net452
i can't now, vs should show a window for the missing sdk when you open the project
Microsoft
Download .NET Framework 4.5.2 | Free official downloads
Downloads for building and running applications with .NET Framework 4.5.2 . Get web installer, offline installer, and language pack downloads for .NET Framework.
Is that VSCode?
VSCode and Framework is kind of an awkward fit, you should probably use Visual Studio or Rider.
yes that is vscode, i use rider mostly was just checking the csproj using vscode as it reloads faster
i am able to make it work with 4.5.2
but i wanna use 4.5
and it doesn't have a developer pack
why do you want to use 4.5
i am using the api from https://sterlingtradingtech.com/
Sterling Trading Tech
Trading Technology Solution Provider | Sterling Trading Tech
Sterling Trading Tech is a leading provider of trading technology solutions, oms and infrastructure solutions, risk and margin tools worldwide.
and it only supports 4.5
are you sure it only supports 4.5, or does it support 4.5 as a minimum
4.5 only
if you use something newer, what happens
it doesn't work
in what way does it not work
the only way to write a .NET Framework 4.5 application is to download Visual Studio 2019, and download all of the legacy developer tools through that. it is unpleasant
i am very doubtful that this is actually a requirement. it does not really make sense
is there an api client, a db, or auth package that is only net 4.5?
Or is it a plugin for this STT program?