This page has information about updates, enhancements, and bug fixes in our latest software releases, ensuring you are always updated about our ongoing developments.
On this page:
This is the first release or FrameworX v10.
More than just modifications on top of previous release, FrameworX v10 was a generational change of technologies and major evolution on user interfaces, concepts and nomenclature, new functionality, enhancements on the internal architecture and product wide performance optimizations.
Therefore the Release notes shall include the future modifications on top of the FrameworX initial release, but not all the modifications comparing with FactoryStudio. In order to review the major differences of FrameworX v10 comparing with previous product line, refer to the section What is new in FrameworX v10
We will include in this section the items found and modified throughout the Release Candidate process, in order to help track and control what is being released throughout the builds:
a. It does not indicate the folder where the file will be created; ---> Documents\FrameworX\Transfers\
b. What is the extension of the Plugin? ---> .dbplugin
c. At the end of the export plugin, it shows the error 'Create component,' and it does not generate the plugin file (we also do not know the location where it will be generated), and the error message text should be 'Create Plugin.'
d. Even though the file was not generated, we notice that the plugin overwrote the Solution1.dbsln file as shown in the Welcome image.
e. Attached is the solution folder, where the HeaderLayout template was used, but as it was overwritten, it only contains the items selected for export.
f. In the Solution module, in Import Plugin, there is no command to refresh the list of plugins, and the folder selector does not work; it does not allow selecting the path where the plugins are located.
g. In the Solution module, there is no screen to view the installed components as in v9.2 (see the last image), which shows the installed plugins and the respective version in the project to indicate if the external file has version changes.
On IIS:
Enable/Install ASPNET 4.8.
MIME Types:
.tzip : application/x-zip-compressed
.dat : application/octet-stream
On Command Prompt (Run as Administrator), install share in TCP/IP service using “netsh” program (Windows):
netsh http add urlacl url=http://+:<port>/rtServices sddl=D:(A;;GX;;;IU)
If using https: netsh http add urlacl url=https://+:<port>/rtServices sddl=D:(A;;GX;;;IU)
netsh http add urlacl url=http://+:<port>/rtServices/ws sddl=D:(A;;GX;;;IU)
If using https: netsh http add urlacl url=https://+:<port>/rtServices/ws sddl=D:(A;;GX;;;IU)
TInternal- 10.0.0.265 - TServer was very slow when using a TimeZone after UTC such as Taipei (UTC+8h).
TInternal- 10.0.0.265 - Created ‘SearchPath' class in “T.Toolkit” assembly. It is used to set main path, where “fx-10” files are installed. It must be used before first access to ‘DataAccess’. Now the customer program only needs “T.Toolkit” assembly in its folder. Example:
T.Toolkit.SearchPath.Initialize(@"C:\Program Files\Tatsoft\FrameworX\fx-10");
using (DataAccess dataAccess = new DataAccess())
{
...
}
We detect another error, after change the password we cannot login with success anymore.