History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-26749
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Assignee: Sergey Coox
Reporter: peter srensen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

Crystal reports

Created: 06 Aug 06 18:57   Updated: 24 Oct 06 18:12
Component/s: None
Fix Version/s: 2.0.2
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 253
Fixed in build: 263
Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=26749


 Description  « Hide
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(); }

}



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.