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?
- remove lingren.network , monogame.framework
- import /users/username/library/application support/xamarinstudio-4.0/localinstall/addin/monodevelop.monogame.3.0.1/assemblies/ios/lingren.network.dll
- same location monogame.framework.dll
Comments
Post a Comment