This topic is locked

ASPRunner.NET 2.1 beta 2

7/4/2005 9:46:20 AM
ASPRunner.NET General questions
Sergey Kornilov admin

ASPRunner.NET 2.1 beta 2 is available for download
Here is the direct link to this beta.
New in this update:

  • C# support
  • Generates "code inline" or "code behind" pages
  • User self-register page, password reminder, change password pages
  • Multilingual templates, ability to change language on the fly
  • "Copy a record" function
  • Multiple ORDER BY fields
  • Group-based security permissions
  • Linked drop-down boxes on Edit/Add pages
  • MySQL 4.x support
    Feel free to try this update. Your comments and suggestions are welcome.

500273 7/5/2005

I generated a new project. But it failed to compile.

I see a reference to "FredCK.FCKeditorV2" which is not supplied.

Also the next line is missing: Imports System.Data.OleDb

I removed the reference and added the imports and then it compiles.
Marco

T
Tragter 7/5/2005

In the page load the function ShowWait() will generate an error when

you add a new record. You can not write the http headers when you are doing

a redirect.
Marco Tragter

500274 7/5/2005

Do you have the installation fiules in ZIP format ?thx

Eugene 7/8/2005
A
andreys 7/15/2005

Can't get it to work, no matter how I try to build. Did you guys test you beta versions before you offer it to try?

I've tried to run it on my local PC and on the web server - same result:

C:\WINNT\system32> "c:\winnt\microsoft.net\framework\v1.1.4322\vbc.exe" /t:library /utf8output /R:"c:\winnt\assembly\gac\system.xml\1.0.5000.0b77a5c561934e089\system.xml.dll" /R:"c:\winnt\assembly\gac\system.web.mobile\1.0.5000.0b03f5f7f11d50a3a\system.web.mobile.dll" /R:"c:\winnt\assembly\gac\system.drawing\1.0.5000.0b03f5f7f11d50a3a\system.drawing.dll" /R:"c:\winnt\assembly\gac\system.data\1.0.5000.0b77a5c561934e089\system.data.dll" /R:"c:\winnt\assembly\gac\system.enterpriseservices\1.0.5000.0b03f5f7f11d50a3a\system.enterpriseservices.dll" /R:"c:\winnt\assembly\gac\system.web\1.0.5000.0b03f5f7f11d50a3a\system.web.dll" /R:"c:\winnt\assembly\gac\system\1.0.5000.0b77a5c561934e089\system.dll" /R:"c:\winnt\assembly\gac\system.web.services\1.0.5000.0b03f5f7f11d50a3a\system.web.services.dll" /out:"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\cop\e44ff6c7\66197287\lvvv6e53.dll" /debug- /win32resource:"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\cop\e44ff6c7\66197287\lvvv6e53.res"  "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\cop\e44ff6c7\66197287\lvvv6e53.0.vb"

Microsoft ® Visual Basic .NET Compiler version 7.10.3052.4

for Microsoft ® .NET Framework version 1.1.4322.573

Copyright © Microsoft Corporation 1987-2002. All rights reserved.
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\cop\e44ff6c7\66197287\lvvv6e53.0.vb(14) : error BC30466: Namespace or type 'ASPRunnerNET' for the Imports 'ASPRunnerNET' cannot be found.
Imports ASPRunnerNET

        ~~~~

c:\Inetpub\wwwroot\cop\COP_tblClosedOrderPicking_list.aspx(140) : error BC30451: Name 'func' is not declared.
                        e.Item.Cells(i).Text = func.ProcessLargeText(e.Item.Cells(i).Text, 80)

Eugene 7/19/2005

Andreys,
Try Code Behind option or rebuild the project with Code Inline option to fix this error.

500275 7/25/2005

How can I set Linked drop-down boxes on Edit/Add pages?

Eugene 7/26/2005

How can I set Linked drop-down boxes on Edit/Add pages?



For help please refer to the article (from the Linked dropdown boxes ).

A
andreys 7/27/2005

Andreys,

Try Code Behind option or rebuild the project with Code Inline option to fix this error.



As I said in my previous post - I've tried everything, still can't run it.

No offence, but this application is not ready even for BETA users.

Sergey Kornilov admin 7/31/2005

I'm sorry about this inconvenience.
If you really like me to help you you need to say what exactly happens when you build project using Code behind option. What is the exact error message?
I won't be able to help you if you simply say it doesn't work.

D
dalepremier 9/19/2005

When is the final product going to be released. The beta expires in 11 days (based on my installation) and has many bugs.
I thanks the programmers for coming out with the product since the first time around asprunner.net did not offer the complex login features that were available in asprunner!
Thanks

Sergey Kornilov admin 9/19/2005

Next week we'll put to the Web next beta with a bunch of bugs fixed and C# support added.

501212 9/20/2005

Thank you so much. I am enthusiastically waiting for it!

501213 9/22/2005

I'm sorry about this inconvenience.

If you really like me to help you you need to say what exactly happens when you build project using Code behind option. What is the exact error message?
I won't be able to help you if you simply say it doesn't work.



Dear Admin,
I've installed the asprunner.net on my computer and tried to add a few tables from my sql server with a login page. When I open it in my browser I get the same error as "Andreys". This is the complete error on the page "menu.aspx":
**

Server Error in '/' Application.

--------------------------------------------------------------------------------
Compilation 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: BC30451: Name 'UserClass' is not declared.
Source Error:
Line 6: Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs)

Line 7: 'Put user code to initialize the page here

Line 8: UserClass.CheckLogin(Page)

Line 9: If Not IsNothing(Session("User")) Then

Line 10: Dim UserLogin As UserClass = Session("User")
Source File: G:\Nwebs\test_2065\menu.aspx Line: 8
Show Detailed Compiler Output:
Show Complete Compilation Source:

--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032

**
When I click on "Show detailed Compiler Output" I get the following:

*****

C:\WINNT\system32> "c:\winnt\microsoft.net\framework\v1.1.4322\vbc.exe" /t:library /utf8output /R:"c:\winnt\assembly\gac\system.web\1.0.5000.0b03f5f7f11d50a3a\system.web.dll" /R:"c:\winnt\assembly\gac\system\1.0.5000.0b77a5c561934e089\system.dll" /R:"c:\winnt\assembly\gac\system.web.services\1.0.5000.0b03f5f7f11d50a3a\system.web.services.dll" /R:"c:\winnt\assembly\gac\system.xml\1.0.5000.0b77a5c561934e089\system.xml.dll" /R:"c:\winnt\assembly\gac\system.web.mobile\1.0.5000.0b03f5f7f11d50a3a\system.web.mobile.dll" /R:"c:\winnt\assembly\gac\system.drawing\1.0.5000.0b03f5f7f11d50a3a\system.drawing.dll" /R:"c:\winnt\assembly\gac\system.data\1.0.5000.0b77a5c561934e089\system.data.dll" /R:"c:\winnt\assembly\gac\system.enterpriseservices\1.0.5000.0b03f5f7f11d50a3a\system.enterpriseservices.dll" /out:"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\root\77af3627\e3f30320\4y5q4xl1.dll" /debug- "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\root\77af3627\e3f30320\4y5q4xl1.0.vb"
Microsoft ® Visual Basic .NET Compiler version 7.10.6001.4

for Microsoft ® .NET Framework version 1.1.4322.2032

Copyright © Microsoft Corporation 1987-2002. All rights reserved.
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\root\77af3627\e3f30320\4y5q4xl1.0.vb(14) : error BC30466: Namespace or type 'ASPRunnerNET' for the Imports 'ASPRunnerNET' cannot be found.
Imports ASPRunnerNET


G:\Nwebs\test_2065\menu.aspx(8) : error BC30451: Name 'UserClass' is not declared.
UserClass.CheckLogin(Page)

~~~~~~~~~

G:\Nwebs\test_2065\menu.aspx(10) : error BC30002: Type 'UserClass' is not defined.
Dim UserLogin As UserClass = Session("User")

~~~~~~~~~

G:\Nwebs\test_2065\menu.aspx(14) : error BC30451: Name 'func' is not declared.
If Not Page.IsPostBack Then hlnkLogOut.Text = func.MultilangMessage("LOG_OUT")

~~~~

G:\Nwebs\test_2065\menu.aspx(22) : error BC30451: Name 'Project1' is not declared.
Response.Write("<script language=javascript>alert(' " + Project1.func.MultilangMessage("LOGIN_PAGE")+"');</" +"script>")

~~~~~~~~

G:\Nwebs\test_2065\menu.aspx(42) : error BC30451: Name 'Project1' is not declared.
__output.Write(Project1.func.MultilangMessage("LOGGED_AS"))

~~~~~~~~

*************************************************************
I've first used **Code inline**, after I've read this topic I've tried again, now with **Code Behind**.
Unfortunatly without succes.
Hope you can help so I can test your program further. the asp versions looks great.
501214 9/22/2005

Next week we'll put to the Web next beta with a bunch of bugs fixed and C# support added.



OK, I'll be waiting for it...

P
philp 1/6/2006

Was this issue ever resolved?

I have just installed ASPRunner.NET and on my first attempt cannot get past this

Compiler Error Message: BC30451: Name 'UserClass' is not declared.

problem.

Phil
<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=7371&image=1&table=forumreplies' class='bbc_emoticon' alt=':unsure:' />

Eugene 1/7/2006

This error message means .NET framework cannot locate .dll file. This happens when you put generated files to folder other than Website root directory or virtual directory root. This is the way how .NET framework works.
You need to create a bin folder under your Web site root and put .dll file there. .dll file can be found in ASPRunner.NET output directory in BIN folder.