View Single Post
  #2 (permalink)  
Old 12-02-2008, 5:33 PM
thirteentwenty thirteentwenty is offline
VB.NET Forum Enthusiast
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Oct 2008
Location: Honolulu
Posts: 80
Reputation: 21
thirteentwenty is on a distinguished programming path ahead
Default

OK, I was able to recreate the error by uninstalling Crystal Reports on my computer... Now I've got a host of errors and warnings in VS.

Quote:
Warning 1 Could not resolve this reference. Could not locate the assembly "CrystalDecisions.CrystalReports.Engine, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. DepoLedger3

Warning 2 Could not resolve this reference. Could not locate the assembly "CrystalDecisions.Enterprise.Framework, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692fbea5521e1304". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. DepoLedger3

Warning 3 Could not resolve this reference. Could not locate the assembly "CrystalDecisions.ReportSource, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. DepoLedger3

Warning 4 Could not resolve this reference. Could not locate the assembly "CrystalDecisions.Windows.Forms, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. DepoLedger3

Warning 5 Could not resolve this reference. Could not locate the assembly "CrystalDecisions.Enterprise.InfoStore, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692fbea5521e1304". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. DepoLedger3

Warning 6 Could not resolve this reference. Could not locate the assembly "CrystalDecisions.Shared, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. DepoLedger3

Warning 7 Variable 'strUserName' is used before it has been assigned a value. A null reference exception could result at runtime. C:\Documents and Settings\Mike\My Documents\Visual Studio 2005\Projects\DepoLedger3.1\DepoLedger2\frm_main.v b 24 16 DepoLedger3

Warning 8 Variable 'strPassword' is used before it has been assigned a value. A null reference exception could result at runtime. C:\Documents and Settings\Mike\My Documents\Visual Studio 2005\Projects\DepoLedger3.1\DepoLedger2\frm_main.v b 24 42 DepoLedger3

Error 9 Type 'CrystalDecisions.Windows.Forms.CrystalReportViewe r' is not defined. C:\Documents and Settings\Mike\My Documents\Visual Studio 2005\Projects\DepoLedger3.1\DepoLedger2\frm_rptVie wer.Designer.vb 26 42 DepoLedger3

Error 10 Name 'CrystalDecisions' is not declared. C:\Documents and Settings\Mike\My Documents\Visual Studio 2005\Projects\DepoLedger3.1\DepoLedger2\frm_rptVie wer.Designer.vb 42 52 DepoLedger3

Error 11 Type 'CrystalDecisions.Windows.Forms.CrystalReportViewe r' is not defined. C:\Documents and Settings\Mike\My Documents\Visual Studio 2005\Projects\DepoLedger3.1\DepoLedger2\frm_rptVie wer.Designer.vb 57 50 DepoLedger3

Warning 12 Namespace or type specified in the Imports 'CrystalDecisions.Shared.ConnectionInfo' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. C:\Documents and Settings\Mike\My Documents\Visual Studio 2005\Projects\DepoLedger3.1\DepoLedger2\frm_rptVie wer.vb 1 9 DepoLedger3

Warning 13 Namespace or type specified in the Imports 'CrystalDecisions.Shared.TableLogOnInfo' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. C:\Documents and Settings\Mike\My Documents\Visual Studio 2005\Projects\DepoLedger3.1\DepoLedger2\frm_rptVie wer.vb 2 9 DepoLedger3

Warning 14 Namespace or type specified in the Imports 'CrystalDecisions.CrystalReports.Engine.Tables' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. C:\Documents and Settings\Mike\My Documents\Visual Studio 2005\Projects\DepoLedger3.1\DepoLedger2\frm_rptVie wer.vb 3 9 DepoLedger3

Warning 15 Namespace or type specified in the Imports 'CrystalDecisions.CrystalReports.ViewerObjectModel ' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. C:\Documents and Settings\Mike\My Documents\Visual Studio 2005\Projects\DepoLedger3.1\DepoLedger2\frm_rptVie wer.vb 4 9 DepoLedger3

Error 16 Type 'CrystalDecisions.CrystalReports.Engine.Table' is not defined. C:\Documents and Settings\Mike\My Documents\Visual Studio 2005\Projects\DepoLedger3.1\DepoLedger2\frm_rptVie wer.vb 8 18 DepoLedger3

Error 17 Type 'CrystalDecisions.Shared.ConnectionInfo' is not defined. C:\Documents and Settings\Mike\My Documents\Visual Studio 2005\Projects\DepoLedger3.1\DepoLedger2\frm_rptVie wer.vb 11 24 DepoLedger3

Error 18 Type 'CrystalDecisions.CrystalReports.Engine.ReportDocu ment' is not defined. C:\Documents and Settings\Mike\My Documents\Visual Studio 2005\Projects\DepoLedger3.1\DepoLedger2\frm_rptVie wer.vb 12 28 DepoLedger3

Error 19 Type 'CrystalDecisions.Shared.ConnectionInfo' is not defined. C:\Documents and Settings\Mike\My Documents\Visual Studio 2005\Projects\DepoLedger3.1\DepoLedger2\frm_rptVie wer.vb 15 28 DepoLedger3
I'll keep this thread posted as to what I've found...
__________________
** Fueled by crappy tea and beef jerky I AM THE COPY AND PASTE KING!!!! **

Hey where are we going and whats with the hand basket?
Reply With Quote