"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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top