This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, July 5, 2006 8:24:04 AM(UTC)
Groups: Registered
Posts: 3
I am getting the following warnings in the IDE:
"Warning 1 Referenced assembly 'C:\Program Files\LEAD Technologies, Inc\LEADTOOLS 14.5\Redist\DOTNET\v20\Leadtools.ImageProcessing.Color.dll' targets a different processor than the application. "
This is only one of the warnings. I get one for each Leadtools dll I use.
I have searched Google/microsoft, but couldn't find anything.
Thanks
#2
Posted
:
Sunday, July 9, 2006 8:20:07 AM(UTC)
Groups: Manager, Tech Support
Posts: 367
Was thanked: 1 time(s) in 1 post(s)
Some of our assemblies, such as Leadtools.Kernel.dll, contain managed C++ code, which does not support a target platform (processor architecture) of neutral (MSIL). On the other hand, assemblies that contain C# code support MSIL or neutral target platform. These warnings are issued if the application is neutral and the assembly isn't, or if it's the other way around.
In any case, you can safely ignore these warnings.
Amin Dodin
Senior Support Engineer
LEAD Technologies, Inc.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.