Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VS 2010 Crystal Viewer
Message
Information générale
Forum:
ASP.NET
Catégorie:
Rapports
Divers
Thread ID:
01503493
Message ID:
01503642
Vues:
44
Ok, I got past that. Now I'm getting:
Could not load file or assembly 'log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.":"log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"
on this line:
private void InitializeComponent()
{
    this.CRViewer = new CrystalDecisions.Windows.Forms.CrystalReportViewer();              //<===== EXCEPTION HERE
    this.SuspendLayout();
    // 
    // CRViewer
    // 
    this.CRViewer.ActiveViewIndex = -1;
    this.CRViewer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    this.CRViewer.Cursor = System.Windows.Forms.Cursors.Default;
    this.CRViewer.Dock = System.Windows.Forms.DockStyle.Fill;
    this.CRViewer.Location = new System.Drawing.Point(0, 0);
    this.CRViewer.Name = "CRViewer";
    this.CRViewer.Size = new System.Drawing.Size(508, 379);
    this.CRViewer.TabIndex = 0;
    // 
    // crlReportViewer
    // 
    this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    this.Controls.Add(this.CRViewer);
    this.Name = "crlReportViewer";
    this.Size = new System.Drawing.Size(508, 379);
    this.ResumeLayout(false);

}
Why is this doing this??? Why can't Crystal just play nice like so many years ago.


>>I see that Crystal Reports has not been included in VS 2010. No problem there. I went to SAP & got it.
>>
>>Problem is, I cannot seem to find the viewer control in VS.
>>
>>Anyone know were it is?
>
>If you downloaded from here:
>http://www.businessobjects.com/jump/xi/crvs2010/us2_default.asp
>
>Try:
>
>Right-click your project and go to Properties then at the Application tab look at the Target Framework and change it to .Net Framework 4 (it is probably set to .Net Framework 4 Client Profile now and needs to be changed)
>
>It should be in the toolbox now...
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform