ASP.NET Maker 12.0.4 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: 9427

ASP.NET Maker 12.0.4 Released

Post by Webmaster »

We are pleased to announce ASP.NET Maker 12 is released.

  1. ASP.NET Maker 12 is a major upgrade from 11.x and it is loaded with a bunch of new features:
    http://www.hkvstore.com/aspnetmaker/aspnetmaker12.asp

ASP.NET Maker 12 uses ASP.NET Web Pages (Razor). To learn more about ASP.NET Web Pages (Razor), read:
http://www.hkvstore.com/aspnetmaker/doc/aspnetrazor.htm

*** Please note that the new version requires .NET Framework 4.5, update your system as follows:

a. Install .NET Framework 4.5 on BOTH your PC running ASP.NET Maker and the web server running the generated scripts
http://www.microsoft.com/en-hk/download ... x?id=42643

b. Editor and debugger (for generated scripts)
Install Visual Studio Express 2013 for Web:
http://www.visualstudio.com/downloads/d ... -studio-vs

  1. Export to PDF
    As before, if you use Export-to-PDF, download iTextSharp:
    http://sourceforge.net/projects/itextsharp
    Unzip the downloaded file, then unzip itextsharp-dll-core.zip, and upload the itextsharp.dll to the "bin" folder of your ASP.NET applications.
    Note: Your usage must respect the developer's license: http://itextpdf.com/terms-of-use/agpl.php.

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

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

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

Please try before you buy.

The price and our upgrade policy remains unchanged:
http://www.hkvstore.com/upgrade.asp


Webmaster
User
Posts: 9427

Post by Webmaster »

2015/03/12 v12.0.1

  • Bootstrap updated to v3.3.2
  • Barcode and QRCode Custom View Tag combined. Datamatrix format supported.
  • Fixed: "Other Options" not displayed in List page
  • Fixed: Data in TextArea HTML-encoded
  • jQuery, JsRender and Colorbox updated
  • Other minor bug fixes and improvements

Webmaster
User
Posts: 9427

Post by Webmaster »

2015/04/27 v12.0.2

  • Bootstrap updated to v3.3.4
  • Fixed: Advanced Search error if input contains spaces
  • Fixed: Missing Custom Attributes for FILE Edit Tag
  • Fixed: Basic search criteria not preserved from page 2
  • Fixed: Wrong TBODY tag outputted by database helper ExecuteHtml() method
  • Improved: Improve speed for synchronzation
  • Improved: Speed of synchronization
  • Event editor auto-completion disabled (unless pressing Ctrl+Space)
  • Other minor bug fixes and improvements

Webmaster
User
Posts: 9427

Post by Webmaster »

2015/06/05 v12.0.3

  • Fixed: Audit trail (on Edit) for float fields
  • Fixed: Colorbox used for non-image href field
  • Fixed: MS Access boolean field cannot be searched properly
  • Fixed: Equal sign not showing in USER SELECT search operator
  • Fixed: Search keywords not highlighted properly and may affect Href Field
  • Improved: Handle upload file names with special characters
  • Improved: Improve loading and synchronization speed for Microsoft SQL Server database
  • Other minor changes and bug fixes

Webmaster
User
Posts: 9427

Post by Webmaster »

2015/10/08 v12.0.4

  • Bootstrap updated to v3.3.5
  • Fixed: Cannot search MySQL ENUM fields
  • Fixed: MySQL ENUM(Y/N) and MS Access Yes/No fields not handled properly
  • Fixed: "Create file upload on copy" fails if multiple file upload
  • Fixed: AutoSuggest selected value removed on blur
  • Fixed: Compilation error if table named "Color"
  • Fixed: Memo field max length (List page) ignored
  • Fixed: Audit Trail on login/logout not logged if User_LoggedIn/Out events calls Page_Terminate
  • Improved: Handle upload file names with spaces
  • UpdatedL jQuery, JsRender, and Colorbox
  • Other minor changes and bug fixes

Locked