Hi, There are references in the code to many codebehind files that do not appear to exist in the ReportPortal 2.0 download trial zip. They give me the following type of error. Am I missing something basic here such as some .NET setting or is there somewhere to download these code behind files? Thanks
Parser Error Message: Could not load type 'ReportPortal.login'.
Source Error:
Line 1: <%@ Page Language="vb" explicit="true" CodeBehind="login.aspx.vb" AutoEventWireup="false" Inherits="ReportPortal.login" %> Line 2: <HTML> Line 3: <HEAD>
Sorry you are having difficulties with our newly released ReportPortal 2.0.
There is no Code Behind files that come with the Evaluation version. All of the code is stored in the bin\ReportPortal.dll. It looks like the dll could not be loaded because it might have some file dependency missing. Please take a in your Application Event Log to see if there is an entry about why it could not load ReportPortal.dll.
Hi, There is no Bin folder or dll with the distribution I downloaded yesterday.
Please let me know when a good download is posted as I am excited to trial the new version.
Thanks
quote:Originally posted by tonyv
Hi, There are references in the code to many codebehind files that do not appear to exist in the ReportPortal 2.0 download trial zip. They give me the following type of error. Am I missing something basic here such as some .NET setting or is there somewhere to download these code behind files? Thanks
Parser Error Message: Could not load type 'ReportPortal.login'.
Source Error:
Line 1: <%@ Page Language="vb" explicit="true" CodeBehind="login.aspx.vb" AutoEventWireup="false" Inherits="ReportPortal.login" %> Line 2: <HTML> Line 3: <HEAD>