Click here to Skip to main content
15,923,087 members
Home / Discussions / C#
   

C#

 
AnswerRe: Is there anything built in for distributed applications? Pin
Albert Holguin15-Mar-11 13:31
professionalAlbert Holguin15-Mar-11 13:31 
AnswerRe: Is there anything built in for distributed applications? Pin
GlobX15-Mar-11 20:01
GlobX15-Mar-11 20:01 
Question_msize() on managed data arrays? Pin
Chesnokov Yuriy15-Mar-11 8:38
professionalChesnokov Yuriy15-Mar-11 8:38 
AnswerRe: _msize() on managed data arrays? Pin
_Erik_16-Mar-11 4:13
_Erik_16-Mar-11 4:13 
QuestionImage Quality Improve Pin
Orcun Iyigun15-Mar-11 8:21
Orcun Iyigun15-Mar-11 8:21 
AnswerRe: Image Quality Improve Pin
Luc Pattyn15-Mar-11 8:42
sitebuilderLuc Pattyn15-Mar-11 8:42 
GeneralRe: Image Quality Improve Pin
Orcun Iyigun15-Mar-11 9:14
Orcun Iyigun15-Mar-11 9:14 
QuestionCrystal Reports Problem Pin
Kevin Marois15-Mar-11 8:00
professionalKevin Marois15-Mar-11 8:00 
I'm working on a C# WinForms app in VS2010. It seems that Crystal Reports is no longer included in VS. You now have to go
to SAP and download it. So I did, and 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);
}


I have been Googling this for 2 days and found nothing really. It seems that this problem can be generated
for a variety of reasons. Anyone have any clue what's going on & what to do about it?
Everything makes sense in someone's mind

AnswerRe: Crystal Reports Problem Pin
Q_rioso28-Apr-11 1:34
Q_rioso28-Apr-11 1:34 
Questionrun program from many PCs and database in one machine ? Pin
Nabawoka15-Mar-11 6:53
Nabawoka15-Mar-11 6:53 
AnswerRe: run program from many PCs and database in one machine ? Pin
Praveen Raghuvanshi15-Mar-11 7:02
professionalPraveen Raghuvanshi15-Mar-11 7:02 
GeneralRe: run program from many PCs and database in one machine ? Pin
Nabawoka15-Mar-11 7:05
Nabawoka15-Mar-11 7:05 
AnswerRe: run program from many PCs and database in one machine ? Pin
Dan Mos15-Mar-11 7:50
Dan Mos15-Mar-11 7:50 
GeneralRe: run program from many PCs and database in one machine ? Pin
Nabawoka15-Mar-11 8:16
Nabawoka15-Mar-11 8:16 
GeneralRe: run program from many PCs and database in one machine ? Pin
Dan Mos15-Mar-11 8:25
Dan Mos15-Mar-11 8:25 
QuestionCoverting MP3's to MP3 Pro VBR Pin
Chrispie12315-Mar-11 4:59
Chrispie12315-Mar-11 4:59 
QuestionEncryption with advapi32.dll Pin
garfield18515-Mar-11 3:38
garfield18515-Mar-11 3:38 
AnswerRe: Encryption with advapi32.dll Pin
Richard MacCutchan15-Mar-11 3:47
mveRichard MacCutchan15-Mar-11 3:47 
GeneralRe: Encryption with advapi32.dll Pin
garfield18515-Mar-11 4:45
garfield18515-Mar-11 4:45 
GeneralRe: Encryption with advapi32.dll Pin
Richard MacCutchan15-Mar-11 4:56
mveRichard MacCutchan15-Mar-11 4:56 
GeneralRe: Encryption with advapi32.dll Pin
garfield18515-Mar-11 5:06
garfield18515-Mar-11 5:06 
GeneralRe: Encryption with advapi32.dll Pin
Richard MacCutchan15-Mar-11 5:20
mveRichard MacCutchan15-Mar-11 5:20 
GeneralRe: Encryption with advapi32.dll Pin
OriginalGriff15-Mar-11 5:27
mveOriginalGriff15-Mar-11 5:27 
GeneralRe: Encryption with advapi32.dll Pin
Richard MacCutchan15-Mar-11 5:49
mveRichard MacCutchan15-Mar-11 5:49 
AnswerRe: Encryption with advapi32.dll Pin
OriginalGriff15-Mar-11 5:26
mveOriginalGriff15-Mar-11 5:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.