سلام
مشکل من تو اجرا برنامه هستش زمانیکه من کدهای مربوط به گزارش را می نویسم در ویژوال استودیو 2010 نسخه ultimate بر فضای نام stimulreport گیر میده و این خطا هنگام اجرا برنامه هستش یعنی زمانیکه f5 میزنم اتفاق می افتد این کدهای منه :
  try
{
Stimulsoft.Report.StiReport report = new Stimulsoft.Report.StiReport();
dt = sl.ReportFactor(long.Parse(txtFactor.Text));
report.Load(AppDomain.CurrentDomain.BaseDirectory + @"Report\Report.mrt");
if (dt.Rows.Count >= 1)
{
report.RegData(dt);
report.Compile();
report.Show();
}
}


و این خطا هنگام اجرا :
Error    15    The type or namespace name 'StiReport' does not exist in the namespace 'Stimulsoft.Report' (are you missing an assembly reference?)    D:\TAMRINAT C#‎‎\ParsaCMR\ParsaCMR\Sell.cs    380    39    ParsaCMR


به این خط گیر میده :
Stimulsoft.Report.StiReport report = new Stimulsoft.Report.StiReport();


در ضمن فضای نامها به طور کامل به پروژه اضافه شده و من این وؤژن را نصب کرده ام Stimulsoft Reports.Ultimate 2010.1
روی یک کامپیوتر دیگه هم امتحان کردم جواب نداد
تو قسمت ریفرنس هم اینها هستند
stimulsoft.base
.control
.control.win
.report
report.win.
باید چه کار کنم ؟؟؟