How to reference SMF libraries when deploying on phone 7 (Release)

Posted by aHaH on Stack Overflow See other posts from Stack Overflow or by aHaH
Published on 2011-11-13T09:44:45Z Indexed on 2011/11/13 9:51 UTC
Read the original article Hit count: 210

Initially, at Visual Studio, I clicked debug instead of release to deploy my app on phone 7 device. No errors, works perfectly fine!

Received multitude of errors that mention that some of the libraries don't seem to exist on the mobile phone.

For example, extract from the entire list of errors include

Warning 10  The referenced component 'Microsoft.SilverlightMediaFramework.Utilities' could not be found. 

Warning 3   Could not resolve this reference. Could not locate the assembly "Microsoft.SilverlightMediaFramework.Plugins". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.  SLARToolKitWinPhoneSample

In addition, im also using Slartookit to power up the AR capabilities. Deploying (Release) on the mobile prompts the following errors too.

Error   11  The type or namespace name 'SLARToolKit' could not be found (are you missing a using directive or an assembly reference?)

What should I do? Will updating the mobile solve this? Do I have to manually install? Or?

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about Silverlight