c# - Xamarin Studio Monogame.Framework.dll Reference Error -


when create brand new ios monogame project references lidgren.network , monogame.framework can't found. delete them , in edit references go library/application support/xamarinstudio-4.0/localinstall/addins/monodevelop.monogame.3.0.1 , attempt select monogame.framework.dll , lindgren.network.dll , following error:

system.reflection.targetinvocationexception: exception has been thrown target of invocation. ---> system.io.filenotfoundexception: not load file or assembly 'system.core, version=2.0.5.0, culture=neutral, publickeytoken=7cec85d7bea7798e' or 1 of dependencies. system cannot find file specified. 

it seems "file not found" error files there because can select them in folder? have advice? overlooking easy?

  1. remove lingren.network , monogame.framework
  2. import /users/username/library/application support/xamarinstudio-4.0/localinstall/addin/monodevelop.monogame.3.0.1/assemblies/ios/lingren.network.dll
  3. same location monogame.framework.dll

Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -