VB.NET Web Sample Applications

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
 
J

Jim Hubbard

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top