QuickReport for Delphi XE 3 - delphi-xe3

I'm migrating a project made in delphi 7 with quickreport 5.05
to delphi xe3.
I will need to update the quickreport to a newer version
or can I continue with the same version?

Related

Can not select .NET Frameworks above 4.8

Hey I tried to install the latest .NET Framework 6.0.1 from the official Microsoft Website and it shows as installed inside the Visual Studio Installer but I am somehow not able to select it. Neither can I upgrade existing Applications to 6.0 nor create Applications with .NET Framework 6.0.
So i tried installing .NET Framework 5.0 instead but it has the excatly same issues.
The highest Version that I can choose is .NET Framework 4.8.
In case it is important I am on Windows 10 - 21H1 - 19044.1415.
Image 1
Image 2
Image 3
Last version of .NET Framework is 4.8. Last version of .NET is .NET 6. They are not the same thing, .NET is a successor of .NET Core.

Unable to upgrade Couchbase server Community Edition from 4.5 to 5

I tried upgrading my Couchbase server Community version form 4.5 to 6.0 via 5.0 v. as mentioned in
Couchbase Official docuemntation.
Every time I run the 5.0 installer it gets rolled back due to the presence of 4.5v in the system.

.Net framework 4.0 issue on windows 10 os

I am trying to install one windows application on windows 10 platform. My application need to install Dot Net Framework 4.0 when trying to install then error message will appear and say to install Dot Net Framework 4.0 after that when I try to install Dot Net Framework 4.0 then error message shows me Dot Net Framework 4.0 already install in this system so I can't understand what is the issue with that.
Windows 10 included Dot Net Framework 4.0 and above.
Windows 10 (all editions) includes the .NET Framework 4.6 as an OS component, and it is installed by default. It also includes the .NET Framework 3.5 SP1 as an OS component that is not installed by default. The .NET Framework 3.5 SP1 can be added or removed via the Programs and Features control panel.
https://blogs.msdn.microsoft.com/astebner/2007/03/14/mailbag-what-version-of-the-net-framework-is-included-in-what-version-of-the-os/
So you don't need to install as already "Installed"...

Application using PowerShell System.Management.Automation compiled on Windows 8 not working on Windows 7

I built a powershell script runner on windows 8 using VS2012 and Framework 4.0 and when I launch the runner on windows 7 it gives me an error because the powershell version is older that the one on windows 8. (Win7: PS2, Win8 PS3). (System.Management.Automation)
Are there any solutions besides recompiling the application on windows 7 or installing powershell 3 on windows 7? (Or upgrading my windows 7 machine :P) Thanks!
You can reference the PowerShell 2.0 version of the assembly (v1) from your project on Windows 8. Compiling with that version will make it work on Windows 7 (PowerShell 2.0) and Windows 8 (PowerShell 3.0).
To get the PowerShell v2.0 version of this assembly you could pull it from the GAC or install the PowerShell 2.0 SDK and use that.
Also make sure your project targets .Net 3.5 for it to work on Windows 7 without having to install .Net 4.5.

MonoDevelop Not Recognizing .NET 4.5 Support

I have recently installed both Mono (3.0.8) and MonoDevelop (4.0) on my linux machine (Arch linux). I have a Solution that contains a number of projects that depend on the .NET 4.5 Framework. (Specifically, I'm working with the Casanova project) However, MonoDevelop does not seem to recognize the .NET 4.5 framework for projects; it only recognizes .NET 4.0 and prior as a target framework.
I know Mono 3.0.8 supports basic .NET 4.5, but I'm not sure why MonoDevelop cannot see this. When I create a project as Mono / .NET 4.0 and attempt to build it, it fails to find definitions for .NET 4.5 specific fields and members. Is there a way I can force MonoDevelop to read in .NET 4.5 projects?
I have built Mono and MonoDevelop from Github sources and it seems to have some .NET 4.5 support:
Not sure what about F#, I wasn't able to install F# addon yet.
The Mono version from Github master branch is Mono 3.0.4 (master/b23a610 Thu Mar 7 20:47:00 MSK 2013) for me, not 3.0.8.