C
C#2mo 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
ffmpeg -i me -f null -
visual studio should even give you the download for it if you don't have it installed
Xeno™
Xeno™2mo ago
can you guide me on it?
ffmpeg -i me -f null -
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
jcotton422mo ago
Is that VSCode? VSCode and Framework is kind of an awkward fit, you should probably use Visual Studio or Rider.
Xeno™
Xeno™2mo 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
reflectronic2mo ago
why do you want to use 4.5
Xeno™
Xeno™2mo 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™
Xeno™2mo ago
and it only supports 4.5
reflectronic
reflectronic2mo ago
are you sure it only supports 4.5, or does it support 4.5 as a minimum
Xeno™
Xeno™2mo ago
4.5 only
reflectronic
reflectronic2mo ago
if you use something newer, what happens
Xeno™
Xeno™2mo ago
it doesn't work
reflectronic
reflectronic2mo 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
ffmpeg -i me -f null -
is there an api client, a db, or auth package that is only net 4.5?
jcotton42
jcotton422mo ago
Or is it a plugin for this STT program?
Want results from more Discord servers?
Add your server
More Posts
C# Array and Bubble Sorthello i'm learning arrays and bubble sort. My program does not display anything in the console afterDecrease all of arrays by 1, optimization because of Time limit ExeededHi I want a code to reduce all ints in int[] happiness, exept for zeros to stay. I was wondering if ✅ Difference between explicit and implicit operatorsHello there. What's the difference between defining an implicit and explicit operator? I would likresource dictionary confusionSo this is a really weird question, so bear with me as I'm gonna try explaining. I am building a WPFWhat is the equivalent of this react component if made using C# and Blazor?I'm used to just doing .NET + React, but since they improved Blazor so much with .net 8 I'm having sApplication memory keeps increasingI have an application whose memory usage keeps increasing. The obvious thought is that I have a memoServe SPA (React) in ASP.NET web APIIs it a correct way to serve SPA in ASP.NET Web API project? Is there a better way to do it? The wayHow can i detect a new e-mail arrival using GraphClientServerI'm using Microsoft's outlook service through their graph library `Microsoft.Graph.` I make a login Concern over inheritance with static interface methodsConsider the following interface: ```cs public interface ILuaModel { static abstract void SetUseResolving External Components with Nested Components in NSwag for OpenAPI specsI am using NSwag to generate a C# client from an OpenAPI spec I want this spec to reference an exte