"Could not load type" error

  • Thread starter Thread starter Curious
  • Start date Start date
C

Curious

Hi,

I've got the error as described below:


System.TypeLoadException: Could not load type 'CORE.COREUtils' from
assembly 'CORE, Version=6.4.2655.23177, Culture=neutral,
PublicKeyToken=null'.
at CORE.Reports.ImagingStepEngine.RenderReportSection(WorkItem
aWorkItem, ReportSection aSection)
at CORE.Reports.ImagingStepEngine.InternalRun(WorkItem aWorkItem)

Anyone can help me on how to get rid of this error?
 
Likely that the assembly in question doesn't have the COREUtils class. Check
whether you have the right version of the assembly.
 
Back
Top