TBird
January 16, 2015, 2:51pm
1
Hello all,
Just started building a new monogame project and I am getting this error message:
Error 4 Type universe cannot resolve assembly: MonoGame.Framework.Content.Pipeline, Version=3.3.0.1695, Culture=neutral, PublicKeyToken=null. Test2
Error 3 Cannot resolve Assembly or Windows Metadata file ‘MonoGame.Framework.Content.Pipeline.dll’
Any guidance on these errors would be greatly appreciative.
Nezz
January 16, 2015, 10:28pm
2
You shouldn’t reference content pipeline in your game.
TBird
January 16, 2015, 11:14pm
3
Thank you for the very quick reply, I have a question about that then, how am I suppose to get the content.pipeline in my game if I don’t reference it?
Nezz
January 17, 2015, 11:25pm
4
The content pipeline is only for the content build, not the game itself.