i have downloaded the rad studio from the following link:
https://www.embarcadero.com/products/rad-studio/start-for-free
now my problem is that i want to set up a mysql connection via firedac, tutorials say that i must use the TFDConnection component, but i cannot find that in my tool pallet. i think my studio version does not support firedac.
how do i get firedac available in my rad studio?
Just in case this could help some people, i had a similar problem : no fireDAC available, even after activating architect trial licence.
The problem was i had 2 coexisting RAD studio versions : i installed RAD Studio 10.2 Tokyo starter and then RAD Studio 10.1 Berlin Architect Trial.
Though there were 2 distinct licences, it seems the 10.1 only accessed the tools supplied with the starter edition.
Uninstalling both and reinstalling only 10.1 Architect Trial solved the problem.
Firedac is only available in the Architect, Enterprise and Professional versions
https://www.embarcadero.com/docs/rad-studio-feature-matrix.pdf
See page 17
Related
I just installed the .Net Core 3.0 SDK (both 64 and 32 bit version) and yet, the .Net Standard 2.1 Targeting Pack is not shown in Visual Studio's list. It is going up until 2.0 only. What am I doing wrong?
Apologizing. The problem is that I had to update visual studio.
Interestingly enough, I had Visual Studio open for several hours, and even though an update existed, it didn't prompt me to update, leaving me with the impression that it was already in the most recent version.
I had to run Visual Studio Installer manually to request for an update
Are VS 2013 and Lync sdk 2013 not compatible with each other ? i am getting error while installing sdk.
it says vs 2010 sp1 or above required. anyone else tried the same ?
What solved my problem was: with 7zip extracted the content from the installer, and then installed the correct version (x86 or x64).
After that opened Visual Studio, created a new WPF application and in the view went to the toolbox.
All the controls from Lync were there ready to use.
Visual studio templates (if they exist) were the only thing that I didn't manage to find/install.
Regards,
The install does say "or higher," but it lies. VS2013 is not supported.
True.
The Lync 2013 SDK docs on MSDN also specify VS 2010 SP1 or VS2012. See this url: http://msdn.microsoft.com/en-us/library/jj933215.aspx
A note on one of the microsoft forums suggests an upgrade is in the work and will be published soon.
From the download page, I don't see the "or above" mentioned anywhere, they're very explicit on the version of Visual Studio to be installed.
The following requirements must be met before developing applications
with Lync SDK.
Visual Studio 2010 RTM for Microsoft Windows Forms or WPF development.
Visual Studio 2010 SP1 for Silverlight development.
Microsoft .NET Framework 4.0 or later service pack.
Microsoft Silverlight 5.0 runtime.
Microsoft Silverlight 5 Tools for Visual Studio 2010 SP1.
http://www.microsoft.com/en-us/download/details.aspx?id=36824
Error message when you install Lync 2013 SDK on a computer that is running Visual Studio 2013:
https://support.microsoft.com/en-us/kb/2918796
Although, I'm not sure how you install the SDK first, since it requires the SilverLight tools, which requre the SDK .. which... 0_o
I installed my Delphi 2005 Personal but after running the IDE it gives me AV and some help bpl file error. I came to a conslusion that this occurs because somehow I don't have installed Microsoft Document Explorer.
Then my question is: where can I download Microsoft Document Explorer? I can't find any links myself. I think it comes with Visual Studio but I don't want to install it only to have a help system in Delphi.
Update
When installing Delphi I did a certain trick to not install .NET 1.0 stuff and I did wrong. There was the Microsoft Document Explorer in one of these packages. Just had to install the .NET SDK.
When installing Delphi I did a certain trick to not install .NET 1.0 stuff and I did wrong. There was the Microsoft Document Explorer in one of these packages. Just had to install the .NET SDK from Delphi installer.
Afaik it is part of MSDN, but that is an huge download:
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=20955
The Embarcadero FTP server might also be a smart location to check.
I found same problem when trying to install devExpress component for Delphi 2010. Problem was solved when reinstalling the help build.
We are currently upgrading from Delphi 7 to Delphi 2010. With Delphi 7 we use Source Connection to integrate Delphi 7 with TFS, but there does not look like there is going to be a Delphi 2010 version in time. Is there any other integration option out there?
VssConneXion is not ready for Delphi 2010 yet (there is a version for Delphi 2009 on their downloads page).
Currently, I'm running the (Microsoft) Team Explorer for managing my source code check-out/check-in and work-items.
It works fine, even though it is not integrated in the Delphi IDE.
I've not tried which version of Team Explorer works with which versions of Team Foundation System (this question has a bit more info), but here are a few download links:
Team Explorer 2010
Team Explorer 2008
Team Explorer 2005
--jeroen
There's athlant, but it's seems there's no updated version for Delphi 2010 too.
I used VssConneXion for years, but I gave up because they don't update it frequently, and you have to wait much months for new release, so I went to SVN with TortoiseSVN, and since that day, I have never needed any IDE integration, it's work wonderfully without the IDE integration, but you may don't like it at first, but after few time, you will like it more than IDE integration.
I need to migrate to RAD Studio and have this installed on a new workstation. At the moment I still need to develop with Delphi 6 until we get all the necessary control updates and sort out the version control.
So my question is can I just install Delphi 6 on the same machine with no adverse impact for either product?
Thanks in advance.
There are no problem to install D6 and RAD 2009 at the same machine.
I think that it's better install first the previos version (first D6 and after D2009), but it's not absolutly necesary.
Regards and excuse for my bad english.
Installing them on the same system is no problem at all.
For migration, our clients have good experience with migrating to Delphi 2007 first, then do the Unicode migration to Delphi 2009 or Delphi 2010 second.
Doing both migration at the same time can work, but usually result in a migration that is too complex to do in one step.
--jeroen
I have delphi 3 to 2009 installed in my machine and I dont have any problem with any of the the Delphi IDEs. Only the BDS 2006's C++ IDE does not work anymore. There is a problem when C++ builder 2006 and 2007 installed in the same machine.