ASPRunner.NET 2.1 beta 2 |
7/4/2005 9:46:20 AM |
ASPRunner.NET General questions | |
![]() ASPRunner.NET 2.1 beta 2 is available for download
|
|
|
500273 7/5/2005 |
I generated a new project. But it failed to compile. |
T
|
Tragter 7/5/2005 |
In the page load the function ShowWait() will generate an error when |
|
500274 7/5/2005 |
Do you have the installation fiules in ZIP format ?thx |
|
Eugene 7/8/2005 |
Please download corrected update without these errors. |
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? 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, |
|
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?
|
A
|
andreys 7/27/2005 |
Andreys, Try Code Behind option or rebuild the project with Code Inline option to fix this error.
|
![]() |
Sergey Kornilov admin 7/31/2005 |
I'm sorry about this inconvenience. |
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. |
![]() |
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.
|
|
501214 9/22/2005 |
Next week we'll put to the Web next beta with a bunch of bugs fixed and C# support added.
|
P
|
philp 1/6/2006 |
Was this issue ever resolved? |
|
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. |