ASP.NET Maker 2018.1.0 Released

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Locked
Webmaster
User
Posts: 9425

ASP.NET Maker 2018.1.0 Released

Post by Webmaster »

We are pleased to announce the official release of ASP.NET Maker 2018. The new version can be downloaded at:
http://www.hkvstore.com/aspnetmaker/download.asp
Note: The system requirements have been changed, please read carefully before download.

ASP.NET Maker 2018 is a major upgrade from version 2017.x. It is loaded with a bunch of new features, including many frequently requested ones, please refer to here for more details:
http://www.hkvstore.com/aspnetmaker/aspnetmaker2018.asp

*** Note that ASP.NET Maker 2018 uses ASP.NET Core 2.x MVC in C#. It does NOT support older or other versions of ASP.NET, including Web Forms, ASP.NET Web Pages, VB, older versions of ASP.NET MVC, ASP.NET Core 1.x or ASP.NET Core Razor Pages.

*** Breaking Changes: The naming conventions used in server side code (C#) has been changed to be more consistent with .NET Core. ASP.NET Maker 2018 will try to convert the code when opening a project created by older versions. However, the conversion may not be 100% and you may need to convert your code yourself and use the conventions in your new code. Read "Server Events and Client Scripts" in the help file for more information.

*** ASP.NET Maker 2018 is NOT compatible with older version of ASP.NET Report Maker (including v10). ASP.NET Report Maker 11 compatible with ASP.NET Maker 2018 will be released in April 2018.

ASP.NET Core is a significant redesign of ASP.NET. If you do not know what ASP.NET Core is, read the following in the help file first:

  • Introduction to ASP.NET Core
  • Preparing Windows for ASP.NET Core Development

ASP.NET Maker 2018 can co-exist with previous versions of ASP.NET Maker. You do NOT need to uninstall previous versions if you don't want to.

Before trying the new version, please backup your existing projects first.

To purchase license for ASP.NET Maker 2018 or upgrade, please visit:
http://www.hkvstore.com/purchase.asp?prodid=13

Price and upgrade policy remains unchanged. 6-month email support.


Webmaster
User
Posts: 9425

Post by Webmaster »

2017/12/21 v2018.0.1

  • Support .NET Core SDK 2.1.x
  • Convert old projects better
  • Add advanced setting "ServerGarbageCollection"
  • Improved: Error handling for missing language phrases
  • Improved: Initialization of Modal Lookup fields
  • Improved: Support HTML page headings
  • Fixed: Error on double clicking Modal Lookup buttons
  • Fixed: MySQL TIMESTAMP and DATETIME fields data type
  • Fixed: Missing active menu item
  • Fixed: Error when cleaning upload temp path
  • Fixed: Absolute URL of user *.js and *.css files
  • Fixed: Multiple Auto-Suggest fields with option template
  • Fixed: Scrollable Table with Inline-Add/Edit
  • Fixed: Field Visibility extension on Add/Edit (List page)
  • Fixed: Unicode characters in display values for searchable lookup fields (List page)
  • Fixed: Encrypted file path
  • Fixed: EPPlus and iTextSharp extension table level settings for reports
  • Other minor bug fixes and improvements

Webmaster
User
Posts: 9425

Post by Webmaster »

2018/04/03 v2018.0.2

  • Compatible with ASP.NET Report Maker 11
  • Fixed: Modal-Add/Edit in Modal-View dialog
  • Fixed: First option selected after clearing dropdown selection list
  • Fixed: "Please select" text for dropdown selection list
  • Fixed: Searching date fields with LIKE
  • Fixed: Data truncated when concatenating lookup field display fields (MSSQL)
  • Fixed: Updating encrypted password
  • Fixed: "Remember me" option
  • Fixed: SQL SELECT DISTINCT not handled properly
  • Fixed: Controller_Action and Menu_Rendered server events
  • Fixed: Boolean field with SELECT Edit Tag (PostgreSQL)
  • Fixed: Custom Template tags parsed incorrectly
  • Fixed: ExecuteHtml() method
  • Fixed: Cleaning up upload temporary paths
  • Fixed: "Delete" button in Master/Detail-View with Multi-Delete
  • Fixed: Advanced Search page
  • Fixed: AdjustSql() method (MySQL)
  • Fixed: CONCAT with null field (MySQL)
  • Fixed: Export with Custom Template
  • Fixed: Lookup Field as Href Field
  • Fixed: Validation with AutoSuggest field
  • Fixed: Multi-Page page indexes not sorted as numbers
  • Fixed: GUID autoincrement field not returned properly
  • Improved: Prevent repeated submission of Modal Dialog
  • Improved: CleanEmailContent() method
  • Improved: Hide language selector if single language
  • Always use placeholder for login/changepwd/forgotpwd pages
  • Use NVARCHAR instead of NTEXT when creating tables (MSSQL)
  • Nuget packages version updated
  • Use System.Drawing.Common
  • Use Oracle.ManagedDataAccess.Core
  • Other minor bug fixes and improvements

Webmaster
User
Posts: 9425

Post by Webmaster »

2018/06/25 v2018.1.0

  • Support ASP.NET Core 2.1
  • Option: Personal Data page
  • Option: Use Cookie Policy
  • Option: Use HTTPS redirection
  • Option: Use local redirection
  • Fixed: Email address in registration email
  • Fixed: Tooltip with images
  • Fixed: Locale in date time picker
  • Fixed: Errors in projects integrating ASP.NET Report Maker
  • Compatible with ASP.NET Report Maker 11.1
  • Other minor bug fixes and improvements

Locked