[250] Crystalreports in aspx pages
Resharper cannot resolve the CrystalDecisions namespace in a webproject in VS2005.
Crystal reports assemblies are placed in the GAC.
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();
}
}
/peter
Please sign in to leave a comment.
Peter,
How CristalDecissinons are installed on your system? Does the R# pick up the classes after rebuilding the website?
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hi,
I am not sure what you are asking for, but I have just installed CrystalReports as part of the standard VS 2005 installation. And as I said, the assemblies are places in the GAC.
The example I showed 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.
Rebuilding deosn't help.
Hopes this helps.
/peter
"Sergey V. Coox (JetBrains)" <qx@intellij.com> wrote in message news:e5ufas$gg7$1@is.intellij.net...
Peter,
How CristalDecissinons are installed on your system? Does the R# pick up the classes after rebuilding the website?
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"