|
|
I am having the same problem with all the SL5 3D examples. I have VS2010 SP1 Express and SL5 Beta. When I try to compile any of the SL5 3D examples I add the reference to the XNA Helper but a yellow triangle appears next to it. For example with just the project of this example it compiles (because there are no references to the dll in the base code of this example) but gives the following message: C:\Windows\Microsoft.NET\Frame work\v4.0.30319 \Microsoft.Comm on.targets(1360 ,9): warning MSB3246: Resolved file has a bad image, no metadata, or is otherwise inaccessible. Could not load file or assembly 'Microsoft.Xna. Framework.Math. dll' or one of its dependencies. An attempt was made to load a program with an incorrect format. Which raises the question what are the xna dll's dependencies? Do I need to add bin directories to my project? How do you do that in VS2010?