Link to home
Start Free TrialLog in
Avatar of codefinger
codefingerFlag for United States of America

asked on

speech library warning message...should I worry?

Referenced assembly 'obj\Debug\Interop.SpeechLib.dll' targets a different processor than the application.
--------------------------------------------------------------------------------------------------------------
I Googled this but I do not understand what I read.  Can someone break it down for me?

I am developing in Windows XP.   Is this saying my speech code may not run on another computer if they are running say, Windows NT?  Or maybe it is saying the code will only run on my computer...

I am confused.  Can some one please elaborate?
Avatar of Zhaolai
Zhaolai
Flag of United States of America image

It should not affect your app. If you want to get rid of the warning, in Configuration Manager change the target platform from "Any CPU" to "x86". See the screen shot below.
ScreenShot.JPG
Avatar of codefinger

ASKER

I am using VB 2010 Express for my IDE.

 It does not seem to have the Target CPU drop down option...

ASKER CERTIFIED SOLUTION
Avatar of Zhaolai
Zhaolai
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I think I will live with the warning for now rather than open up the guts of the project, especially since you say it should not affect my app.  Thanks anyway!