This topic is locked
[SOLVED]

 Asprunner.NET 4 does not seem to work at all

7/25/2008 10:20:31 AM
ASPRunner.NET General questions
T
togger author

it does not generate many of the files it needs to have a working DAL. E.g. generating for a table "Company" it creates the companycontroller.cs but NOT company.cs. All the tables I've tried have a primary key, etc. doesn't make any difference.
Various namespace errors...

The type or namespace name 'Company' could not be found (are you missing a using directive or an assembly reference?). Well it won't be found because the class does not get generated!
The name 'Data' does not exist in the current context.
Does not include subsonic DLL, you have to add reference yourself
Not eactly a major problem but still annoying, especially if you have not used subsonic before.
Does not work with latest version of subsonic anyway (and I can't find an older version of subsonic) ...

SubSonic.QueryCommand.QueryCommand(string)' is obsolete: 'Deprecated: Use QueryCommand(string sql, string providerName) instead.
And this is just a sample of the errors I've had
Sorry, but version 4 is FAR too bug-riddden to be used in a production environment. Disappointing because it looked promising.

A
avdk 7/25/2008

I tried that version (build 178) and it is still giving me the following error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'SubSonic' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 10: using System.Xml;

Line 11: using System.Xml.Serialization;

Line 12: using SubSonic;

Line 13: using SubSonic.Utilities;

Line 14: namespace Data

T
togger author 7/26/2008

avdk
You can fix the 'SubSonic' namespace error by adding the reference manually. Download subsonic from their site http://subsonicproject.com/ and install it. Then you just need to find the C:\Program Files\SubSonic\SubSonic 2.1 Final\SubSonic\SubSonic.dll and copy/paste it to the BIN directory of your website. Or, if you are using Visual Studio you can do it through add reference..
However, this won't fix all the other errors!__

I tried that version (build 178) and it is still giving me the following error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'SubSonic' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 10: using System.Xml;

Line 11: using System.Xml.Serialization;

Line 12: using SubSonic;

Line 13: using SubSonic.Utilities;

Line 14: namespace Data

T
togger author 7/26/2008

Also, the lastest build does not**appear to have fixed any**of the bugs I previously mentioned
Debugged all the previous errors myself, only to discover that it STILLwon't work. Now we have an error like this for EVERYpage
[ObjectDataSource 'CompanyObjectDataSource' could not find a non-generic method 'FetchAllPaged' that has parameters: ownerCol, userId, sortColumnsBy, maximumRows, startRowIndex.
FetchAllPaged is presumably a method used in earlier versions of subsonic that no longer applies to the new version. But downgrading subsonic to an earlier version does not work either - you just get a completely new set of errors.
I used to highly rate previous versions of asprunner.NET but version 4 ****is not functional__

A
avdk 7/26/2008

Not sure if I can wait for them to fix all these bugs. I might go back to version 3 at least it is usable.
I love this product but I am very disappointed with the way version 4 has been released.

T
togger author 7/27/2008

Not sure if I can wait for them to fix all these bugs. I might go back to version 3 at least it is usable.

I love this product but I am very disappointed with the way version 4 has been released.


I can only agree with you. If it was just a case of namespace errors it might be allright.
But seeing as version 4 does not even generate the DAL classes it needs, it is pretty much useless.

Eugene 7/29/2008

It's small bug in distributive of Asprunner.NET. We already fixed it. We checked everything twice - it works perfectly.

Please download and install the latest version of ASPRunner.NET without error. You can get it here: http://www.asprunner.com/files/asprunnernet-setup.exe

Sorry for inconvenience.

T
togger author 7/29/2008

It's small bug in distributive of Asprunner.NET. We already fixed it. We checked everything twice - it works perfectly.

Please download and install the latest version of ASPRunner.NET without error. You can get it here: http://www.asprunner.com/files/asprunnernet-setup.exe

Sorry for inconvenience.


Thanks Eugene, that seems to have fixed the problems

W
webuye 10/30/2008

I am still getting :
Method=FetchAllPaged

  • MaximumRows=20
  • SortExpression=
  • StartRowIndex=0
    errors...
    I installed the last version on 10/20/2008

W
webuye 10/30/2008

Do you have a link for version 3.0 ? <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=34573&image=1&table=forumreplies' class='bbc_emoticon' alt=':blink:' /> <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=34573&image=2&table=forumreplies' class='bbc_emoticon' alt=':unsure:' />

Eugene 11/6/2008

I am still getting


Please send me full error description and your project (including project file, output directory and database backup) on support@xlinesoft.com. I will investigate it on my box.

A
andreys 11/18/2008

DAL is not generated on build. I've istalled the latest version 4, form the link you posted on 7/29/2008 above

A
andreys 2/24/2009

webuye, did you ever get an answer? I have a similar problem.

Sergey Kornilov admin 2/25/2009

andreys,
you need to contact support team directly at http://support.xlinesoft.com providing more details.

S
swanside 2/25/2009

I had the same problem.

Gave up as the trial ran out.