The version of TriaLDB currently available
for downloading used VS 2003 and .NET framework 1.1.
The beta version that is currently
available on our test site uses .NET 2.0., and I’ll put it out when it’s
stable- there is a new build every day, based on the bugs we catch/fix, and the
features that are requested by our team. The documentation for this version is
obviously lagging way behind- the old Web user’s guide is almost totally obsolete,
but we’re holding off until the interface becomes reasonably stable.
We held off on the move to 2.0 for a long
time, mainly because of some idiocies on Microsoft’s part – converting
a 1.1 Web application project to a 2.0 Web site project was a major nightmare,
and Microsoft finally fixed the problem by adding a Web Application Project
template in VS ’05 Service Pack 1, which also adds an edit-and-continue
that is actually far superior to the one that has long been available as part
of Visual Basic for Applications (because it lets you crawl up and down the
call stack, so that if the bug was three subroutines levels above where the bug
manifested, you can fix it at the correct spot and rerun the code without
stopping; you can even fix code in libraries in a multi-project solution.
Prakash
From:trialdb@yahoogroups.com [mailto:trialdb@yahoogroups.com] On Behalf Of mantenar Sent: Friday, January 19, 2007
6:14 AM To:trialdb@yahoogroups.com Subject: [trialdb] Re:
Installation issue
Yes, I have global.asa in the root directory of your
application
Now, i get the following errors. Can you please take a look at this.
Is the .net version of trialDb available to download and use.
Parser Error
Description: An error occurred during the parsing of a resource
required to service this request. Please review the following
specific parse error details and modify your source file
appropriately.
Parser Error Message: Could not load type 'act_db.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb"
Inherits="act_db.Global" %>
Source File: /global.asax Line: 1
----------------------------------------------------------
-----------
Version Information: Microsoft .NET Framework Version:2.0.50727.42;
ASP.NET Version:2.0.50727.210
--- In trialdb@yahoogroups.com,
"Mihai Virtosu" <mihai.virtosu@...>
wrote:
>
> Make sure you have global.asa in the root directory of your
application
> (as far as I can see, that directory would be
> D:\HOSTING\MEMBER\MANTENAR\CURRENT_RELEASE\ACT_DB)
>
> Mihai
>
> >>> mantenar@... 01/17 6:08 PM >>>
> I installed the trialdb on my server. When I try to open,i get the
> following error.
>
>
> Microsoft VBScript runtime error '800a01a8'
>
> Object required: 'Application(...)'
>
>
D:\HOSTING\MEMBER\MANTENAR\CURRENT_RELEASE\ACT_DB\INTERFACE_FORMS\..\
> libraries\eav_to_flatfile.asp, line 63
>
>
> The instructions indicate that the file, TrialDB_net.zip needs to
> installed.I did not find this file. Please advise
> Is there any latest version of .net application
>
> NET files
>
> The file TrialDB_net.zip contains all the files necessary for
> the .NET component of Act_DB
>
Yes, I have global.asa in the root directory of your application Now, i get the following errors. Can you please take a look at this. Is the .net version of...
The version of TriaLDB currently available for downloading used VS 2003 and .NET framework 1.1. The beta version that is currently available on our test site...
Hi, I installed TrialDB on my workstation to connect against SQL Server database. But I'm getting parser error while invoking TrialDB.aspx. I also made the...
It appears that you are using the .net 1.1 libraries to compile the product. You should be using .net 2.0 (and Visual Studio '05 service pack 1_. I see the...
The latest version we are using is the Visual Studio 2005. It is bit by bit the same as our production-Oracle one. To use this one you need to do the...
Luis/Prakash, Thank you for the quick response. Following your suggestions, I got passed the .Net version issue and able to get to the login screen. Upon login...
Here are all the Views. Note some of them (6) must be changed to the appropriate SQL server syntax I recommend just to run those you are having problems with ...
I can only answer about that error. It is only Prakash that can answer about the .NET version. I have no global.asax in the root of my application. Try...
prakash, fixed a bug in extracts i found, and am debugging SPSS piece right now waiting for Sally to come over here for Womens study data; will check in...