Updating Your TXTextControl.Web ASP.NET Project from Version X13 to X14 (24.0)
We just released version X14 of TX Text Control .NET Server. Existing projects using the web control TXTextControl.Web can be easily updated. ASP.NET Web Forms (AJAX) In order to update an ASP.NET Web Forms project from TX Text Control X13 to X14, the following steps are required: In the Solution Explorer, find the reference TXTextControl.Web, select it and remove it by clicking Remove from the Edit main menu. Choose Add Reference... from the Project main menu. In the opened…

We just released version X14 of TX Text Control .NET Server. Existing projects using the web control TXTextControl.Web can be easily updated.
ASP.NET Web Forms (AJAX)
In order to update an ASP.NET Web Forms project from TX Text Control X13 to X14, the following steps are required:
-
In the Solution Explorer, find the reference TXTextControl.Web, select it and remove it by clicking Remove from the Edit main menu.
-
Choose Add Reference... from the Project main menu. In the opened dialog, search for TXTextControl.ASP.NET, check version 24.0.400.500 and confirm with OK.
-
Find the web.config file in the Solution Explorer and open it. In the node configuration -> system.web -> compilation -> assemblies, find the entry for the assembly TXTextControl.Web. Change the version number from 23.0.400.500 to 24.0.400.500.
-
In the node configuration -> system.webServer -> handlers, find the handler entry for TXWebSocketHandler and change the version number from 23.0.300.500 to 24.0.400.500. Repeat the same for the handler TXPrintHandler.
-
Now, open the ASPX page that uses the TXTextControl.Web control and find the following Register script:
<%@ Register assembly="TXTextControl.Web, Version=23.0.300.500, Culture=neutral, PublicKeyToken=6b83fe9a75cfb638" namespace="TXTextControl.Web" tagprefix="cc1" %>
Replace the version number from 24.0.400.500 to 24.0.400.500. Repeat this step for all ASPX pages that use TXTextControl.Web.
ASP.NET MVC
In order to update an ASP.NET MVC project from TX Text Control X13 to X14, the following steps are required:
-
Select Manage NuGet Packages... from the Project main menu to open the NuGet Package Manager. Find TXTextControl.Web in the installed packages and update to the latest stable version.
If the new NuGet package has been installed successfully, your project is already updated.
Updating ServerTextControl and DocumentServer
If your project uses the class ServerTextControl and the DocumentServer classes (MailMerge), you will need to update these references as well.
-
In the Solution Explorer, find the references TXDocumentServer, TXTextControl and TXTextControl.Server, select them and remove them by choosing Remove from the Edit main menu.
-
Select your project in the Solution Explorer and choose Add Reference... from the Project main menu. In the opened Reference Manager, browse for most current versions of the TXTextControl.dll, TXTextControl.Server.dll and the TXDocumentServer.dll. Check these references and confirm with OK.
-
Find the licenses.licx file in your project and update the version numbers to the most current version numbers. You can also remove the version number completely, so that the license compiler uses the license of the referenced versions:
TXTextControl.ServerTextControl, TXTextControl.Server, Culture=neutral, PublicKeyToken=6b83fe9a75cfb638
Enjoy version X14!
ASP.NET
Integrate document processing into your applications to create documents such as PDFs and MS Word documents, including client-side document editing, viewing, and electronic signatures.
- Angular
- Blazor
- React
- JavaScript
- ASP.NET MVC, ASP.NET Core, and WebForms
Related Posts
TX Text Control 33.0 SP3 is Now Available: What's New in the Latest Version
TX Text Control 33.0 Service Pack 3 is now available, offering important updates and bug fixes for all platforms. If you use TX Text Control in your document processing applications, this service…
ASP.NETASP.NET CoreDocument Viewer
High-Performance Text Replacement in Large DOCX Files using C# .NET
Learn how to efficiently replace text in large DOCX files using C# .NET and the ServerTextControl component from Text Control. This article demonstrates the performance benefits of using the…
ASP.NETASP.NET CoreDocument Viewer
Document Viewer 33.2.1 Released: New Event and Bug Fixes
This service pack includes important bug fixes and improvements to enhance the stability and performance of the Document Viewer. In addition, a new event has been introduced to provide developers…
ASP.NETAccessibilityASP.NET Core
Upcoming Support for PDF/UA Compliance and Tagged PDF Generation in Version 34.0
We are happy to announce that version 34.0 will support PDF/UA compliance and the creation of tagged PDF documents. This significant update demonstrates our ongoing commitment to accessibility by…
TX Text Control 33.0 SP2 is Now Available: What's New in the Latest Version
TX Text Control 33.0 Service Pack 2 is now available, offering important updates and bug fixes for all platforms. If you use TX Text Control in your document processing applications, this service…