05-27-2008, 10:45
|
robert.percy@xwave.com
Joined on 12-09-2004
Posts 1
|
Error: RasterCodes engine has not been started. Call RasterCodecs.Startup before invoking this method
|
 
 
|
|
|
Please forgive me is this is the incorrect forum for this question.
We have a situation where in development, using Visual Studio 2008, our application runs fine and we can step through the code which first calls Rastercodecs.startup and then executes code to load an image, very similar to the code that comes with the examples. However, in production we are getting the following error:
System.InvalidOperationException: RasterCodes engine has not been started. Call RasterCodecs.Startup before invoking this method at Leadtools.Codecs.RasterCodecs.CheckHasStarted() at Leadtools.Codecs.RasterCodecs..ctor() at LeadtoolsImageProcessing.Save(String imagePath, FileFormat format, String contentManagerPath, String& imageID)
The odd thing is, this is being thrown after a call to RasterCodecs.Startup.
Is it possible we are missing some dependencies in our bin folder? Where can I get a *complete* list of files required for deployment.
Thank you for your help in resolving this matter.
Robert
|
|
|
|
|
Report
|
|
|
|