This topic is locked

ASPrunner Compatability.

12/11/2010 10:06:02 PM
ASPRunnerPro General questions
R
Roger author

Is there a compatability issue with ASPR 6.2 on Vista64 (or even Win774)? The reason I ask is that I am in the migration mode and have installed ASP runner on my Vista 64 Ultimate. When I run it I get several errors related to variables redefined as follows:

Microsoft VBScript runtime error '800a0411'
Name redefined
/flexr/usr/SYS_Users_edit.asp, line 0
I get this in every single Edit/Edit Page regardless. I've looked all over for variable issues and there are none that I can find. This project runs flawlessly under 6.1 (we upped to 6.2 because of a previous issue).
The only possble thing we can think of is this has to do with CKeditor. The reason here is that we put CKeditor in the plugins dir (as directed to by the manual) and it didn't copy it to the output dir. We did this copy manually. So we are wondering (wandering) if it's related to this?
We downloaded 6.3 thinking that if we have to we'll upgrade yet again. We get the same errors. We deleted the output dir entirely on our dev machine, regenned and still the same error.
We then took the downloaded 6.3 from the web, installed it onto a brand new maching (never had ASPR on it), copied the project to it's local hard disk, genned to the local hard disk and the same error.
This is most frustrating, update and problems, update and problems...

Sergey Kornilov admin 12/12/2010

Roger,
you need to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.
There is no other way to tell you what exactly is wrong with it.

R
Roger author 12/12/2010



Roger,
you need to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.
There is no other way to tell you what exactly is wrong with it.



I commented out a line that calls a procedure that sets some of our apps internal session variables. Now here is another error that I am getting:
**ADODB.Stream error '800a0bba'
File could not be opened.
/flexr/usr/include/aspfunctions.asp, line 2911
Error happens here:

function readIncludeFile(filename)

Filename = 'C:\inetpub\wwwroot\Flexr\usr\include\USR_Followups_variables.asp * this file is here and I placed NTFS FC Perms**

R
Roger author 12/12/2010

I think we've found the culprit. In the Visual Editor, if we select Basic Editor (builtin one) all works. If we select ckeditor (which it seems we have to use because our project wasusing fkeditor). So it seems to be with ckeditor. We followed the manual <<< Proceed to http://ckeditor.com and download the latest version of CKEditor. Create a folder named ckeditor under C:\Program Files\ASPRunnerPro6.2\source\plugins. >>>
which we did, and it doesn't copy over to the output.
I don't see where uploading or posting our project can help here. It's simply a problem either with our stupidity, the instructions or some other config setting we need to set or configure. Ckeditor works fine as we use it in another system and it's prject.
So where does one put this in actual fact and/or we can we put it in our output? I tested the install using the directions in the ckeditor help files and it seems to be fine. So we've got something goffy with asprunner.
In the alternative, can we continue to use fkeditor???
Advice???
Thanks...

Sergey Kornilov admin 12/13/2010

In order to help we need to have access to your application.

R
Roger author 12/15/2010



In order to help we need to have access to your application.


I appreciate your request and if there were a way of doing so, we would. The problem is that our application is tied to several com components that tie into AD, and we've looked at all kinds of ways of "Spoofing" the calls and requirements. One of the biggest roadblocks is that remote calls to our app is not possible. Just can't do it, so even though I know you folks want to help, we can't circumvent our app (besides our client would get really annoyed...)
At this point, we've given remote access (Citrix Services) to Frederico Caldeira Knabben (the designer of FK and CK editors). He is somewhat mistified as the installation and configuration is fine and should be working. He's looking at the scripts that come with ASPrunner that reads and parses the include files.
If we can't figure this out, we will either stay with our current working version, use Innova or some other solution. We just can't afford to keep upgrading and having these issues with products that are supposed to work as described in the tutorials, demos and manuals.
Sorry, just venting a little and as mentioned we do greatly and sincerely appreciate your efforts and help. Without question, you folks demonstrate great patience and guidance. Please don't think we are not appreciative.

Sergey Kornilov admin 12/15/2010

No problem at all, just trying to help.
I'm pretty sure there is always a way to troubleshoot the issue building a simplified version of your app that doesn't have external dependencies or providing remote access.