This topic is locked

ASPRunner.NET 5.0 beta (build 2441) is available for download

12/19/2008 11:22:56 AM
ASPRunner.NET General questions
Sergey Kornilov admin

July 1st, 2009

ASPRunner.NET 5.0 beta (build 2441)
ASPRunner.NET 5.0 requires new registration keys. This update is free to customers who purchased ASPRunner.NET less than one year ago. All other customers can upgrade for $99.
We'll send out new registration keys when final version is released.
Direct download links:

http://www.asprunner.com/files/asprunnernet50b-setup.exe

http://www.asprunner.com/files/asprunnernet50b-setup.zip
New features in this release

  • full support of ASPRunnerPro/PHPRunner layouts and color schemas
  • Multilanguage table/field labels
  • Master-details improvements

    Multiple primary-foreign keys to link tables

    Number of details records on the list page

    Inline preview of details records
  • Security features

    Only allow complex passwords (mixed cases, non-alphanumeric characters)

    Registration confirmation via email

    CAPTCHA

F
fmbma 12/24/2008

Error trying to build a couple tables from SQL 2008 Express
Compiler Error Message: CS0246: The type or namespace name 'Data' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 10: using System.IO;

Line 11: using Smarty;

Line 12: using Data;

Line 13: using SubSonic;

Line 14: using System.Web;
Source File: d:\atestb\asprun2\output\App_Code\tblCustomers_masterprint.aspx.cs Line: 12

Sergey Kornilov admin 3/4/2009

f-b,
post your application to Demo Account (last tab in ASPRunner.NET) and open ticket at http://support.xlinesoft.com

F
fmbma 3/4/2009

Sergey,

with all due respect, it's been more than 2 months and there's been no response to my post, nor any updates on Ver 5. I've removed Ver. 5 from my computer. There doesn't seem to be any motivation on Xlinesoft's part to make asprunner.net into a strong product like your others, or to keep your customers informed on Ver 5. I still use Ver 3, which works despite being very primitive. I've never gotten Ver 4 to produce a production quality site, and Ver 5 doesn't look like it's off to a good start.
thanks,
Fred

f-b,

post your application to Demo Account (last tab in ASPRunner.NET) and open ticket at http://support.xlinesoft.com

Sergey Kornilov admin 3/4/2009

Fred,
I'm sorry about this.
In fact we have updated it several times and latest version (build 1091) can be found at http://www.asprunner.net/tmp/asprunnernet-setup.exe
We are just one step away from making final version available to public.

F
fmbma 3/5/2009

Sergey,

thanks, I'll try it. I've clicked the .zip link above many times because that allows me to see the file date. Apparently that one hasn't been updated.
Fred

Fred,

I'm sorry about this.
In fact we have updated it several times and latest version (build 1091) can be found at http://www.asprunner.net/tmp/asprunnernet-setup.exe
We are just one step away from making final version available to public.

B
Bryan 4/29/2009

As a previous ASPRunner customer, I hope to select either ASPRunner, PHPRunner or ASPRunner.NET for use in my new company.
My preference would be .NET however I'm a little concerned by some of the comments posted here (I haven't downloaded it for evaluation).
Sergey, I understand a new version is "one step away", but in the meantime could you please confirm:

  1. Will .NET have all the features of ASPRunner 6.1? If not, could you please confirm what's missing?
  2. Will there be any additional functionality that the .NET version will have over ASPRunner?
  3. What "step" requires completion and when will the final release be available (estimate)?
    Regards,
    Bryan

Sergey Kornilov admin 4/29/2009

ASPRunner.NET 5.0 won't have any of ASPRunnerPro 6.1 new features (cascading menus etc). Besides that it won't have reports, charts and dynamic permissions.
There are no additiona, .NET specific features, in ASPRunner.NET.
We expect ASPRunner.NET final version to be available next week. We are fixing some issues related to dependent dropdown boxes and Oracle connectivity.

F
fmbma 6/9/2009

Did you not reset the trial period on this latest beta? I last tried the 5.0 beta a few months ago, so now it says my trial has expired. How can I evaluate the product?

Sergey Kornilov admin 6/10/2009

f-b,
contact me directly at support@xlinesoft.com.

F
fmbma 6/10/2009

Just tired creating a simple application with a few tables in a SQL2008 database. No login page. here is the error I get on any page:
Line 840: Dim oCol As String = String.Empty

Line 841: Dim oID As String = String.Empty

Line 842: If Not func.IsAdminUser() Then

Line 843: oCol = OwnerColumn

Line 844: oID = OwnerID
[color=#FF0000]Cancel this - Build 2269 resolved it.