VB.NET Web Sample Applications

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've down loaded the sample applications for VB.Net Web and I'm getting the
following the error below. Any suggestions on how to correct the problem?


Server Error in '/CrRpt/vbnet_web_SimplePreviewReport' Application
--------------------------------------------------------------------------------

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
'vbnet_web_SimplePreviewReport.Global'.

Source Error:


Line 1: <%@ Application Codebehind="Global.asax.vb"
Inherits="vbnet_web_SimplePreviewReport.Global" %>



Source File:
c:\inetpub\wwwroot\CrRpt\vbnet_web_SimplePreviewReport\global.asax Line: 1
 
Is Crystal Reports installed on the server? When installing VB.Net, there
is an available mini-server for Crystal Reports - but it is not installed by
default. You must select it during installation.

I don't use CR, but this error seems to be saying that the app cannot load
the Crystal Report requested. If the Crystal Reports engine was not
installed with ..NET on the server, this could explain your error.

Jim Hubbard
 
Back
Top