C
C#10mo ago
Xeno

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!
No description
15 Replies
FestivalDelGelato
visual studio should even give you the download for it if you don't have it installed
Xeno
XenoOP10mo ago
can you guide me on it?
FestivalDelGelato
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.
jcotton42
jcotton4210mo ago
Is that VSCode? VSCode and Framework is kind of an awkward fit, you should probably use Visual Studio or Rider.
Xeno
XenoOP10mo ago
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
reflectronic
reflectronic10mo ago
why do you want to use 4.5
Xeno
XenoOP10mo ago
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.
Xeno
XenoOP10mo ago
and it only supports 4.5
reflectronic
reflectronic10mo ago
are you sure it only supports 4.5, or does it support 4.5 as a minimum
Xeno
XenoOP10mo ago
4.5 only
reflectronic
reflectronic10mo ago
if you use something newer, what happens
Xeno
XenoOP10mo ago
it doesn't work
reflectronic
reflectronic10mo ago
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
FestivalDelGelato
is there an api client, a db, or auth package that is only net 4.5?
jcotton42
jcotton4210mo ago
Or is it a plugin for this STT program?

Did you find this page helpful?