Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Sergey Coox 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
Build
253
Fixed in build
263
  • Submitted by   peter srensen
    3 years ago (06 Aug 2006 18:57)
  • Updated by peter srensen
    3 years ago (24 Oct 2006 18:12)
  • Jira: RSRP-26749
    (history, comments)

RSRP-26749

Crystal reports

0
Resharper cannot resolve the CrystalDecisions namespace in a webproject in VS2005.
Crystal reports assemblies are placed in the GAC.

The example below was just a small test, where I created a new website, placed nothing on the aspx page and added the shown code to the codebehind file.

It gives an error highlight on the word ReportDocument.

using System;
using CrystalDecisions.CrystalReports.Engine;
public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
ReportDocument oRPT = new ReportDocument();
}
}

Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments